- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 434字
- 2021-07-02 21:04:23
Port scanning
Port scanning is the process of connecting to TCP and UDP ports to determine what services and applications are running on the target device. There are 65,535 ports each for both TCP and UDP on each system. Some ports are known to be associated with particular services (TCP 20 and 21 are the usual ports for the file transfer protocol (FTP) service). The first 1,024 are well-known ports, and most defined services run on ports in this range; accepted services and ports are maintained by IANA (http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml).
The universal port mapping tool, nmap, relies on active stack fingerprinting. Specially crafted packets are sent to the target system, and the response of the OS to those packets allows nmap to identify the OS. In order for nmap to work, at least one listening port must be open, and the operating system must be known and fingerprinted, with a copy of that fingerprint in the local database.
Using nmap for port discovery is very noisy-it will be detected and logged by network security devices. Some points to remember are as follows:
- Attackers and penetration testers focused on stealth will test only the ports that impact the kill chain they are following to their specific target. If they are launching an attack that exploits vulnerabilities in a web server, they will search for targets with port 80 or port 8080 accessible.
- Most port scanners have default lists of ports that are scanned switch – ensure that you know what is on that list and what has been omitted. Consider both TCP and UDP ports.
- Successful scanning requires in-depth knowledge of TCP/IP and related protocols, networking, and how particular tools work. For example, SCTP is an increasingly common protocol on networks, but it is rarely tested on corporate networks.
- Port scanning, even when done slowly, can impact a network. Some older network equipment and equipment from specific vendors will lock when receiving or transmitting a port scan, thus turning a scan into a denial-of-service attack.
- Tools used to scan a port, particularly nmap, are being extended with regard to functionalities. They can also be used to detect vulnerabilities and exploit simple security holes.
- Learning Python Web Penetration Testing
- Learning LibGDX Game Development(Second Edition)
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Python自動化運維快速入門(第2版)
- Rake Task Management Essentials
- 數據結構(Python語言描述)(第2版)
- Go并發編程實戰
- Learning jQuery(Fourth Edition)
- Python+Tableau數據可視化之美
- 輕松上手2D游戲開發:Unity入門
- Scala編程實戰
- 超好玩的Scratch 3.5少兒編程
- Processing開發實戰
- Java核心技術速學版(第3版)
- Getting Started with SQL Server 2014 Administration