
BrowserBackdoor v1.15 is an Electron application that uses a JavaScript WebSocket Backdoor to connect to the listener.
BrowserBackdoor is an Electron application that uses a JavaScript WebSocket Backdoor to connect to the listener.
BrowserBackdoorServer is a WebSocket server that listens for incoming WebSocket connections and creates a command-line interface for sending commands to the remote system.
The JavaScript backdoor in BrowserBackdoor can be used on all browsers that support WebSockets. It will not have access to the Electron API of the host computer unless the BrowserBackdoor Client application is used.
Latest Change v1.15 11/6/2016:
+ Ignore enter in readline history.
+ Add execCommand module.
+ Add writeClipboard module.
Requirements:
+ NodeJS and NPM
Usage:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
git clone https://github.com/IMcPwn/browser-backdoor && cd browser-backdoor cd client npm install npm start Building executables for all platforms: cd client npm install electron-packager -g electron-packager . --all install and run BrowserBackdoorServer: cd server gem install bundler bundle install # Configure config.yml before the next command ruby bbsconsole.rb |
Download: v1.15.zip | v1.15.tar.gz
Source: https://github.com/IMcPwn