Nmap is really useful network scanner that help us identify live hosts in the internet.
become root user
[php]su
cd /usr/ports/security/nmap
make install clean[/php]
Run nmap program
nmap -sS -v okedot.com
Nmap is really useful network scanner that help us identify live hosts in the internet.
become root user
[php]su
cd /usr/ports/security/nmap
make install clean[/php]
Run nmap program
nmap -sS -v okedot.com