# 9. Perform Enumeration using AI

## 1. Perform Enumeration using ShellGPT <a href="#task-1-perform-enumeration-using-shellgpt" id="task-1-perform-enumeration-using-shellgpt"></a>

Perform NetBIOS enumeration on target system

```
sgpt --shell “Perform NetBIOS enumeration on target IP 10.10.1.11”
```

<figure><img src="https://2218819509-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrUBnODuUX4EQ8P27uc5D%2Fuploads%2F77Boy6WfrajTLeNS2Eok%2Fimage.png?alt=media&#x26;token=9baee8fb-cbfa-42ae-aa28-cc93a5d60903" alt=""><figcaption></figcaption></figure>

For Netbios enumeration

```
 sgpt --shell “Get NetBIOS info for IP 10.10.1.11 and display the associated names"
```

```
sgpt --shell “Enumerate NetBIOS on target IP 10.10.1.22 with nmap”
```

For SNMP

```
sgpt --chat enum --shell “Perform SNMP enumeration on target IP 10.10.1.22 using SnmpWalk and display the result here” 
```

```
sgpt --chat enum --shell “Perform SNMP enumeration on target IP 10.10.1.22 using nmap and display the result here"
```

### Other Examples

```
gpt --chat enum --shell “Perform SNMP processes on target IP 10.10.1.22 using nmap and display the result here"
```

```
sgpt --chat enum --shell “Perform SMTP enumeration on target IP 10.10.1.19.”
```

```
sgpt --chat enum --shell "Use Nmap to perform DNS Enumeration on target domain www.certifiedhacker.com"
```

```
 sgpt --chat enum --shell “Use dig command to perform DNS cache snooping on target domain www.certifiedhacker.com using recursive method. Use DNS server IP as 162.241.216.11"
```

```
sgpt --chat enum --shell "Use dig command to perform DNS cache snooping on the target domain www.certifiedhacker.com using non-recursive method. Use DNS server IP as 162.241.216.11"
```

```
sgpt --shell “Perform IPsec enumeration on target IP 10.10.1.22 with Nmap" 
```

```
sgpt --shell “Scan the target IP 10.10.1.22 for the port using SMB with Nmap”
```

```
sgpt --chat enum --shell “Develop and execute a script which will automate various network enumeration tasks on target IP range 10.10.1.0/24” 
```

```
sgpt --shell "Use nmap script to perform ldap-brute-force on IP 10.10.1.22" 
```

```
sgpt --shell "Use Nmap to perform FTP Enumeration on www.certifiedhacker.com"
```

{% embed url="<https://www.udemy.com/course/ethical-hacker-practical/?referralCode=289CF01CF51246BCAD6C>" %}


---

# 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://ceh-practical.cavementech.com/module-4.-enumeration/9.-perform-enumeration-using-ai.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.
