The gMan nixWiki

Because the mind is made of Teflon...

User Tools

Site Tools


method_3_scanning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
method_3_scanning [2022/12/26 20:54] – [Ports] gmanmethod_3_scanning [2022/12/28 00:21] (current) – [Ports] gman
Line 122: Line 122:
 |  49,152 - 65,535 |  16,384   | Dynamic Ports             | |  49,152 - 65,535 |  16,384   | Dynamic Ports             |
  
 +^  Port          Protocol  ^ Service ^
 +|  20            TCP & UDP  | FTP Data  |
 +|  21            TCP & UDP  | FTP Control  |
 +|  22            TCP & UDP  | SSH  |
 +|  23            TCP & UDP  | Telnet  |
 +|  25            TCP & UDP  | SMTP  |
 +|  53            UPD        | DNS  |
 +|  67            TCP & UDP  | DHCP Server  |
 +|  68            TCP & UDP  | DHCP Client  |
 +|  69            TCP & UDP  | TFTP  |
 +|  80            TCP & UDP  | HTTP  |
 +|  88            TCP & UDP  | Kerberos  |
 +|  110          |  TCP & UDP  | POP3  |
 +|  111          |  TCP & UDP  | NFS (possibly)  |
 +|  123          |  TCP & UDP  | NTP  |
 +|  135          |  TCP & UDP  | MS-RPC EPMAP ((**Microsofts's Remote Procedure Call (RPC) Endpoint Mapper (EPMAP):** An RPC is a communication process that allows for executing a subroutine or procedure in another address space.)) |
 +|  136-139      |  TCP & UDP  | Net Bios  |
 +|  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          TCP        | Microsoft SQL Server  |
 +|  1434          TCP & UDP  | Microsoft SQL Monitor  |
 +|  1521          TCP        | Oracle Database Listener  |
 +|  1812 & 1813  |  TCP & UDP  | RADIUS  |
 +|  2049          TCP & UDP  | NFS (possibly) |
 +|  3389          TCP        | RDP (Windows)  |
 +|  5355          TCP & UDP  | LLMNR ((**Link-Local Multicast Name Resolution:** Protocol based on the DNS packet format. Allows both IPv4 and IPv6 hosts to perform name resolution for hosts on the same local link (LAN). Multicast IPv4 address: 224.0.0.252)) |
  
 ---- ----
method_3_scanning.1672088056.txt.gz · Last modified: by gman