You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
update slowloris install to python3
This commit is contained in:
@ -10,7 +10,7 @@ class SlowLoris(HackingTool):
|
|||||||
TITLE = "SlowLoris"
|
TITLE = "SlowLoris"
|
||||||
DESCRIPTION = "Slowloris is basically an HTTP Denial of Service attack." \
|
DESCRIPTION = "Slowloris is basically an HTTP Denial of Service attack." \
|
||||||
"It send lots of HTTP Request"
|
"It send lots of HTTP Request"
|
||||||
INSTALL_COMMANDS = ["sudo pip install slowloris"]
|
INSTALL_COMMANDS = ["sudo pip3 install slowloris"]
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
target_site = input("Enter Target Site:- ")
|
target_site = input("Enter Target Site:- ")
|
||||||
|
Reference in New Issue
Block a user