113 - Ident
The Ident Protocol (Identification Protocol) is a protocol that helps identify the user of a particular TCP service.
The Ident service can be queried to retrieve the username of the user who runs the program that uses the specified TCP port.
An exposed Ident service can be useful to identity services running under high privileges.
Network scan
Nmap automatically query the Ident service, if exposed on the host, during ports scan and specify the user running the service with "auth-owners".
Ident query
The python script identi.py can be used to manually query the Ident service:
Last updated