Nmap Scan Your Home Network [Linux]
To those that are new in Security Information, here is one of most popular tool which you can't left out of your toolbox. I made this script to introduce you Acknowledgment scan, which grap FLAG status from target host in the first defaults ports (1-1024) which are some of most important ports. The OSI Protocol was made to have from 0-65535 ports (tcp/udp), you can have the additional in yout amazing SCAN ports with same script just add "-p": eg: nmap --scripts=default -p 1-65535 The "scripts=default means the nmap is going to activate the options "-O" and "-A" for OS (Operation System), what ever it is! And grap banner fingerprint from deductions or most its acctual OS running at the target and activating Advanced Scan that also makes injection of scripts to probe the data from Firawall / IDS / IPS scope. # I've also brought graphical map of som...