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.
2 parents 768dca5 + 51f59b3 commit a74526aCopy full SHA for a74526a
lib/msf/core/payload/windows/reverse_http.rb
@@ -51,6 +51,7 @@ def generate(opts={})
51
52
# Add extra options if we have enough space
53
unless self.available_space.nil? || required_space > self.available_space
54
+ conf[:url] = generate_uri
55
conf[:exitfunk] = datastore['EXITFUNC']
56
conf[:ua] = datastore['MeterpreterUserAgent']
57
conf[:proxy_host] = datastore['PayloadProxyHost']
0 commit comments