# scripts

![](https://user-images.githubusercontent.com/28403617/172733622-dd2b79e3-b10d-4693-bdef-851758fc8cce.svg#gh-light-mode-only)

***

### Bashrc

This bashrc include a command that print the cheat sheet.

### HTTP Redirect

Script that create a server http that redirect to a link.

```bash
python3 http-redirect.py 'http://link.to/redirect'
```

### Pwn Connect

Compilation of different way to use pwn.

### Request Classic

Compilation of different way to make a http requests with the lib requests.

### ReSH

Resh is a script that add TTY support to a basic reverse shell.

```bash
# Create a server
python3 resh.py 4444
# Connect to a Server
python3 resh.py ip 4444
```
