Posted July 19Jul 19 π¦ What is Pegasus-Pentest-Arsenal?Pegasus-Pentest-Arsenal is a comprehensive open-source web application penetration testing toolkit that consolidates 10 powerful pentesting features into a single command-line tool. Designed for ethical hackers, bug bounty hunters, and cybersecurity professionals, Pegasus streamlines web app assessments by automating and combining multiple attack and scanning techniques.With Pegasus, you no longer need to jump between multiple tools. Itβs a one-stop-shop for efficient, automated, and deep web application security analysis.π§ Key Features of PegasusHere are the 10 powerful modules bundled into Pegasus:SQL Injection ScannerXSS (Cross-Site Scripting) DetectorCommand Injection ScannerOpen Redirect DetectorLFI/RFI ScannerAdmin Panel FinderSubdomain EnumerationPort ScannerCVE Lookup by Banner GrabbingDirectory Bruteforcing (Dirb-style)Each module is capable of independent scanning, and results are displayed in a clean and readable format.πΎ Installation Instructionsβ Step 1: Clone the GitHub Repositorygit clone https://github.com/haroonawanofficial/Pegasus-Pentest-Arsenal.gitcd Pegasus-Pentest-Arsenalβ Step 2: Install Required DependenciesMake sure you have Python 3 installed, then install the necessary libraries:pip install -r requirements.txtπ How to Use PegasusYou can run Pegasus with different modules based on your objective. Example:python3 pegasus.py -u https://example.com -m allAvailable ParametersFlagDescription-uTarget URL (e.g., https://example.com)-mModule to use (sqli, xss, admin, subdomain, all, etc.)Example: Run SQLi and XSS Scanpython3 pegasus.py -u https://example.com -m sqlipython3 pegasus.py -u https://example.com -m xssExample: Find Admin Panelspython3 pegasus.py -u https://example.com -m adminπ Use Casesβ Bug bounty recon and initial scansβ Fast vulnerability detection for web appsβ Combine different scanning techniques in one CLIβ Not for use against unauthorized targetsAlways follow ethical hacking guidelines. Never test a site without permission.π οΈ Toolkit Highlightsπ Combines 10 essential recon/exploit toolsπ§ Intelligent scanning techniquesπ» Simple CLI interfaceπ₯ Great for automation in pentest workflowsπ§ͺ Final ThoughtsPegasus-Pentest-Arsenal is a time-saving and efficient weapon in any pentester's toolkit. It brings together the most used web scanning features under one roof, making it ideal for beginners and professionals alike.π Try it now on your authorized targets and boost your recon game.π GitHub: https://github.com/haroonawanofficial/Pegasus-Pentest-Arsenal
Create an account or sign in to comment