Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.03 KB

browserexploit

A Simple Ruby Websocket Backdoor And Ruby Command Line Listener

forthebadge

About browserexploit:

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.

Installation

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