🔍 Directory Security Scanner
A Python-based security auditing tool that scans directories to identify potential risks such as insecure file permissions (777), exposed configuration files (e.g., .env, id_rsa, config.json), and filenames containing sensitive keywords like “password”, “secret”, or “key.”
This tool automates the detection of misconfigurations and sensitive data exposure across the file system. After scanning, it generates a detailed, time-stamped audit report highlighting suspicious files and their associated issues.
Designed for both developers and system administrators, it helps ensure secure file management practices, reduce accidental data leaks, and maintain better compliance with security standards.