Commit 4eefc7e7 by big_J Committed by Marcin Bury

Fix potential FP in rom-0 exploit (#630)

parent d7c2e865
......@@ -92,7 +92,7 @@ class Exploit(HTTPClient):
if response is not None \
and response.status_code == 200 \
and "<html>" not in response.text \
and "<html" not in response.text \
and len(response.text) > 500:
return True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment