You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides an overview of common server-side vulnerabilities along with practical solutions and examples. It includes hands-on solutions to **PortSwigger Labs**, making it a valuable resource for learning and practicing web application security.
This article aims to demystify SQL Injection, explaining what it is, how it operates, its purposes in the cybersecurity landscape, and mentioning tools that can be used to conduct such attacks.
WebScanner is a Python-Flask desktop app that scans websites for vulnerabilities like SQL Injection and XSS. It uses tools like SQLMap and WeasyPrint to generate detailed, real-time PDF reports.
This program automates SQL injection testing on login pages by sending payloads, logging results, and supporting both single and multiple URL tests with concurrency and retry logic.
Se trata de um script Python que detecta vulnerabilidades de SQL Injection e XSS em sites. Ele analisa URLs listadas em um arquivo de configuração e fornece detalhes sobre a presença dessas falhas, incluindo sugestões de exploração e correção.urança e conscientização sobre boas práticas de desenvolvimento seguro.
The project is a Python Code Sentinel that scans code files for potential security vulnerabilities. The goal is to identify suspicious patterns in the code that could indicate the presence of vulnerabilities.
Midnight is bash script that conducts subdomain enumeration and attack surface mapping and then tests for XSS with payload injection and reflection verification, it also tests for local file inclusion and SQL injection with a comprehensive library of over 300 payloads.