├── LICENSE ├── README.md ├── __CORE__ ├── automatic.php ├── ddos.php └── manual.php ├── __DEV__ └── devices.sh ├── img └── ddos.png ├── index.php └── screenshots ├── automatic.png ├── index.png └── manual.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/README.md -------------------------------------------------------------------------------- /__CORE__/automatic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/__CORE__/automatic.php -------------------------------------------------------------------------------- /__CORE__/ddos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/__CORE__/ddos.php -------------------------------------------------------------------------------- /__CORE__/manual.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/__CORE__/manual.php -------------------------------------------------------------------------------- /__DEV__/devices.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/__DEV__/devices.sh -------------------------------------------------------------------------------- /img/ddos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/img/ddos.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/index.php -------------------------------------------------------------------------------- /screenshots/automatic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/screenshots/automatic.png -------------------------------------------------------------------------------- /screenshots/index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/screenshots/index.png -------------------------------------------------------------------------------- /screenshots/manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makdosx/phpddos/HEAD/screenshots/manual.png --------------------------------------------------------------------------------