Skip to content
10 changes: 5 additions & 5 deletions DRipper.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def dos2():
def usage():
print (''' \033[0;95mDDos Ripper
Usage : python3 dripper.py [-s] [-p] [-t] [-q]
-h : -help
-s : -server ip
-p : -port default 80
-q : -quiet mode (only log errors)
-t : -threads default 135 (best within 100-400)\033[0m ''')
-h : --help
-s : --server ip
-p : --port default 80
-q : --quiet mode (only log errors)
-t : --threads default 135 (best within 100-400)\033[0m ''')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice @Umbriferous Thanks ;)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Umbriferous

Confirmed WORKS

Screenshot 2022-03-03 at 13 50 55

Screenshot 2022-03-03 at 13 51 12

sys.exit()


Expand Down