Fix #9307, credit to @r0610205

This commit is contained in:
William Vu 2017-12-18 03:55:01 -06:00
parent 76823e9fe6
commit e9b9c80841
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class MetasploitModule < Msf::Exploit::Remote
return true
# incase we are not targeting the default app
elsif res and res.code == 500 and es.body !=~ /id/
elsif res and res.code == 500 and res.body !=~ /id/
return true
end
return false