Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unobfuscate code, fix memory consumption and update validators #17

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
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