Nmap Command Examples For Linux Sys/Network Admins https://www.cyberciti.biz/security/nmap-command-examples-tutorials/ #infosec #security #linux #unix #macos
You can combine nmap with awk or other shell tools. For example, find out all TCP/22 open ports for the 192.168.2.0/24 CIDR, type:
nmap -oG - -p 22 192.168.2.0/24 | awk -F " " '/open/ {print }'
See my nmap https://www.cyberciti.biz/security/nmap-command-examples-tutorials/ tutorial page for more info.
076萌SNS is a social network, courtesy of 076. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All 076萌SNS content and data are available under the Creative Commons Attribution 3.0 license.