Logo

dev-resources.site

for different kinds of informations.

Detect man in the Middle

Published at
3/1/2020
Categories
security
mitmattack
linux
nmap
Author
jeancarlosn
Categories
4 categories in total
security
open
mitmattack
open
linux
open
nmap
open
Author
11 person written this
jeancarlosn
open
Detect man in the Middle


nmap -sn --script=sniffer-detect 192.168.0.102

"sn" This command is for "ping" scan, but it will not necessarily do an ICMP request.

"--script" This will tell Nmap to run a script. In this case, it was "sniffer-detect."

"sniffer-detect" This was the script name that we used for detecting the sniffer.

"192.168.0.108" This is the target network that may be compromised. In this case, this may not always work, so you can also scan the whole network by adding /24 after the gateway address. For example, in this case, it would be 192.168.0.1/24.

Alt Text

Featured ones: