← Back to Projects

Python Security Toolkit

Category: Security / scripting Role: Developer Stack: Python, Scapy, Bash

<CLI Tool Interface />

Overview

A modular collection of Python scripts and automation tools designed to assist in various phases of penetration testing and network reconnaissance. The toolkit emphasizes efficiency and portability for security assessments.

Modules Included

  • Port Scanner: Multi-threaded scanner to quickly identify open ports and services.
  • Subdomain Enumerator: Automates DNS queries to find hidden subdomains.
  • Packet Sniffer: Uses `Scapy` to capture and analyze network traffic in real-time.
  • Hash Cracker: A dictionary-based tool for testing password strength.

Tech Details

Built primarily with Python 3, leveraging libraries like `socket`, `requests`, and `scapy`. The tools are CLI-based for easy integration into existing security workflows or CI/CD pipelines.

@javicadev