sqli

  1. Prapattimynk

    SQLMap Command Generator

    SQLMap Command Generator is a web-based application designed to assist penetration testers and security enthusiasts in generating SQLMap commands with various options for testing SQL injection vulnerabilities. It provides an easy-to-use interface where users can configure various parameters...
  2. Prapattimynk

    A Simple Yet Effective Way to Find SQLI Vulnerabilities

    Sometimes, simple methods work best when hunting for SQL injection (SQLI) vulnerabilities. Here’s an optimized approach: 1. Extract Potential Targets Use Wayback Machine URLs to find historical URLs with parameters: waybackurls --dates target.com | grep '?id=' This helps identify pages that...
  3. Prapattimynk

    SQL Injection Cheatsheet

    This is an SQL injection cheatsheet with tried and true payloads / techniques that cover the 5 most popular database variants and their derivatives (MySQL, PostgreSQL, MSSQL/SQL Server, Oracle, SQLite). Key Some payloads contain placeholders which need to be replaced with specific values before...
Back
Top