Skip to content

0xCaretaker/Ultimate-Blind-Boolean-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages