# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ed4m4s.blog/master-1/ident.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
