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
- Host: GitHub
- URL: https://github.com/krishpranav/browserexploit
- Owner: krishpranav
- Created: 2021-09-01T06:28:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T07:13:35.000Z (over 4 years ago)
- Last Synced: 2024-10-15T22:21:21.618Z (over 1 year ago)
- Topics: backdoor, electron, exploitation, framework, hacking, hacking-tool, javascript, ruby, ruby-hacking, security, vscode
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# browserexploit
A Simple Ruby Websocket Backdoor And Ruby Command Line Listener
[](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
```