Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hood3dRob1n/SQLMAP-Web-GUI
PHP Frontend to work with the SQLMAP JSON API Server (sqlmapapi.py) to allow for a Web GUI to drive near full functionality of SQLMAP!
https://github.com/Hood3dRob1n/SQLMAP-Web-GUI
Last synced: 21 days ago
JSON representation
PHP Frontend to work with the SQLMAP JSON API Server (sqlmapapi.py) to allow for a Web GUI to drive near full functionality of SQLMAP!
- Host: GitHub
- URL: https://github.com/Hood3dRob1n/SQLMAP-Web-GUI
- Owner: Hood3dRob1n
- Created: 2015-03-20T03:36:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T17:56:26.000Z (over 9 years ago)
- Last Synced: 2024-08-05T17:33:04.114Z (4 months ago)
- Language: PHP
- Size: 399 KB
- Stars: 326
- Watchers: 40
- Forks: 165
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Hood3dRob1n/SQLMAP-Web-GUI - PHP Frontend to work with the SQLMAP JSON API Server (sqlmapapi.py) to allow for a Web GUI to drive near full functionality of SQLMAP! (PHP)
README
# SQLMAP-Web-GUI
Before anything, this project wouldn't even be possible without the awesome development team behind SQLMAP - hats off to them!This is a PHP Frontend I made to work with the SQLMAP JSON API Server (sqlmapapi.py) to allow for a Web GUI to drive near full functionality of SQLMAP!
Here is a few quick videos I made to show that almost all of your usual SQLMAP command line functionality is still possible via this Web GUI.
Demo against: Windows 2003 Server, IIS/6.0 + ASP + MS-SQL 2005
- YOUTUBE: http://youtu.be/8MRew20Q1xEDemo against: Linux (CentOS), Apache, MySQL, PHP
- YOUTUBE: http://youtu.be/cs2Gvss0v-kBlog Write-Up: http://kaoticcreations.blogspot.com/
Requirements:
- Linux, Apache, PHP (check your favorite distro's wiki or forum pages, or use google)
- PHP 5.3+ is suggested, older versions not tests so mileage may vary
- Python and any SQLMAP dependencies (refer to their wiki for any help there)
- Clone this repo to your machine
- Edit the sqlmap/inc/config.php file so the paths all point to the right locations on your system
- Copy the entire sqlmap/ directory and contents to your web root directory (cd SQLMAP-Web-GUI && cp -R sqlmap/ /var/www/)
- When you want to use, simply fire up the sqlmap API server (python /home/user/tools/sqlmap/sqlmapapi.py -s)
- Then you can navigate to the Web GUI address in your Browser to begin (firefox http://127.0.0.1/sqlmap/index.php)Enjoy!