# 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>" %}
