Re-add URI generation to reverse_http

bug/bundler_fix
OJ 2015-07-10 16:19:46 +10:00
parent 768dca514a
commit 51f59b3c8c
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ module Payload::Windows::ReverseHttp
# Add extra options if we have enough space
unless self.available_space.nil? || required_space > self.available_space
conf[:url] = generate_uri
conf[:exitfunk] = datastore['EXITFUNC']
conf[:ua] = datastore['MeterpreterUserAgent']
conf[:proxy_host] = datastore['PayloadProxyHost']