🥷
Hacksheet
  • README
  • scripts
  • wiki
    • BlockChain
    • Cloud
    • Crypto
    • Database
    • Extensions
    • Index
    • Javascript
    • Linux
    • Network
    • OSINT
    • Others
    • Port
    • Python
    • ReverseEngineering
    • Stego
    • Web
    • Windows
Powered by GitBook
On this page
  • Bashrc
  • HTTP Redirect
  • Pwn Connect
  • Request Classic
  • ReSH

scripts

PreviousREADMENextwiki

Last updated 2 years ago


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