1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

updated sqlmap run instructions

This commit is contained in:
Greatest125
2020-12-26 21:19:39 +00:00
committed by GitHub
parent 3b2fdea1c4
commit b0021b02b4

View File

@ -13,7 +13,7 @@ class Sqlmap(HackingTool):
"More Usage [!] https://github.com/sqlmapproject/sqlmap/wiki/Usage"
INSTALL_COMMANDS = [
"sudo git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev"]
RUN_COMMANDS = ["python3 sqlmap.py --wizard"]
RUN_COMMANDS = ["cd sqlmap-dev;python3 sqlmap.py --wizard"]
PROJECT_URL = "https://github.com/sqlmapproject/sqlmap"
class NoSqlMap(HackingTool):