- Cybersecurity:Attack and Defense Strategies
- Yuri Diogenes Erdal Ozkaya
- 128字
- 2021-06-30 19:16:01
NMap
This is an open source network sniffing tool that is commonly used to map networks. The tool records IP packets entering and leaving a network. It also maps out fine details about a network, such as the devices connected to it and also any open and closed ports. The tool can go as far as identifying the operating systems of the devices that are connected to the network, as well as the configurations of firewalls. It uses a simple text-based interface, but there is an advanced version of it called Zenmap that also has a GUI. Following is a screenshot of the nmap interface. The command being executed is:
#nmap 192.168.12.3
This command is executed to scan the ports of the computer on the IP address 192.168.12.3:

推薦閱讀
- pcDuino開發(fā)實戰(zhàn)
- 精解Windows 8
- Windows Phone 7.5 Data Cookbook
- Windows 7案例教程
- 蘋果OS X Mavericks 10.9應(yīng)用大全
- 無蘋果不生活 The New iPad隨身寶典
- 深入淺出Node.js
- Django Project Blueprints
- Heroku Cloud Application Development
- 完美應(yīng)用Ubuntu(第2版)
- Serverless Architectures with Kubernetes
- Drupal 7 Mobile Web Development Beginner’s Guide
- Linux應(yīng)用大全 服務(wù)器架設(shè)
- 從零開始學(xué)Windows 7
- Raspberry Pi Networking Cookbook