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
SQLi Query Tampering extends and adds custom Payload Generator/Processor in Burp Suite's Intruder. This extension gives you the flexibility of manual testing with many powerful evasion techniques.
SQLi Query Tampering extends and adds custom Payload Generator/Processor in
Burp Suite's Intruder.
Advantages and Benefits
Sqlmap is a great automated tool for SQL vulnerabilities but it can be a little
noisy when you perform pentesting or bug hunting!
One of the cool part of Sqlmap is Tampering. Tampering gives us some
functions/techniques to evade filters and WAF's.
SQLi Query Tampering gives you the flexibility of manual testing with many powerful
evasion techniques. This extension has two part:
Generator:
You are able to add your customized payloads
All evasion techniques grouped by DBMS type
Tampered payloads can be used as a Generator in Intruder or saved to clipboard/file
Processor:
You have the ability to choose on of the tamper techniques as your processor
The processor can be added as a Payload Processor
You can add your payloads and tamper them based on the selected technique. Write one payload per line.
All Tampered Queries (in Generator/Processor) returned in URL-Encoded
You can add a decode rule in Payload Processing section if you need URL-decoded payloads
Bug and Feature Request
Feel free to submit issues and enhancement requests.
Contributing
We appreciate all forms of contribution. When contributing to this repository,
please first discuss the change you wish to make via issue, email, or any other
method with the owners of this repository before making a change.
Contribution can include adding new feature,tampering technique based on your
experience/articles/sqlmap repo, making typo corrections and much more.
In general, we follow the "fork-and-pull" Git workflow.
Fork the repo on GitHub
Clone the project to your own machine
Commit changes to your own branch
Check and Test your changes. You could use https://testphp.vulnweb.com/artists.php?artist=1 url as target and make sure the extension works properly.
Push your work back up to your fork
Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Changelog:
1.3:
Add Options tab:
Payloads Directory
Restore Defaults
Fix some issues in UI and Tamper module
1.2:
Add tamper technique:
equaltorlike: Replaces all occurrences of operator equal (=) with RLIKE counterpart
Add Load button in User-Defined Payloads section.
Auto saves the Tamper Techniques, User-Defined Payloads and Processor Technique configuration.
1.1:
Add tamper techniques:
0eunion: Replaces instances of <int> UNION with <int>e0UNION
misunion: Replaces instances of UNION with -.1UNION
schemasplit: Replaces instances of DBName.TableName with DBName 9.e.TableName
binary: Injects keyword binary where possible
dunion: Replaces instances of <int> UNION with <int>DUNION
1.0:
Release
About
SQLi Query Tampering extends and adds custom Payload Generator/Processor in Burp Suite's Intruder. This extension gives you the flexibility of manual testing with many powerful evasion techniques.