Skip to content

Commit

Permalink
Land #13405, once more with feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed May 13, 2020
2 parents 44b0ddf + 91ea692 commit 6034f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/exploit/socket_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize(info = {})

register_options(
[
OptAddressLocal.new('SRVHOST', [ true, 'The local host or network interface to listen on. This must be an address on the local machine or 0.0.0.0.', '0.0.0.0' ]),
OptAddressLocal.new('SRVHOST', [ true, 'The local host or network interface to listen on. This must be an address on the local machine or 0.0.0.0 to listen on all addresses.', '0.0.0.0' ]),
OptPort.new('SRVPORT', [ true, "The local port to listen on.", 8080 ]),

], Msf::Exploit::Remote::SocketServer
Expand Down

0 comments on commit 6034f48

Please sign in to comment.