Research & Development

Detailed technical documentation of our open-source Python security tools.

1. Netscan Vulnerability Scanner

Python 3 Socket Programming Multithreading

Netscan is a custom-built network scanning tool designed to identify active hosts and open ports. It has evolved through four major iterations, moving from a simple CLI tool to a comprehensive security auditing suite.

Version Evolution

V 5.0 Basic Scanner

The initial release featuring raw socket connections to detect open ports on a target IP.

V 5.1 Multithreaded Engine

Introduced Python threading to scan multiple ports simultaneously, significantly reducing scan time.

V 5.3 Web Dashboard Integration

A major usability upgrade integrating a web-based interface (GUI).

V 10.0 Security Suite (Final)

Includes advanced banner grabbing, **automated remediation advice**, and a **Brute-Force module**.

View Code

2. Stealth Scan Pro

Scapy Kali Linux Firewall Evasion

A research-focused scanner designed to map networks without triggering IDS/IPS alerts using "Half-Open" (SYN) scans.

Version Evolution

V 6.0 CLI Scanner

The core engine built on Scapy operating entirely via CLI for scriptable scans.

V 6.1 GUI Interface

Enhances the core engine with a user-friendly Graphical User Interface (GUI).

V 7.0 Kali Linux & Desktop Tool

A fully integrated desktop application optimized for Kali Linux environments.

View Code

3. MITM Intruder Proxy

Interception HTTP/HTTPS Packet Manipulation

A Python-based Man-in-the-Middle proxy tool inspired by Burp Suite.

Cluster Bomb Intruder

Automated payload injection testing (Fuzzing).

Repeater & Renderer

Capture requests, modify parameters manually, and preview HTML responses.

View Repository