21y4d / nmapAutomator

A script that you can run in the background!
MIT License
2.67k stars 790 forks source link

Add aquatone recon #54

Open tigre-bleu opened 3 years ago

tigre-bleu commented 3 years ago

This PR adds a new recon tool to make automatic screenshots of web pages (aquatone). The tool takes input from nmap xml files so I slightly modify the code to produce all nmap outputs (-oA) in order to have the .xml file in addition to the .nmap.

21y4d commented 3 years ago

Thanks for the pull request. I'll have to test it before merging it, to ensure the output change does not mess up any other functionality, as it is utilized by a lot of things.

tigre-bleu commented 3 years ago

Sure, no problem. I changed output to -oA so it still produces .nmap files in addition to .gnmap and .xml so I don't think that should break anything. I already tried a -t All scan on a website. It ran aquatone, nikto and gobuster without issue.