8000 GitHub - g-h-0-S-t/urllibDoS.py: A GET attack using the urllib package in Python 3. A simpler version of https://github.com/g-h-0-S-t/bs4DoSTool .
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

g-h-0-S-t/urllibDoS.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Security Tools by gh0$t. Affiliation : Anonymous (hacker group, global).

urllibDoS.py

A GET attack using the urllib package in Python 3.
A simpler version of https://github.com/g-h-0-S-t/bs4DoSTool .

Usage Example:

# use these syntaxes to receive 200 response code

python3 urllibDoS.py https://google.com

python3 urllibDoS.py https://google.com false

# use this syntax to receive 400 response code
# (i.e., making use of bad requests to try overwhelming a server)

python3 urllibDoS.py https://google.com true

Tips:

(1) Use it with VPN / WHONIX for 'anonymity'.
Support is provided for TOR (in WHONIX) / VPN connection resets.
Stack Overflow crashes have been resolved.

(2) Run it in multiple terminals.
Once with true flag, once with false flag.
Combine it with https://github.com/g-h-0-S-t/Nuke and https://github.com/g-h-0-S-t/InfiniteBonks .

IMPORTANT:
THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL USE ONLY!
IF YOU ENGAGE IN ANY ILLEGAL ACTIVITY THE AUTHOR DOES NOT TAKE ANY RESPONSIBILITY FOR IT.
BY USING THIS SOFTWARE YOU AGREE WITH THESE TERMS.

About

A GET attack using the urllib package in Python 3. A simpler version of https://github.com/g-h-0-S-t/bs4DoSTool .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0