Skip to content

CyberForge: Python-based network security toolkit for ethical hacking (scanning, pentesting, vulnerability analysis)

License

Notifications You must be signed in to change notification settings

CipherX-bit/cyberforge-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberForge Network Security Toolkit

License: MIT Python Version Platform

Professional-grade network security assessment toolkit for ethical hacking and penetration testing.

CyberForge Banner

Features

🛠 Offensive Security Tools

  • Network Scanner (Nmap integration with multiple profiles)
  • DDoS Framework (Controlled UDP Flood with thread management)
  • ARP Spoofer (Man-in-the-Middle attacks)
  • Evil Twin (Rogue Access Point creation)
  • Port Knocker (Stealth port sequence activation)

🔍 Reconnaissance & Analysis

  • Packet Sniffer (PCAP capture/export)
  • Host Discovery (Network enumeration with MAC identification)
  • Traffic Analysis (Live pattern detection)
  • Vulnerability Scanner (CVE detection using Nmap scripts)

🛡️ Defensive Utilities

  • MAC Randomizer (Interface spoofing with validation)
  • Security Auditor (Configuration vulnerability checks)
  • Resource Monitor (Attack detection and alerting)
  • Session Encryptor (Basic traffic obfuscation)

⚙️ Installation

Requirements

  • Linux OS (Kernel 4.4+ recommended)
  • Python 3.7+
  • Root privileges
  • Wireless card supporting monitor mode (for radio features)
  1. Install system dependencies:

    sudo apt update && sudo apt install -y \
    nmap \
    hostapd \
    dnsmasq \
    aircrack-ng \
    iw \
    python3-pip \
    python3-scapy
  2. Clone repository:

    git clone https://github.com/CipherX-bit/cyberforge-toolkit.git
    cd cyberforge-toolkit
  3. Install Python packages:

    pip3 install -r requirements.txt
  4. Run Toolkit:

    python3 cyberforge.py

About

CyberForge: Python-based network security toolkit for ethical hacking (scanning, pentesting, vulnerability analysis)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages