Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
vajra — Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing. | Kitploit
Tools/GitHubGitHub/r3curs1v3-pr0xy/vajra
Penetration Testing FrameworksReconnaissanceVulnerability ScannersPort ScanningDNS & Subdomain EnumerationInformation GatheringWeb SecurityFuzzingSecret DetectionSubdomain EnumerationCrawlerArchived
70315974 years agoReviewed by Kitploit
GitHubr3curs1v3-pr0xy/vajra

vajra

Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

             logo
                           Stars NPM Version License: GPL v3 contribution PyPi Python Versions Demo Youtube
                                                   An automated web hacking framework for web applications

Table of Content

  • About Vajra
    • What is Vajra
    • Key Feaures
    • What Vajra does
  • Installation
  • Running with docker-compose
  • Tools Used by Vajra
  • Contributing
  • License
  • Future Plans/Under Development
  • Credits
  • Disclaimer
  • FAQ
  • Detailed insight about Vajra can be found at

    https://hackwithproxy.medium.com/introducing-vajra-an-advanced-web-hacking-framework-bd8307a01aa8

    About Vajra

    logo

    Vajra is an automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing. Vajra has highly customizable target scope based scan feature. Instead of running all the scan on target, it runs only those scan selected by you which will minimize unnecessary traffic and stores output in one place at CouchDB.

    Vajra uses most common open source tools which every Bug Hunter runs during their testing on target. It does all the stuffs through web browser with very simple UI that makes it absolute beginner friendly framework.

    Analyzing your data from scan result is very important in Bug Bounty. The chances of missing anything is less only if you could visualize your data in proper way and Vajra does so with a lot of filters.

    I created this project for my personal use (about 6 months ago) but looking at its usefulness, I decided to make it open-source so that it can save your time and can get some more improvement from community.

    Currently, I added only 27 unique bug bounty feature to it but more will be added in near future.


    Demo

    Demo Video

    Key Features

    • Highly target specific scan
    • Run multiple scans in parallel
    • Highly customizable scan based on user requirements
    • Absolute beginner friendly Web UI
    • Fast (as it is Asynchronous)
    • Export result in CSV or directly copy to clipboard
    • Telegram Notification

    What Vajra does

    • Subdomain Scan with IP, Status Code and Title.
    • Subdomain Takeover Scan
    • Port Scan
    • Endpoints Discovery
    • Endpoints with Parameter Discovery
    • 24/7 Monitor Subdomains
    • 24/7 Monitor JavaScript
    • Templates Scan using Nuclei
    • Fuzz endpoints to find hidden endpoints or critical files (e.g .env)
    • Extract JavaScripts
    • Fuzz with Custom Generated wordlist
    • Extracts Secrets (e.g api keys, hidden javascripts endpoints)
    • Checks for Broken Links
    • Filter Endpoints based on extensions
    • Favicon Hash
    • Github Dorks
    • CORS Scan
    • CRLF Scan
    • 403 Bypasser
    • Find Hidden Parameters
    • Google Hacking
    • Shodan Search Queries
    • Extract Hidden Endpoints from JavaScript
    • Create target based Custom Wordlist
    • Vulnerability Scan
    • CVE Scan
    • CouchDB to store all scan output

    Total Scans

    scans

    Result of Scan

    result

    Found Subdomains

    subdomains

    Subdomain Monitoring

    subdomain monitor

    Installation

    All the installation instructions are available at wiki page. Find the wiki documentation here:

    https://github.com/r3curs1v3-pr0xy/vajra/wiki/Installation

    Running with docker-compose

    1. git clone --recursive https://github.com/r3curs1v3-pr0xy/vajra.git
    2. Make changes to files (add api tokens, etc.) [You can skip this]
    3. Run docker-compose up.

    If you wanna make changes later then update files and run docker-compose build and docker-compose up again.

    For detailed instructions, follow this URL

    Tools used by Vajra

    All the tools used by Vajra are listed here: Link

    Contributing

    Thank you for your consideration for making your valuable contributions to Vajra! Start by taking a look at the below mentioned points

    • Fix any issues/bugs
    • Solve opened issues
    • Clean code
    • Add any new features
    • Works on Future Plans/Under Developement
    • Support this project by sponsoring/donating

    Financial Contributors:

    Deviner ABHISAR PANDEY

    Code Contributors:

    Anas Jamal

    If you have some new idea about this project, issue, feedback or found some valuable tool feel free to open an issue or just DM me via @r3curs1v3_pr0xy

    If you like Vajra and wants to support

    cofee

    Paypal: https://www.paypal.me/r3curs1v3pr0xy

    Bitcoin: 3EB5AsRrzSjMXnPDwSuxnyW1cc2APSHEWr

    10% of total donation will go to Animal Aid Unilimited.

    License

    It is distributed under the GNU GPL v3 license License. See LICENSE for more information.

    Future Plans/Under Development

    • Add feature to upload wordlist for bruteforcing
    • Add slack/discord notification
    • Improve Result UI
    • Add server console through web interface
    • Schedule Scan
    • Take Notes in web UI

    Credits

    Please take a look at CREDITS.md. Thanks to @maniac_en for helping with version control and repo management.

    Disclaimer

    Most of these tools have been developed by the authors of the tool that has been listed in CREDITS.md. I just put all the pieces together, plus some extra magic.

    This tool is for educational purposes only. You are responsible for your own actions. If you mess something up or break any laws while using this software, it's your fault, and your fault only.

    FAQ

    • What is the accuracy of this framework?

    => Vajra uses only open source tools and scripts so its accuracy depends upon those tools.

    • What is scalability of this framework?

    => It depends upon the resources you provide to run it.

    • Does it gives immediate result?

    -=> Although Vajra uses asynchronous methods but still it takes some time to complete all the scan. You can see your running scans through ongoing scan tab

    Download Tool