x90skysn3k / brutespray

Bruteforcing from various scanner output - Automatically attempts default creds on found services.
MIT License
1.96k stars 381 forks source link

Nmap output f*cks up.. #85

Closed nessuz closed 4 months ago

nessuz commented 4 months ago

Looks like my nmap output is going wrong.. could you give the right example cmd voor nmap with all (brutespray) supported services? I'm probily messing it up 😀 Thanks for the nice work!

x90skysn3k commented 4 months ago

It automatically pics out supported services. Thanks!

nessuz commented 4 months ago

It automatically pics out supported services. Thanks!

Then something is wrong with my output file.. what would be the right nmap command with the right output argument?

x90skysn3k commented 4 months ago

-oA and either using the gnmap or xml

nessuz commented 4 months ago

-oA and either using the gnmap or xml

nmap -sn 192.168.52.0/24 -oA -oX nmap.xml should be right?

x90skysn3k commented 4 months ago

Take out the -oX and extension of the file name and you should be good