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 6543c3c commit 746f18dCopy full SHA for 746f18d
modules/payloads/stagers/python/reverse_http.rb
@@ -35,7 +35,7 @@ def initialize(info = {})
35
# Constructs the payload
36
#
37
def generate
38
- lhost = datastore['LHOST'] || Rex::Socket.source_address
+ lhost = datastore['LHOST'] || '127.127.127.127'
39
40
var_escape = lambda { |txt|
41
txt.gsub('\\', '\\'*4).gsub('\'', %q(\\\'))
0 commit comments