Skip to content

Commit 93bdea0

Browse files
committed
Add tab completion for ReverseListenerBindAddress
1 parent 1828b7f commit 93bdea0

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)