Skip to content

ATOMIC09/DerDoS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to DerDoS's Source Code 👀

Version License: MIT Download

Basics of UDP Attacks with Sockets, Use for educational purposes only.



❗ Before using

If you want to use an executable file, go to the Releases tab. or click here


🍎 Want to build for macOS yourself ?

You can use the script in derdos_builder/build_mac/run_mac_builder.sh (Make sure you are running the script within derdos_builder/build_mac/)

Required libraries

  • Pyinstaller (Python 3 required)
    • Install with pip3 install pyinstaller
  • PyQt5 (Python 3 required)
    • Install with pip3 install pyqt5
  • appdmg (NodeJs required)
    • Install with sudo npm install appdmg -g

An example of building the app on macOS 14

macos_intelbuild_example.mp4

🪟 Want to build for Windows yourself ?

You can use the script in derdos_builder/build_mac/run_windows_builder.sh (Make sure you are running the script within derdos_builder/build_windows/)

Required libraries

  • PyQt5 (Python 3 required)
    • Install with pip install pyqt5
  • Nuitka (Python 3 required)
    • Install with pip install Nuitka

An example of building the app on Windows 11

windows_build_example.mp4

❓ How to use .py version ?

This section was tested on Windows 11

Type

pip install PyQt5

in Command Prompt or PowerShell to install the library that needed to show the GUI

(If you got '...' is not recognized as an internal or external command. It means that ... program is not in your environment PATH)

Then run main.py


🤔 How to check if it can attack ?

Check-in Task Manager > Performance > Ethernet. If the speed of Send is increased, it means it can attack. But you need to make sure the target doesn't have a firewall on.


🛡 How to see if the target has a Firewall on ?

Just use ping <target_ip> in command prompt (e.g. ping 25.7.233.218 to check if 25.7.233.218 is online or not) If the packet loss is 100%, the target has a firewall on and you can't attack. or even join the game server


🚀 Example case

You can use the target IP in Hamachi to attack game servers such as Minecraft.