Skip to main content

What is a dumper modules?

Dumper modules is a complete modules for Automatic Dumping on a SQLi Vulnerable Urls, but it need some easy step to use QParser Dumper. Follow some steps below!
1

Step 1: Go to SQL Injection Testing

You need load SQL Vulnerable URLs from QParser SQL Vulnerability Scanner in Scanner Modules > SQL Vulnerable Scanner
2

Step 2: Go to Auto SQLi Dumper

After you got injectables result in file result_**_injectables.txt and now you can process Auto SQLi Dumper from the result

What is a threads?

Threads is amount of concurrency or session you want to open for process each url

What is a workers?

Workers is amount of concurrency or session you want to open for process dumping rows each url

What is dumper mode?

Dumper mode is injecting mode selection for your dumper and default is Targeted InjectingDumper Mode Comparisons
Duper ModeCheck exist in certain columnsSaves rows in certain columnsSupport primary and secondary output
Targeted InjectingYesYesYes
Semi-Targeted InjectingYesNoNo
Full Injecting EverythingNoNoNo

What is a presets mode?

Presets mode is used for targeting dumping, if you are using Targeted Injecting you can use Normal Presets or Targeted PresetsWhat difference from Normal Presets and Targeted Presets?Normal Presets is only based from minimum matches columns so it will save certain minimum matches column from your targeted_columns.txt in dumper_presets. Targeted Injecting is based on primary and secondary column so it will get 2 column only with minimum matches for more accurate and primary columns stored in primary_columns.txt and secondary columns stored in secondary_columns.txtExample of dumper_presets files:
It will check certain columns on target site if it exist or not
email
mail
password
pass
pwd
psswd
passwd

What is minimum matches columns?

Minimum matches columns is howmany minimum matches certain columns on your target site if it equal or more than selected matches so it return a result
Tips for auto dumper settings
  • Dumper Mode: Targeted Injecting
  • Presets Mode: Targeted Presets [Primary and Secondary]
  • Separator: :
  • Minimum matches: 2 matches columns
  • Dumper Mode: Targeted Injecting
  • Presets Mode: Normal Presets
  • Separator: :
  • Minimum matches: 1 matches columns
Targeted columns presets
email
mail
  • Dumper Mode: Targeted Injecting
  • Presets Mode: Normal Presets
  • Separator: :
  • Minimum matches: 3 matches columns
Targeted columns presets
id
email
mail
password
pass
passwd
psswd
pwd