> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/master-1/ident.md).

# ident

&#x20; Ident is an Internet protocol that helps identify the user of a particular TCP connection.

```
$ ident-user-enum 10.10.10.10 113 8080 10000 22   <-- Enum the ports
ident-user-enum v1.0 ( http://pentestmonkey.net/tools/ident-user-enum )

10.10.10.10:113	    nobody
10.10.10.10:8080	  some_username
10.10.10.10:10000	  some_other_username
10.10.10.10:22	    root
```
