WhitewidowScanner / whitewidow

SQL Vulnerability Scanner
972 stars 235 forks source link

sqlmap update didn't work. #48

Closed jantoniorobledo closed 7 years ago

jantoniorobledo commented 7 years ago

I have change the line 157 to move to the right path where sqlmap is installed. Also the way to do the upate is using git pull.

Ekultek commented 7 years ago

Why use git pull in place of sqlmaps update? They do the same thing and one looks fancier

jantoniorobledo commented 7 years ago

Trying to do the update on on your way, I'm getting this error: [12:45:05] [ERROR] not a git repository. Please checkout the 'sqlmapproject/sqlmap' repository from GitHub (e.g. 'git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap') [12:45:05] [INFO] for Linux platform it's required to install a standard 'git' package (e.g.: 'sudo apt-get install git')

This is the reason

Ekultek commented 7 years ago

Running git pull in the repo will only update the repo itself. So when you git pull in whitewidow, only whitewidow is updated. This is because whitewidow is the main program, and sqlmap is a thirdparty, so git resolves the to the main .git files

Ekultek commented 7 years ago

Lemme send a push and have you update from that push

Ekultek commented 7 years ago

This will not be implemented. Closing.