Git Product home page Git Product logo

toolbelt's Introduction

Djedi Toolbelt

This is intended for new Kali installs to install a large amount of useful tools not included with Kali in a short amount of time.

It is recommended if this is a new Kali VM to run PimpMyKali and run the 'N' option first. Dewalt has done an excellent job on this and keeps getting better every time I use it. You can check it out here: https://github.com/Dewalt-arch/pimpmykali It is also integrated into toolbelt but I always like running this first anyway.

Updates

Python version got some important tweaks to speed things up and smooth out some issues. Actually the python code has not changed yet, it is just now actually working as intended since I fixed the apt-fast installation. It now takes only 1 to 3 minutes compared to 10 to 15 minutes or so using the bash version. Still may have some tweaks to work through but it seems to be working well in the several tests I've done. I will be putting this into a script shortly but here is instructions.

toolbelt.py Installation

First we must install apt-fast

sudo apt install aria2 -y
sudo /bin/bash -c "$(curl -sL https://git.io/vokNn)"
cp apt-fast /usr/local/sbin/
sudo chmod +x /usr/local/sbin/apt-fast
cp apt-fast.conf /etc

Then we should be good to go:

curl https://raw.githubusercontent.com/rpriven/toolbelt/main/toolbelt.py | sudo python3

Still a couple minor errors and I want to put this into a script soon.

However, please note that there is an issue with the go tools and the useful scripts being downloaded in the /root directory instead of /home/kali because the script must be run as root. Working on a fix for this

Overview

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 make a new VM or have to go through and install or update everything manually.

This is a rough version as it is my first attempt at building some sort of a recon framework (if you can call it that) for Pentesting, CTFs as well as Bug Bounties. There will be an accompanying automation script as well.

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. It is also a good idea to read through unfamiliar code before executing it anyway.

(Old) Installation

Simply download the script and run it:

wget https://raw.githubusercontent.com/rpriven/toolbelt/main/toolbelt.sh
chmod +x toolbelt.sh
sudo ./toolbelt.sh

Easier:

curl https://raw.githubusercontent.com/rpriven/toolbelt/main/toolbelt.sh | sudo sh

What is on the Toolbelt:

  • Nmap
  • naabu
  • Nuclei
  • Burp Suite
  • 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 checks for the Go programs if they are the @latest version so it doesn't re-download them every time

the script is run, only when it is either not found or not up to date

Add to the toolbelt:

  • dnmasscan
  • interlace
  • static-flow
  • sn1per
  • more...

Add colors

toolbelt's People

Contributors

rpriven avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.