rramiachraf / tooling

Bunch of tools that I might use since I'm a distro hopper and It's quiet painful to install them every time. It's also useful when you spin up a VPS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

*Make sure you have unzip, git, gcc and make.

Debian/Ubuntu

rramiachraf@distro:~$ sudo apt update
rramiachraf@distro:~$ sudo apt install unzip gcc make git -y
rramiachraf@distro:~$ git clone https://github.com/rramiachraf/tooling.git

RedHat/Fedora

rramiachraf@distro:~$ sudo dnf update
rramiachraf@distro:~$ sudo dnf install unzip git make gcc
rramiachraf@distro:~$ git clone https://github.com/rramiachraf/tooling.git

Usage

rramiachraf@distro:~$ sudo ./tooling/tooling.sh

Things you'll install

  • ffuf
  • subfinder
  • httpx
  • fprobe
  • waybackurls
  • all.txt
  • FuzzDB
  • NodeJS
  • Golang (Not working due to $PATH in sudo mode)
  • npm & yarn
  • zx
  • Github CLI
  • Amass
  • GoSpider (Not yet implemented)
  • masscan
  • sqlmap (Not yet implemented)
  • dirsearch (Not yet implemented)
  • massdns (Not yet implemented)
  • googler (Not yet implemented)
  • assetfinder
  • notify
  • jq

About

Bunch of tools that I might use since I'm a distro hopper and It's quiet painful to install them every time. It's also useful when you spin up a VPS.


Languages

Language:Shell 100.0%