> 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-13.-hacking-web-servers/3.-perform-a-web-server-hacking-using-ai.md).

# 3. Perform a Web Server Hacking using AI

## 1. Perform Web Server Footprinting and Attacks using ShellGPT

Directory traversal

```
sgpt --shell “Perform a directory traversal on target url https://certifiedhacker.com using gobuster”
```

FTP Brute force

```
sgpt --shell "Attempt FTP login on target IP 10.10.1.11 with hydra using usernames and passwords file from /home/attacker/Wordlists"
```

Webserver Footprinting

```
sgpt --shell "Perform webserver footprinting on target IP 10.10.1.22"
sgpt --shell “Perform webserver footprinting on target IP 10.10.1.22 with netcat
```

Mirror a Website

```
sgpt --shell “Mirror the target website certifiedhacker.com”
```

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