method_3_scanning
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
method_3_scanning [2022/11/26 01:48] – [Bash: Ping Sweep] gman | method_3_scanning [2022/12/28 00:21] (current) – [Ports] gman | ||
---|---|---|---|
Line 107: | Line 107: | ||
====== Port Scan Target IPs ====== | ====== Port Scan Target IPs ====== | ||
+ | |||
+ | ===== Ports ===== | ||
+ | |||
+ | Network ports are numbers assigned to specific services running on a computer. | ||
+ | * IP address are assigned to devices and they allow messages on the network to go to and from that specific device. | ||
+ | * Each device (with its unique IP address) will have several will have multiple port numbers assigned to specific services (small programs) running on that device (usually in the background). | ||
+ | * So IP addresses enable messages to go to and from specific devices. Port numbers allow targeting of specific services or applications within those devices. | ||
+ | * Port numbers are broken down into three main sections. | ||
+ | |||
+ | ^ Ports | ||
+ | | 0 - 65, | ||
+ | | 0 - 1023 | 1,024 | Well-Known (System) Ports | | ||
+ | | 1024 - 49, | ||
+ | | 49,152 - 65,535 | 16, | ||
+ | |||
+ | ^ Port | ||
+ | | 20 | ||
+ | | 21 | ||
+ | | 22 | ||
+ | | 23 | ||
+ | | 25 | ||
+ | | 53 | ||
+ | | 67 | ||
+ | | 68 | ||
+ | | 69 | ||
+ | | 80 | ||
+ | | 88 | ||
+ | | 110 | TCP & UDP | POP3 | | ||
+ | | 111 | TCP & UDP | NFS (possibly) | ||
+ | | 123 | TCP & UDP | NTP | | ||
+ | | 135 | TCP & UDP | MS-RPC EPMAP ((**Microsofts' | ||
+ | | 136-139 | ||
+ | | 137 | UDP | NetBios Name Service | ||
+ | | 138 | UDP | NetBios Datagram Service | ||
+ | | 139 | TCP | NetBios Session Service, **SMB** ((SMB orignally ran on top of NetBios using port 139. NetBios is an older Transport Layer that allows Windows computers to talk to each other on the same network. SMB currently runs (mostly) on port 445 (TCP, over the Internet).)) | | ||
+ | | 143 | TCP | IMAP | | ||
+ | | 161 | UDP | SNMP | | ||
+ | | 162 | TCP & UDP | SNMP Traps | | ||
+ | | 389 | TCP & UDP | LDAP ((**Lightweight Directory Access Protocol:** Open, vendor-neutral standard application protocol for accessing and maintaining distributed directory information services over an IP network.)) | | ||
+ | | 443 | TCP & UDP | HTTPS | | ||
+ | | 445 | TCP | Microsoft AD & **SMB** ((SMB used to run on port 139 (NetBios). Later versions of SMB (after Win2K) began to use port 445 on top of a TCP stack. Using TCP allows SMB to work over the Internet.)) | | ||
+ | | 500 | TCP & UDP | ISAKMP & IKE | | ||
+ | | 515 | TCP | LDP | | ||
+ | | 1433 | ||
+ | | 1434 | ||
+ | | 1521 | ||
+ | | 1812 & 1813 | TCP & UDP | RADIUS | ||
+ | | 2049 | ||
+ | | 3389 | ||
+ | | 5355 | ||
+ | |||
+ | ---- | ||
===== Nmap ===== | ===== Nmap ===== |
method_3_scanning.1669427309.txt.gz · Last modified: by gman