You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
Update webattack.py
This commit is contained in:
@ -10,7 +10,7 @@ class Web2Attack(HackingTool):
|
|||||||
DESCRIPTION = "Web hacking framework with tools, exploits by python"
|
DESCRIPTION = "Web hacking framework with tools, exploits by python"
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"sudo git clone https://github.com/santatic/web2attack.git"]
|
"sudo git clone https://github.com/santatic/web2attack.git"]
|
||||||
RUN_COMMANDS = ["cd web2attack && sudo bash w2aconsole"]
|
RUN_COMMANDS = ["cd web2attack && sudo python3 w2aconsole"]
|
||||||
PROJECT_URL = "https://github.com/santatic/web2attack"
|
PROJECT_URL = "https://github.com/santatic/web2attack"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user