pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
3.91k stars 615 forks source link

What this script do? #767

Closed shagustang closed 8 months ago

shagustang commented 8 months ago

what does the python script: "ports.py" do?

imagem_2023-10-24_190116470

0xtavian commented 8 months ago

@shagustang doesnt do anything since it doesnt exist anymore. We replaced ports.py with nmaptocsv, which can also be found here. I updated the wiki. The script takes an nmap.xml file and gets a list of IP:PORT combos to use with httpx and other tools

shagustang commented 8 months ago

Thanks for the answer. I used masscan instead of nmap because nmap for some reason didn't work... Is masscan's xml output similar to namp's? I ask this because, when running: python3 ~/.axiom/interact/nmaptocsv.py -x nsf_mass.xml -o nmap.xml --format ip-port --delimiter : --no-newline --skip-header | tr -d '"' | anew ghosts.txt. I got the following return:

imagem_2023-10-25_164055238 Can help me again?