Skip to content

A comprehensive script to automate the installation of essential cybersecurity tools for web, network, system, and mobile penetration testing.

Notifications You must be signed in to change notification settings

haxurn/pentest-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pentest-toolkit

A comprehensive script to automate the installation of essential cybersecurity tools for web, network, system, and mobile penetration testing.

Table of Contents

Introduction

pentest-toolkit is a Bash script designed to streamline the installation of various cybersecurity tools. It covers a wide range of tools used for web, network, system, and mobile penetration testing, making it easier for security professionals to set up their testing environments quickly and efficiently.

Features

  • Automated installation of essential cybersecurity tools.
  • Categorized tools for easy navigation and understanding.
  • Tools for web, network, system, and mobile penetration testing.
  • Clear and organized script with color-coded banners.

Installation

  1. Clone the repository:

    git clone https://github.com/byteninja9/pentest-toolkit.git
    cd pentest-toolkit
  2. Make the script executable:

    chmod +x install.sh
  3. Run the script:

    ./install.sh

Usage

The script will automatically install all the tools in their respective categories. Simply execute the script, and it will handle the rest.

Tool Categories

Web Tools

  • nmap
  • masscan
  • amass
  • subfinder
  • assetfinder
  • httpx
  • whatweb
  • ffuf
  • dirsearch
  • theHarvester
  • anew
  • tomnomnom tools (httprobe, waybackurls, gf, unfurl, qsreplace)
  • nuclei

Android Tools

  • adb
  • apktool
  • jadx

System Tools

  • lynis
  • chkrootkit
  • rkhunter
  • osquery

Network Tools

  • Wireshark
  • tcpdump
  • bettercap
  • netcat
  • aircrack-ng
  • kismet
  • hydra

Enumeration Tools

  • enum4linux
  • nbtscan
  • nmap-vulners
  • vulscan

Exploitation Tools

  • metasploit-framework
  • log4shell
  • chaos
  • LinEnum

Post-Exploitation Tools

  • linPEAS
  • winPEAS
  • linux-exploit-suggester
  • nishang
  • Empire

Reporting Tools

  • eyewitness
  • truffleHog
  • interactsh-client

Demo:

img

Contributing

Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

About

A comprehensive script to automate the installation of essential cybersecurity tools for web, network, system, and mobile penetration testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages