Skip to main content

Posts

Showing posts from July, 2018

Enumerate & Test Subdomains automatically

I wrote a python script that test all subdomains of a domain automatically using Sublist3r, nmap and nikto. So i clubbed all 3 tools to create one. Sublist3r scans subdomains using OSINT. Then Nikto or Nmap is used to test it. If you read my script you can add your commands to it to make it more beautiful.  https://github.com/Vikas92155/Mass_Subdomain_Test Do check this out!! Please give me feedback on this one.