auxiliary/scanner/http/crawler#form_from_url: rescue => rescue URI::Error

unstable
Tasos Laskos 2012-11-26 20:54:20 +02:00
parent c17cffdece
commit 7795dc58f4
1 changed files with 1 additions and 1 deletions

View File

@ -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
#