Skip to content

Commit 37f077c

Browse files
committed
Land rapid7#6521: ReverseListenerBindAddress tab complete
This works regardless of case.
2 parents 1828b7f + 93bdea0 commit 37f077c

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ def option_values_dispatch(o, str, words)
30813081
option_values_target_addrs().each do |addr|
30823082
res << addr
30833083
end
3084-
when 'LHOST', 'SRVHOST'
3084+
when 'LHOST', 'SRVHOST', 'REVERSELISTENERBINDADDRESS'
30853085
rh = self.active_module.datastore['RHOST'] || framework.datastore['RHOST']
30863086
if rh and not rh.empty?
30873087
res << Rex::Socket.source_address(rh)

0 commit comments

Comments
 (0)