AI Security Scanner for Python Author: NightErth Introducing Today's Project! This project focuses on the development of CLI tool designed to analyze Python code for potential security vulnerabilities ...
In this phase, the scanner is enhanced to support external Python files, improving its usability for real-world projects. External File Scanning The tool now accepts file paths or directories from the ...
🔐 Just built my first cybersecurity tool from scratch: a Python network port scanner! It scans a target IP across a custom port range, identifies services running on open ports, and exports a ...
🚀 New Project: Python Port Scanner As part of my cybersecurity learning journey, I built a Port Scanner using Python. Port scanning is one of the fundamental techniques used in network reconnaissance ...