auxiliary/scanner/http/crawler#form_from_url: rescue => rescue URI::Error
parent
c17cffdece
commit
7795dc58f4
|
@ -213,7 +213,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
begin
|
||||
# Scrub out the jsessionid appends
|
||||
url.path = url.path.sub(/;jsessionid=[a-zA-Z0-9]+/, '')
|
||||
rescue
|
||||
rescue URI::Error
|
||||
end
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue