POC script for Malware Hunting over the WWW
POC script for Malware Hunting over the WWW To start with Malware Hunting, execute: python3 ./lovac.py. The script will start looking for random domain names, download first page to ./lovac_download/ folder and parse interesting strings to the ./lovac_output/ folder. After the tool is done, you can analyze output files manually and run the antivirus scan on download folder. The tool will save current status of discovery process in ./lovac_discovered.txt and ./lovac_tried.txt files. Discover “co.rs” domains, with minimum length 2 and […]
Read more