I'm trying to make a command in nmap, which checks if the hosts contain a certain word like "forums, blogs, or articles" on one of the http/s ports found through the http-title.
And I didn't find any solution for them to be saved in "a.b.c.d:port" format if they think these names in http-titles.
can anybody help me? I've already tried the nmap grep output, but I didn't understand how it works and so I was able to mount just this command:
nmap -sT -p 80,443 -T5 -Pn -oN websites.txt -script http-title 134.22.0.0/16
The problem with this command is that it shows me all the hosts and makes the file heavy and also contains hosts with filtered ports, making it even heavier. And it's hard the visualization of what I just want, so I tried some method to organize it in "a.b.c.d: port" but I was not successful.
Aucun commentaire:
Enregistrer un commentaire