mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
updated sqlmap run instructions
This commit is contained in:
parent
3b2fdea1c4
commit
b0021b02b4
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user