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)