Forgot to remove this print_warning
parent
075f6e8d45
commit
9a1400a75b
|
@ -278,7 +278,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
end
|
end
|
||||||
|
|
||||||
def on_request_uri(cli, request)
|
def on_request_uri(cli, request)
|
||||||
print_warning("test!!!!!!!!!!!!!")
|
|
||||||
agent = request.headers['User-Agent']
|
agent = request.headers['User-Agent']
|
||||||
uri = request.uri
|
uri = request.uri
|
||||||
print_status("Requesting: #{uri}")
|
print_status("Requesting: #{uri}")
|
||||||
|
|
Loading…
Reference in New Issue