Git Product home page Git Product logo

pyddos's People

Contributors

amalirfan avatar await-light avatar holeinonegolfer avatar ideallygrey avatar jg4rd avatar mach1el avatar sebastian-botero avatar sesseor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyddos's Issues

seams to have a problem

i get this output every time i run this script

Requirement already satisfied: chardet<5,>=3.0.2; python_version < "3" in /usr/local/lib/python2.7/dist-packages (from requests) (4.0.0)
[+] I have installed nessecary modules for you

Script Doesn't work

Hello, I tried to run this scrip, but it didn't do anything, any solution?

screenshot from 2018-02-28 11-58-30

colorama, termcolor

Colorama and Termcolor are giving me big problems it says I need to download them but I have downloaded them like 10 times. This makes no sense, please help me out.

Command “sudo” not found

I am using alpine linux so I know why this is happening but when I try to find the part in the python script that says “sudo” I just cannot find it

Incorrect code logic in fake_ip()

in the function below you check if rand[0] equals skip and in that case you wish to retry the entire function. If you need that you have to do return fake_ip(), otherwise the function will simply continue with the bad value.

def fake_ip():
	skip = '127'
	rand = range(4)
	for x in range(4):
		rand[x] = randrange(0,256)
	if rand[0] == skip:
		fake_ip()  #here you have  to put the return
	fkip = '%d.%d.%d.%d' % (rand[0],rand[1],rand[2],rand[3])
	return fkip

I have no idea

C:...\pyddos-master\pyddos-master>python pyddos.py
[-] Check your pip installer
Traceback (most recent call last):
File "C:...\pyddos-master\pyddos-master\pyddos.py", line 58, in
signal.signal(signal.SIGPIPE,signal.SIG_DFL)
AttributeError: module 'signal' has no attribute 'SIGPIPE'

Error occur when running script

After running the program and folloing the instruction this is what I got:

sudo python3 main.py -d site.com -Synflood -T 5000 -t 10.0
File "/Users/something/PycharmProjects/DDOS/main.py", line 472, in <module>
    main()
  File "/Users/something/PycharmProjects/DDOS/main.py", line 426, in main
    ip = fake_ip()
  File "/Users/something/PycharmProjects/DDOS/main.py", line 64, in fake_ip
    rand[x] = randrange(0, 256)
TypeError: 'range' object does not support item assignment

How could I fix it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.