CyberSentry is a robust automated scanning tool designed for web applications.
It helps security professionals, ethical hackers, and developers detect and resolve vulnerabilities to strengthen their web environments.
git clone https://github.com/yourusername/CyberSentry.git
cd CyberSentry
pip install -r requirements.txt
To start using CyberSentry, run the following command:
python3 CyberSentry.py
Follow the interactive prompts to select your target URL and the type of scans you wish to perform.
CyberSentry uses external files to manage payloads. To add or modify payloads, edit the corresponding text files in the payloads directory:
sqli_payloads.txt for SQL Injection payloads
xss_payloads.txt for XSS payloads
http_parameter_payloads.txt for HTTP Parameter payloads
bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…