0xCaretaker / Ultimate-Blind-Boolean-SQL

Blind-Boolean SQLi automation using FFUF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate-Blind-Boolean-SQL

  • Uses ffuf to automate Blind-based Boolean attacks on the server.
  • Try this PortswiggerLab for demo: Link

Methodology

  • Create wordlists to be used for attacks
  • Get no. of Databases on the server
  • Finds length of each Database name
  • Gets Database names
  • Similar process for Tables and Column names
  • Goes through every Database, Table, Column and counts the no. of respective rows
  • Finds the length of each data row
  • Dumps every Row content for each Database:Table:Column

About

Blind-Boolean SQLi automation using FFUF


Languages

Language:Python 100.0%