1
Beginner's Corner / Re: Discover all IP addresses in a Local network.
« on: December 27, 2015, 08:25:19 pm »
Try: nmap -sP 192.168.2.1/24
If that doesn't work try:
sudo nmap -sP -PS22,3389 192.168.2.1/24 #custom TCP SYN scan
sudo nmap -sP -PU161 192.168.2.1/24 #custom UDP scan
If that doesn't work try:
sudo nmap -sP -PS22,3389 192.168.2.1/24 #custom TCP SYN scan
sudo nmap -sP -PU161 192.168.2.1/24 #custom UDP scan