npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@zetagoaurum-dev/aleopantest

v4.0.1

Published

Advanced Penetration Testing Framework & Cybersecurity Tool Suite (548+ Tools) for Termux, Kali, Windows, macOS.

Readme

🛡️ AleoPantest V4.0.0 PRO (Codename: HYDRA)

Advanced Penetration Testing & Cybersecurity Framework

Python Version NPM Version OS Supported License Maintenance

548+ Specialized ToolsCross-PlatformModern CLI, TUI & Web Dashboard


🧭 Navigation


✨ Features

Aleopantest (by Aleocrophic) is an advanced, modular penetration testing framework designed for security professionals, system administrators, and ethical hackers. Version 4.0.0 (HYDRA) marks a massive overhaul:

  • 🚀 548+ Specialized Tools: Covering everything from OSINT and Web Exploitation to Cloud Security, Active Directory, and IoT.
  • 🌐 Global Command Alias: Call the framework from anywhere using alpnts or aleopantest.
  • 🖥️ Three distinct interfaces: A rich, robust CLI, a modern Text-based User Interface (TUI), and a responsive Web Dashboard.
  • 🤖 Intelligent Automation: Context-aware parameter filling, allowing seamless tool chaining without manual input.
  • 📊 Standardized Reporting: Every tool outputs consistent JSON, TXT, or PDF formats, ready for compliance audits.
  • 🌍 True Cross-Platform: Optimized specifically for standard OS (Windows, Linux, macOS) AND specialized environments (Kali Linux, Parrot OS, WSL, Termux).

⚡ Quick Start & Universal Installation

AleoPantest is designed to be universally compatible. Follow these simple steps for your environment.

📋 Prerequisites

  • Python 3.9 or higher installed. (Run python3 --version or python --version to check)
  • Git (To clone the repository)

🚀 Installation (Choose 1 of 3 Methods)

Method 1: NPX (Fastest)

If you have Node.js installed, you can run AleoPantest instantly without manual cloning:

npx @zetagoaurum-dev/aleopantest --version
# OR install globally
npm install -g @zetagoaurum-dev/aleopantest

Method 2: Fast Install Scripts (Low-RAM Devices)

Great for preventing out-of-memory errors during install:

git clone https://github.com/ZetaGo-Aurum/AleoPantest.git
cd AleoPantest
# On Linux/macOS/Termux:
bash install.sh
# On Windows:
install.bat

Method 3: Standard Python Install

git clone https://github.com/ZetaGo-Aurum/AleoPantest.git
cd AleoPantest
pip install -r requirements.txt
pip install -e .
# Note: For full features including Web Dashboard, use: pip install -e .[full]

📱 Termux Install Guide (Android)

pkg update && pkg upgrade -y
pkg install python git clang libxml2 libxslt libffi openssl -y
git clone https://github.com/ZetaGo-Aurum/AleoPantest.git
cd AleoPantest
MATHLIB=m pip install -r requirements.txt
pip install -e .
alpnts --version

Note: If you encounter permission issues on Linux/macOS during step 3, try running pip install --user -e . instead.


🧩 Tool Categories

AleoPantest V4.0.0 comes equipped with 548 fully functioning tools spanning 31 distinct categories. Use alpnts list-tools to see them all.

| Core Security | Advanced Security | Utilities & Compliance | |---------------|-------------------|------------------------| | 🌐 Web Security | ☁️ Cloud Security | 📜 Reporting | | 📡 Network & WiFi | 🐋 Container Security | ⚖️ Compliance & Audit | | 🕵️ OSINT | 🏰 Active Directory | ⚙️ Automation | | 🔐 Password/Auth | 🧬 Binary Analysis | 🛠️ Miscellaneous | | 🔑 Cryptography | 🧩 API Security | 📱 Mobile Security | | 🛡️ Exploit/Post-Exploit| 🕵️ Forensics | 🎭 Social Engineering |

(For a full list of tools, refer to docs/TOOLS.md)


🖥️ Interfaces (CLI, TUI, Web)

AleoPantest adapts to your workflow. Use the interface that best suits your current task.

1. The Rich CLI

Perfect for quick scans, automation scripts, and CI/CD pipelines.

alpnts list-tools                   # View the list of all 548 tools
alpnts run dns --domain zeta.com    # Run a specific tool
alpnts run sql-inject -i            # Run a tool in interactive mode
alpnts --license                    # View the license
alpnts info                         # Print framework stats

2. The Modern TUI (Terminal User Interface)

For a visual, keyboard-driven dashboard directly in your terminal.

alpnts tui

3. The Web Dashboard

For a graphical interface with visualization, reporting features, and centralized logs.

alpnts web --port 8002

Access the dashboard via your browser at http://127.0.0.1:8002.


📚 Documentation Directory

Explore the rest of the documentation for advanced setups, technical reports, and historical changes:


⚖️ License & Terms of Service

AleoPantest is developed strictly for educational purposes, authorized auditing, and ethical hacking.

By using this software, you agree to the Terms of Service. Any misuse of this tool is strictly prohibited, and the authors hold no liability for damages.

This project is licensed under the MIT License. Read the full LICENSE file for more information.