Output only the IP addresses on the terminal with nmap
You know how to use nmap to find the list of IP addresses that are currently in the network. But this could be messy.
This cheat gives you a simple list of IP addresses on the terminal so you can cut and use as you please:
nmap -sP 192.168.1.0/24 | awk '/is up/ {print up}; {gsub (/\(|\)/,""); up = $NF}'
I must say, dude.. that was a damn good tutorial! Thanks 🙂
Concise, good content!
Such a great video and i really appreciate your video editing skills too.
You are right, you are the best on YouTube. I love YouTube tutorials. This video is very helpful for a beginner like me. Thank you
Great video, thank you. straight to the point and plenty of well organized info.
I learn more in 20 min of video with Dan than googling and reading all afternoon! thank you Dan for sharing your knowledge!
Thank for the beginner course on nmap. Very helpful for me in learning hands on for CEH exam.