Skip to content

bellamy58/nettools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚔️ NetTools - Cyber Warfare Arsenal

Version Python Rust License

NetTools is a modular, hybrid (Python + Rust) cyber warfare suite developed for cybersecurity experts, penetration testers, and researchers.

It unifies all strategic attack vectors, from Reconnaissance to Post-Exploitation, under a single powerful CLI tool.

🚀 Features (The Arsenal)

This tool combines the flexibility of Python with the raw performance of Rust.

🕵️‍♂️ Reconnaissance & Intelligence

  • NetScan: Discovers devices on the network (ARP Scanner).
  • PortScan: Identifies open ports and services on the target.
  • DirScan: Discovers hidden directories and files on web servers (Multi-threaded).
  • DNS Enum: Collects subdomains and DNS records.

⚔️ Offense & Attacks

  • MITM: Intercepts network traffic via ARP Spoofing (Man-in-the-Middle).
  • Packet Sniffer: Captures and analyzes network packets in real-time.
  • DNS Spoofing: Redirects target traffic to fake IP addresses.
  • DNS Proxy (Chef): Acts as a fake DNS server to manipulate queries.
  • SYN Flood: Performs DoS (Denial of Service) attacks on target ports.
  • SSH Brute Force: Performs dictionary attacks on SSH services.

🦀 Rusty Core (High Performance)

  • GenList: Generates high-speed wordlists with millions of combinations per second using the embedded Rust engine.
    • Note: The tool automatically compiles and executes the Rust code seamlessly.

📊 Reporting

  • Reporter: Exports all scan and attack results into a professional HTML report.

🛠️ Installation

Requirements

Ensure you have Python 3 and Rust (Cargo) installed.

  1. Clone the Repository:
    git clone https://github.com/bellamy58/nettools.git
    cd nettools
    
  2. Install Python Dependencies:
    pip install -r requirements.txt
    
    

⚠️ Disclaimer This tool is developed for EDUCATIONAL PURPOSES and AUTHORIZED PENETRATION TESTING only.

Using this tool on systems you do not own or have explicit permission to test is illegal. The developer (Bellamy) assumes no liability for misuse or damage caused by this tool.

👨‍💻 Developer Bellamy Cyber Security Researcher & Developer

About

High-performance Network Pentesting & Reconnaissance Framework powered by Rust core and Python bindings.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors