Tags: nmap

nmap Cheat Sheet

Nmap Cheat Sheet Finding all live device on a network nmap -sP 192.168.1.1/24 | awk '/is up/ {print up}; {gsub (/\(|\)/,""); up = $NF}' TCP ...

Question ?

You will receive an email when your question will be answered.

+ = Verify Human or Spambot ?