Skip to content

eugene87222/NCTU-sqlmap-GUI-project

Repository files navigation

sqlmap GUI written in python with Flask

Environment

  • Ubuntu 18.04 LTS
  • Python 3.6.8
  • Python packages
    • pip3 install -r requirements.txt
  • sqlmap
    • We recommended that the users download sqlmap with git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap.

Installation

mkdir sqlmap-gui
cd sqlmap-gui
git clone https://github.com/eugene87222/NCTU-sqlmap-GUI-project.git gui
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap
cd gui
python3 server.py

Go to localhost:5000 then enjoy the clean sqlmap GUI.

Assignment of responsibility

Log