mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
update slowloris install to python3
This commit is contained in:
parent
40c1d152f9
commit
ff673b9c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class SlowLoris(HackingTool):
|
|||
TITLE = "SlowLoris"
|
||||
DESCRIPTION = "Slowloris is basically an HTTP Denial of Service attack." \
|
||||
"It send lots of HTTP Request"
|
||||
INSTALL_COMMANDS = ["sudo pip install slowloris"]
|
||||
INSTALL_COMMANDS = ["sudo pip3 install slowloris"]
|
||||
|
||||
def run(self):
|
||||
target_site = input("Enter Target Site:- ")
|
||||
|
|
|
|||
Loading…
Reference in a new issue