Skip to content
forked from vinothmsj/Dos

Script to Demonstrate Denial Of Service Attack Using Python. Use respectfully!

License

Notifications You must be signed in to change notification settings

Moses-A/DOS-Attack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

#Attention.

This script, written in Python, demostrates Denial of service(DoS) attack. This script does not intend to target any particular webiste and is used for educational purposes only.

The scripts accepts several arguments, but only one can be inserted. Run the script in the Linux Kernel like:

root@user#: python dos.py www.somedomain.com

How It Works: A socket is created and connected to host passed in the argument and the a junk messgae is sent as request to site. The distributed DOS can be made by running the script from multiple machines.

About

Script to Demonstrate Denial Of Service Attack Using Python. Use respectfully!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%