Comment on I found a weird IP address on my network that had transmitted an insanely small amount of data. I put the address in my browser and got this. what the heck am I looking at?

<- View Parent
0xD@infosec.pub ⁨1⁩ ⁨month⁩ ago

Your command needs to look something like this:

nmap -Pn -sVC -p- (IP) -o scan

-Pn skips the availability check per ping

-sVC performs a version and a script scan so you get more information

-p- scans ALL ports

-o puts out a file called scan.nmap

If you want you can share that output afterwards for further info.

source
Sort:hotnewtop