Skip to content

Commit a5d526d

Browse files
author
Alexandre Maloteaux
committed
remove metsrv.dll
1 parent e28dd42 commit a5d526d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data/meterpreter/metsrv.dll

-750 KB
Binary file not shown.

lib/msf/core/handler/reverse_https_proxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def initialize(info = {})
4444
OptInt.new('PROXYPORT', [ false, "The Proxy port to connect to", 8080 ]),
4545
OptString.new('HIDDENHOST', [false, "The tor hidden host to connect to, when set it will be used instead of LHOST for stager generation"]),
4646
OptInt.new('HIDDENPORT', [ false, "The hidden port to connect to, when set it will be used instead of LPORT for stager generation"]),
47-
OptEnum.new('PROXY_TYPE', [true, 'HTTP or SOCKS proxy type', 'HTTP', ['HTTP', 'SOCKS']]),
47+
OptEnum.new('PROXY_TYPE', [true, 'Http or Socks4 proxy type', 'HTTP', ['HTTP', 'SOCKS']]),
4848
OptString.new('PROXY_USERNAME', [ false, "An optional username for HTTP proxy authentification"]),
4949
OptString.new('PROXY_PASSWORD', [ false, "An optional password for HTTP proxy authentification"])
5050
], Msf::Handler::ReverseHttpsProxy)

0 commit comments

Comments
 (0)