Skip to content

0xcabrex/Pentest-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Pentest Tools Installation Automator

License Badge

This tool automates installation of the basic tools required for pentesting It also puts the most common wordlists for gobuster and Rockyou.txt in the opt directory

More functionality coming.

The arch system is in beta. Any issues please feel free to comment! There will be no serious hit to your system, the program will crash at the max. In that case just run sudo pacman -Rscn $(pacman -Qtdq), if paranoid about system space.

Requirements

Usage

sudo git clone https://github.com/0xcabrex/Pentest-tools
cd Pentest-tools
sudo chmod +x pentest_tools_debain.sh
sudo chmod +x pentest_tools_arch.sh

Tools

Tools being installed:

  • wget - network downloader, its awesome.
  • curl - tool to transfer data to/from a server and displays content onto the cli.
  • nmap - Port scanner and network exploration tool.
  • sqlmap - A sql injection automation tool.
  • python3-pip - package manager for python.
  • nikto - scanner that scans webservers for vulnerabilities, outdated server software etc..
  • gobuster - a go-based website directory bruteforcing tool.
  • hydra - ssh bruteforcing tool.

Optional tools (will be asked on runtime):

  • terminator - Terminal emulator, containing many functions. (Not for arch)
  • tor - The onion router second generation.
  • arp-scan - Address Resollution protocol scanner for scanning devices in your network.
  • wireshark - a network packet analyzer.
  • default-jdk - default java development kit. (open-jdk for arch)
  • proxychains - For forcing tcp connections to go through SOCKS4 (tor node).
  • hexedit - a hex editor.
  • binutils-i586-linux-gnu - Contains objdump and objcopy. Awesome for reverse engineering. (package name for arch - binutils)
  • speedtest-cli - Speedtest command line interface.
  • macchanger - Changes mac address of you wireless interface.
  • setoolkit - a social engineering toolkit.
  • evillimiter - A tool to monitor devices on your network.
  • kismet - Its a network detector, packet sniffer and an intrusion detection system.
  • aircrack-ng - A whole suite of a lot of wireless tools.

Wireless tools:

  • wireshark
  • arp-scan
  • macchanger
  • speedtest-cli
  • evillimiter
  • kismet
  • aircrack-ng

License:

Pentest tools are licensed under the MIT License as stated in the LICENSE file

Releases

No releases published

Packages

No packages published

Languages