Skip to content

DLL00P/NetRunners

 
 

Repository files navigation

🚀 NetRunners Toolkit

Automation and learning for pentesting

GitHub Release License


📚 Table of Contents

  1. Overview
  2. Features
  3. Web Demo
  4. Local Installation
  5. How It Works
  6. Contributing
  7. Authors
  8. License

Overview

NetRunners Toolkit is a lightweight, modular toolkit for pentesting and CTFs that provides predefined commands and scripts to automate common tasks. Perfect for:

  • 🚩 CTFs: commands optimized for testing environments.
  • 🛡️ Pentesting: reusable and adaptable scripts.

⚠️ Some flags and options are designed for CTFs; review before using in production.


Features

  • Automated commands for reconnaissance, exploitation, and post-exploitation phases.
  • Customizable script templates.
  • Modular structure to easily add or remove tools.

Web Demo

Try the online version of the Toolkit:

👉 https://www.netrunners.in


Local Installation

Requirements:

  • Node.js ≥14
  • npm or yarn
  • Astro
# Clone the repository
git clone https://github.com/NetRunners-Toolkits/NetRunners.git
cd NetRunners

# Install dependencies
npm install

# Start the development server
npm run dev

How It Works

  1. Origins

    • Inspired by Whare automating commands just before the PUPPY machine launch on Hack The Box.
    • Initial JavaScript demo by 2as, later evolved under the leadership of R1nzler.
  2. Workflow

    • Select module (recon, exploit, post-exploit).
    • Execute commands with preconfigured parameters.
    • Review and customize results.

Contributing

  1. Fork the repository
  2. Create your branch (git checkout -b feature/new-tool)
  3. Commit your changes (git commit -m 'Add new tool')
  4. Push to the branch (git push origin feature/new-tool)
  5. Open a Pull Request

We welcome your ideas and improvements! 🙌


Authors

  • R1nzler – Full-stack development – GitHub
  • Whare – Initial idea and commands – GitHub
  • 2as – JavaScript demo – GitHub

Contributors

Alt


License

This project is licensed under the MIT License. See the LICENSE file for details.


About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 92.9%
  • CSS 5.7%
  • Other 1.4%