Les différents états d’un port lors d’un scan.
State | Description |
---|---|
OPEN | A port that responds actively to an incoming connection. |
CLOSED | A port that responds actively to a probe but there is no service running on the respective port. |
FILTERED | A port that is actively protected by a firewall and prevents Nmap from determining the port status [open or closed]. |
UNFILTERED | A port can be scanned, but Nmap cannot precisely determine if the port is open or closed. |
OPEN FILTERED | A port that Nmap sees as open but cannot precisely determine the actual state of the port. |
CLOSED FILTERED | A port that Nmap sees as closed but cannot precisely determine the actual state of the port. |
The port numbers are divided into three ranges:
Tous les ports expliqués ici -> https://www.speedguide.net/ports.php
Ports | Protocol | Name | Link | Remark |
---|---|---|---|---|
3306 | tcp udp | mysql | https://www.speedguide.net/port.php?port=3306 | MySQL database server |
1433 | tcp | ms-sql-s | https://www.speedguide.net/port.php?port=1433 | Microsoft SQL Server database management system Server |
1434 | tcp udp | ms-sql-s | https://www.speedguide.net/port.php?port=1434 | Microsoft SQL Server database management system Monitor |
6379 | tcp | redis | https://www.speedguide.net/port.php?port=6379 | Redis server |
3050 | tcp udp | Firebird | https://www.speedguide.net/port.php?port=3050 | Firebird & Borland Interbase |
5432 | tcp | PostgreSQL | https://www.speedguide.net/port.php?port=5432 | PostgreSQL |
Ports | Protocol | Name | Link | Remark |
---|---|---|---|---|
25 | tcp | smtp | https://www.speedguide.net/port.php?port=25 | SMTP (Simple Mail Transfer Protocol) |
587 | tcp | smtp | https://www.speedguide.net/port.php?port=587 | modern alternative to port 25 (TLS/Start TLS Port) |
465 | tcp | smtp-ssl | https://www.speedguide.net/port.php?port=465 | SMTP over ssl |
143 | tcp | imap | https://www.speedguide.net/port.php?port=143 | IMAP Internet Message Access Protocol |
993 | tcp | imap-ssl | https://www.speedguide.net/port.php?port=993 | IMAP over SSL (IMAPS) |
110 | tcp | pop3 | https://www.speedguide.net/port.php?port=110 | POP3 (Post Office Protocol - Version 3) |
995 | tcp | pop3-ssl | https://www.speedguide.net/port.php?port=995 | POP3 over SSL |
626 | tcp | apple imap | https://www.speedguide.net/port.php?port=626 | Apple IMAP mail admin |