From 93bdea0a605c1df31d1f2cfcf6b3d75c8a772019 Mon Sep 17 00:00:00 2001 From: William Vu Date: Mon, 1 Feb 2016 13:57:45 -0600 Subject: [PATCH] Add tab completion for ReverseListenerBindAddress --- lib/msf/ui/console/command_dispatcher/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/ui/console/command_dispatcher/core.rb b/lib/msf/ui/console/command_dispatcher/core.rb index c76bd76923..a05d06080f 100644 --- a/lib/msf/ui/console/command_dispatcher/core.rb +++ b/lib/msf/ui/console/command_dispatcher/core.rb @@ -3081,7 +3081,7 @@ class Core option_values_target_addrs().each do |addr| res << addr end - when 'LHOST', 'SRVHOST' + when 'LHOST', 'SRVHOST', 'REVERSELISTENERBINDADDRESS' rh = self.active_module.datastore['RHOST'] || framework.datastore['RHOST'] if rh and not rh.empty? res << Rex::Socket.source_address(rh)