├── EULA.txt ├── README.md ├── SECURITY.md ├── access.php ├── access1.php ├── bot1.sql ├── client ├── dns.ps1 ├── galvatron.ps1 └── udpflood.ps1 ├── install.sh ├── search.php └── servers ├── DNS └── dns_serv.py ├── ICMP └── icmpsh_m.py └── web └── bot ├── cmd.php ├── conexion.php ├── cpanel.php ├── delete.php ├── error.php ├── funct.php ├── login.php ├── login2.php ├── logout.php ├── phpinfo.php └── stile.css /EULA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/EULA.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/SECURITY.md -------------------------------------------------------------------------------- /access.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/access.php -------------------------------------------------------------------------------- /access1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/access1.php -------------------------------------------------------------------------------- /bot1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/bot1.sql -------------------------------------------------------------------------------- /client/dns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/client/dns.ps1 -------------------------------------------------------------------------------- /client/galvatron.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/client/galvatron.ps1 -------------------------------------------------------------------------------- /client/udpflood.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/client/udpflood.ps1 -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/install.sh -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/search.php -------------------------------------------------------------------------------- /servers/DNS/dns_serv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/DNS/dns_serv.py -------------------------------------------------------------------------------- /servers/ICMP/icmpsh_m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/ICMP/icmpsh_m.py -------------------------------------------------------------------------------- /servers/web/bot/cmd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/cmd.php -------------------------------------------------------------------------------- /servers/web/bot/conexion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/conexion.php -------------------------------------------------------------------------------- /servers/web/bot/cpanel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/cpanel.php -------------------------------------------------------------------------------- /servers/web/bot/delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/delete.php -------------------------------------------------------------------------------- /servers/web/bot/error.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/error.php -------------------------------------------------------------------------------- /servers/web/bot/funct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/funct.php -------------------------------------------------------------------------------- /servers/web/bot/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/login.php -------------------------------------------------------------------------------- /servers/web/bot/login2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/login2.php -------------------------------------------------------------------------------- /servers/web/bot/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/logout.php -------------------------------------------------------------------------------- /servers/web/bot/phpinfo.php: -------------------------------------------------------------------------------- 1 | < ?php phpinfo() ? > -------------------------------------------------------------------------------- /servers/web/bot/stile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/khr0x40sh/Galvatron/HEAD/servers/web/bot/stile.css --------------------------------------------------------------------------------