Skip to content

A python script to parse the unique ip's from Aquatone's hosts.json file, and a bash script to both run the script and initiate an nmap scan against the output file.

Notifications You must be signed in to change notification settings

hawkinsecurity/Aquatone-to-Nmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Aquatone --> Nmap

A simple parsing script which takes unique ips from the "hosts.json" file output from aquatone, numerically orders, and places them into a file called "iplist.txt". The parsing and scanning of the ips can be done in a single step by running the bash script, modifying the nmap scan flags as needed.

Example usage(Standalone python script):
python parseip.py

Example usage(Bash Script):
chmod +x ./aquascan.sh
./aquascan.sh

About

A python script to parse the unique ip's from Aquatone's hosts.json file, and a bash script to both run the script and initiate an nmap scan against the output file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published