scripts


Bashrc

This bashrc include a command that print the cheat sheet.

HTTP Redirect

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

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.

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

Last updated