├── README.md ├── bot.php ├── bugdb.txt ├── modules ├── addbug.php ├── au.php ├── bin.php ├── ch.php ├── function.php ├── global.php ├── gsk.php ├── iban.php ├── include.php ├── ip.php ├── mch.php ├── sch.php ├── sk.php └── spp.php ├── pre.txt └── tmp ├── auth.txt ├── ccn.txt ├── charge.txt ├── cvv.txt └── sk.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/README.md -------------------------------------------------------------------------------- /bot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/bot.php -------------------------------------------------------------------------------- /bugdb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/bugdb.txt -------------------------------------------------------------------------------- /modules/addbug.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/addbug.php -------------------------------------------------------------------------------- /modules/au.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/au.php -------------------------------------------------------------------------------- /modules/bin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/bin.php -------------------------------------------------------------------------------- /modules/ch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/ch.php -------------------------------------------------------------------------------- /modules/function.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/function.php -------------------------------------------------------------------------------- /modules/global.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/global.php -------------------------------------------------------------------------------- /modules/gsk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/gsk.php -------------------------------------------------------------------------------- /modules/iban.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/iban.php -------------------------------------------------------------------------------- /modules/include.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/include.php -------------------------------------------------------------------------------- /modules/ip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/ip.php -------------------------------------------------------------------------------- /modules/mch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/mch.php -------------------------------------------------------------------------------- /modules/sch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/sch.php -------------------------------------------------------------------------------- /modules/sk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/sk.php -------------------------------------------------------------------------------- /modules/spp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/modules/spp.php -------------------------------------------------------------------------------- /pre.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/pre.txt -------------------------------------------------------------------------------- /tmp/auth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/tmp/auth.txt -------------------------------------------------------------------------------- /tmp/ccn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/tmp/ccn.txt -------------------------------------------------------------------------------- /tmp/charge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/tmp/charge.txt -------------------------------------------------------------------------------- /tmp/cvv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/tmp/cvv.txt -------------------------------------------------------------------------------- /tmp/sk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Junaid433/Hecker-CHK/HEAD/tmp/sk.txt --------------------------------------------------------------------------------