A collection of SQL projects focused on database security, evidence management, and secure reporting systems, including simulations for SQL injection prevention and network scanning.
This project provides a set of SQL scripts to manage blackmail reports and associated evidence. It allows you to:
- Store reports with details such as reporter, incident description, and timestamp
- Track whether evidence is attached to each report
- Automatically update report status when evidence is added
- Keep certain reports anonymous, if needed
Example queries demonstrate how to retrieve open reports or reports with evidence.
How to Use:
- Run the SQL scripts in your SQL Server environment
- Use the example queries to explore and interact with the data
- Modify or add reports and evidence as needed
This project simulates a SQL-based Nmap network scan for lab practice. It includes:
- Four networking hosts, each with three ports (12 scans total)
- “WARNING - OPEN!” messages for exposed ports
- A stored procedure (
sp_Scan
) to run the scan - Safe, contained network scanning simulation
How to Use:
- Open
Umbrella_Network_Scan_SQL_Nmap_Exposure_Alert.sql
in SSMS or Azure Data Studio - Execute the script to create the necessary tables and stored procedure
- Run the scan with:
- Use this simulation responsibly and only in your lab environment.
- All scan results are randomly generated within SQL for educational purposes.
- This tool is safe and will not affect any real networks or systems.
====================================================================