Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxagast/sqlmap-helper
Firefox extension for helping generate sqlmap exploitation commands
https://github.com/oxagast/sqlmap-helper
addon addons-mozilla-org firefox-extension sql-injection sqlmap
Last synced: 21 days ago
JSON representation
Firefox extension for helping generate sqlmap exploitation commands
- Host: GitHub
- URL: https://github.com/oxagast/sqlmap-helper
- Owner: oxagast
- License: mpl-2.0
- Created: 2020-06-05T15:43:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T14:20:58.000Z (over 4 years ago)
- Last Synced: 2025-01-03T02:51:21.390Z (about 1 month ago)
- Topics: addon, addons-mozilla-org, firefox-extension, sql-injection, sqlmap
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/sqlmap-helper/
- Size: 78.1 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## sqlmap helper
This is an extension for firefox to help generate sqlmap commands for web exploitation.
Probably best to install from Firefox addon repository, but if you want to install from GitHub you'll need to zip this directory, then change the extension to .xpi and load as an addon in the extensions page. Once installed, go to Addons->SQLMap helper->preferences and set your sqlmap options, then right click on a link and select "Copy SQLMap command the clipboard" to use.
Doesn't support all sqlmap options yet, but most important ones should be supported.
You'll of course need sqlmap for this to be useful, you can grab it from here: https://github.com/sqlmapproject/sqlmap.