From 2ff8ab9b92529bf02ed562166c26c74455c30741 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 10:33:38 -0500 Subject: [PATCH] Update webattack.py --- tools/webattack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webattack.py b/tools/webattack.py index b4e1b50..4ff2fa1 100644 --- a/tools/webattack.py +++ b/tools/webattack.py @@ -10,7 +10,7 @@ class Web2Attack(HackingTool): DESCRIPTION = "Web hacking framework with tools, exploits by python" INSTALL_COMMANDS = [ "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"