Python Forum
Botnet/Malware Webcrawler? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Botnet/Malware Webcrawler? (/thread-12378.html)



Botnet/Malware Webcrawler? - Kernelex - Aug-22-2018

Hey guys,

I am wondering where to start. I want to build a web crawler using python that can web crawl for malware C2 servers/Admin Panels. An example of a website that is already doing this is http://cybercrime-tracker.net. I want to know how I can use python to program a crawler for such Admin panels, using I guess keywords or I'm not sure how they Crawl these new domains.

If anyone could point me in the right direction, that would be great.

Thanks


RE: Botnet/Malware Webcrawler? - Larz60+ - Aug-22-2018

you can start by reading some books on penetration testing.
There are several here: https://www.amazon.com/Learning-Penetration-Testing-Python-Christopher/dp/1785282328
some videos:
https://www.youtube.com/watch?v=ZGn1iJMf9Uk
https://www.youtube.com/watch?v=W3V1DEAx6o0
https://www.youtube.com/watch?v=MaeL50iO26s
tutorials:
https://www.guru99.com/learn-penetration-testing.html
more resources: https://www.quora.com/How-can-someone-learn-how-to-do-penetration-testing-with-Python