🛠️ AMJHOST Pentest Tools – Lightweight Cybersecurity Toolkit

Author: AMJHOST  |  Source: GitHub Repository


🔍 Overview

Pentest Tools is a Python-based penetration testing toolkit by AMJHOST, designed to automate common cybersecurity tasks like recon, scanning, command execution, and vulnerability checks. Ideal for red teamers, CTF players, or internal auditors looking for efficiency in their workflow.


 Key Features

  • ⚡ Fast ping scanning
  • 📡 Bulk command execution on multiple IPs
  • 🔍 Automated nmap-based vulnerability checks
  • 🧱 IP range formatting & input normalization
  • 🎯 Command launcher and project initializer

 How to Get Started

git clone https://github.com/amjhost/pentest-tools.git
cd pentest-tools
chmod +x *.py
---

 Toolkit Contents

File Purpose
Scanner.pyPing scan and segregate active/dead hosts
command.pyExecute multiple commands over IP list
command-execution.pyFaster command execution (single command)
vuln-check.pyRun Nmap vulnerability checks
comb.pySelect and launch scripts interactively
new.pyGenerate a new pentest project boilerplate
ipirr.pyReformat and clean up IP lists
Ping.pySimple ping loop (slow method)

 Example Usage

Scan IP Range:

python3 Scanner.py 192.168.1.0/24

Run Commands on Multiple IPs:

python3 command.py iplist.txt "whoami,uname -a"

Perform Vulnerability Scan:

python3 vuln-check.py 10.0.0.0/24

🔗 Download or Contribute

💻 GitHub Repo: https://github.com/amjhost/pentest-tools
📬 Email: ceo@amjhost.online

🌐 View on GitHub   📬 Contact Us


Made with 💻 by AMJHOST. Open-source and MIT Licensed.