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 ...
python-dotenv: This package allows us to securely store sensitive information, such as the Gemini API key, in a .env file. By using python-dotenv, we can easily load these credentials into the project ...
🔐 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 ...