Fix #9307, credit to @r0610205
parent
76823e9fe6
commit
e9b9c80841
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue