60 lines
1.2 KiB
Markdown
60 lines
1.2 KiB
Markdown
# Djedi Toolbelt
|
|
|
|
This script installs / updates some of the important key tools for Pentesters and Bug Bounty Hunters. You probably
|
|
have most of these tools installed already (as it was designed for use with Kali/Debian/Ubuntu), but it is useful for
|
|
me to have it all together in one script so I don't have to take the time to search for everything when I start a
|
|
new VM or worry about installing everything manually.
|
|
|
|
**This installs a good amount of tools, if you are looking for something light, you may want to remove what you do not want or need before running the script.**
|
|
|
|
## Installation
|
|
|
|
Simply download the script and run it or:
|
|
|
|
```bash
|
|
curl https://raw.githubusercontent.com/rpriven/toolbelt/main/toolbelt.sh | sudo sh
|
|
```
|
|
|
|
## What is on the Toolbelt:
|
|
|
|
- nmap
|
|
- naabu
|
|
- Nuclei
|
|
- burpsuite
|
|
- feroxbuster
|
|
- nikto
|
|
- masscan
|
|
- gobuster
|
|
- seclists
|
|
- sqlmap
|
|
- git
|
|
- docker
|
|
- docker.io
|
|
- pimpmykali
|
|
- Golang
|
|
- Impacket
|
|
- knockpy
|
|
- Sublist3r
|
|
- Striker
|
|
- waymore
|
|
- wfuzz
|
|
- scrapy
|
|
- amass
|
|
- assetfinder
|
|
- httprobe
|
|
- gowitness
|
|
- subjack
|
|
- hakrawler
|
|
- webanalyze
|
|
- RustScan
|
|
|
|
## To Do List
|
|
|
|
### Add basic syntax to tools
|
|
|
|
### Add to the toolbelt:
|
|
|
|
- dnmasscan
|
|
- interlace
|
|
- static-flow
|
|
- sn1per
|