t4d/StalkPhish

Problem with captcha protected website and zipfile harvesting

Closed this issue · 1 comments

t4d commented

When download.py script try to catch a zipfiles protected by a captcha system, the zip file is created and declared in database, but this file is not a zipfile (HTML file most of the time)... this is not what I'm (probably you are) looking for.
It needs a file verification before writing to disk and declare into DB.

t4d commented

The latest commit correct this bug, nothing else than a zip file is now downloaded as requested. See 74cad36