├── .gitignore ├── Cannabis.py ├── Keni.py ├── MH.py ├── MITNICK.py ├── README.md ├── Sadattack.py ├── Saphyra.py ├── bot.py ├── eco.py ├── exploit.py ├── god.py ├── httpdoser(1).py ├── httpdoser.py ├── m60.py ├── socks.py └── terminal.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/.gitignore -------------------------------------------------------------------------------- /Cannabis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/Cannabis.py -------------------------------------------------------------------------------- /Keni.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/Keni.py -------------------------------------------------------------------------------- /MH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/MH.py -------------------------------------------------------------------------------- /MITNICK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/MITNICK.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/README.md -------------------------------------------------------------------------------- /Sadattack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/Sadattack.py -------------------------------------------------------------------------------- /Saphyra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/Saphyra.py -------------------------------------------------------------------------------- /bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/bot.py -------------------------------------------------------------------------------- /eco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/eco.py -------------------------------------------------------------------------------- /exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/exploit.py -------------------------------------------------------------------------------- /god.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/god.py -------------------------------------------------------------------------------- /httpdoser(1).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/httpdoser(1).py -------------------------------------------------------------------------------- /httpdoser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/httpdoser.py -------------------------------------------------------------------------------- /m60.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/m60.py -------------------------------------------------------------------------------- /socks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/socks.py -------------------------------------------------------------------------------- /terminal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IkzCx/ProgramsForDDos/HEAD/terminal.py --------------------------------------------------------------------------------