The Wayback Machine - https://web.archive.org/web/20201012092945/https://github.com/jonasmagnusson/hacking-setup
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

readme.md

Hacking Setup

Hacking tools and small scripts in CTFs and Bug Bounty.

Usage

Run the following as root to download and install tools and wordlists:

# Download and run tools script
curl -s -L https://raw.githubusercontent.com/jonasmagnusson/hacking-setup/master/tools.sh | bash

# Download and run wordlist script
curl -s -L https://raw.githubusercontent.com/jonasmagnusson/hacking-setup/master/wordlists.sh | bash

Using DNS for Out-of-Band requests to find blind vulnerabilties like XXE, SSRF and XXS. Inject payloads and grep through the DNS logs to see if the payload was executed.

# Define variables
export DOMAIN=domain
export IP=ip

# Download and run script
curl -s -L https://raw.githubusercontent.com/jonasmagnusson/hacking-setup/master/oob-dnsserver.sh | bash

About

Hacking tools and small scripts in CTFs and Bug Bounty.

Topics

Resources

License

Languages

You can’t perform that action at this time.