> For the complete documentation index, see [llms.txt](https://ceh-practical.cavementech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ceh-practical.cavementech.com/module-4.-enumeration/9.-perform-enumeration-using-ai.md).

# 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="/files/lIon4fsO3viNvbgq5tvC" 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>" %}
