113 - Pentesting Ident

Basic Information

Is an Internet protocol that helps identify the user of a particular TCP connection.

Default port: 113

PORT    STATE SERVICE
113/tcp open  ident

Enumeration

Manual - Get user/Identify the service

If a machine is running the service ident and samba (445) and you are connected to samba using the port 43218. You can get which user is running the samba service by doing:

If you just press enter when you conenct to the service:

Other errors:

Nmap

By default (-sC) nmap will identify every user of every running port:

Ident-user-enum

Ident-user-enum is a simple PERL script to query the ident service (113/TCP) in order to determine the owner of the process listening on each TCP port of a target system. The list of usernames gathered can be used for password guessing attacks on other network services. It can be installed with apt install ident-user-enum.

Shodan

  • oident

Files

identd.conf

Last updated