Skip to content

Commit

Permalink
Update ddos.py to fix SyntexError
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 17, 2023
1 parent 565f9e4 commit dcbca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ddos.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def run(self):
"[*] USAGE: ./goldeneye.py <url> [OPTIONS]")


class Saphyra(HackingTool):
class Saphyra(HackingTool):
TITLE = "SaphyraDDoS"
DESCRIPTION = "A complex python code to DDoS any website with a very easy usage.!\n"
INSTALL_COMMANDS = [
Expand Down

0 comments on commit dcbca63

Please sign in to comment.