Skip to content

113 - Pentesting Ident

Queries the ident service (113/TCP) to determine the OS-level user running the process listening on a given TCP port. More than one port can be supplied

ident-user-enum


apt install ident-user-enum
ident-user-enum $IP 22 113 139 445

10.11.1.136:22  root
10.11.1.136:113 identd
10.11.1.136:139 root
10.11.1.136:445 root