remove debugging
parent
8db88994ac
commit
d8b8017e0b
|
@ -75,7 +75,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
def exploit
|
def exploit
|
||||||
print_status("#{peer} - Accessing the vulnerable URL...")
|
print_status("#{peer} - Accessing the vulnerable URL...")
|
||||||
print_status(target['ServerHeader'])
|
|
||||||
|
|
||||||
unless check == Exploit::CheckCode::Detected
|
unless check == Exploit::CheckCode::Detected
|
||||||
fail_with(Failure::Unknown, "#{peer} - Failed to access the vulnerable URL")
|
fail_with(Failure::Unknown, "#{peer} - Failed to access the vulnerable URL")
|
||||||
|
|
Loading…
Reference in New Issue