Create README.md
This commit is contained in:
parent
3beadde129
commit
13aa19a673
1 changed files with 60 additions and 0 deletions
60
README.md
Normal file
60
README.md
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# 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
|
||||
Loading…
Add table
Reference in a new issue