├── CC ├── KeyLogger │ ├── data.txt │ └── index.php ├── index.php └── log.txt ├── README.md ├── bot.js ├── cmds.php ├── miner.html └── node.js /CC/KeyLogger/data.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CC/KeyLogger/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/CC/KeyLogger/index.php -------------------------------------------------------------------------------- /CC/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/CC/index.php -------------------------------------------------------------------------------- /CC/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/CC/log.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/README.md -------------------------------------------------------------------------------- /bot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/bot.js -------------------------------------------------------------------------------- /cmds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/cmds.php -------------------------------------------------------------------------------- /miner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/miner.html -------------------------------------------------------------------------------- /node.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ardvarknet/JS-BotNet/HEAD/node.js --------------------------------------------------------------------------------