DDos-Attack icon indicating copy to clipboard operation
DDos-Attack copied to clipboard

Code is fake?

Open XenonChek opened this issue 4 years ago • 3 comments

I don't understand much in programming. But here is too much syntax errors. And looks like code is fake and do nothing.

Please explain me!

XenonChek avatar Jun 22 '21 10:06 XenonChek

This script is completely legitimate. Anybody with a little bit of programming knowledge can see that. It floods the target IP address with all available ports, before repeating itself.

But here is too much syntax errors

The only reason you would see syntax errors is if you were using an unsupported Python version or didnt install the appropriate dependenceis.

iiPythonx avatar Jul 13 '21 17:07 iiPythonx

I don't understand much in programming. But here is too much syntax errors. And looks like code is fake and do nothing. Please explain me!

Yes it is fake..

it's not fake, the code actually sends packets to the IP

Klgor1803 avatar Sep 13 '21 17:09 Klgor1803

I don't understand much in programming. But here is too much syntax errors. And looks like code is fake and do nothing.

Please explain me!

This script only works on python2 and linux use this fork for python3 and windows: https://github.com/UltraHackerDog/DDos-Attack-Python3-Windows

UltraHackerDog avatar Sep 22 '21 10:09 UltraHackerDog