https://github.com/advancedhacker101/javascript-botnet-c-sharp
This is a plugin for the c# R.A.T Server providing extension to javascript based browser botnets
https://github.com/advancedhacker101/javascript-botnet-c-sharp
botnet csharp html javascript rat
Last synced: 9 months ago
JSON representation
This is a plugin for the c# R.A.T Server providing extension to javascript based browser botnets
- Host: GitHub
- URL: https://github.com/advancedhacker101/javascript-botnet-c-sharp
- Owner: AdvancedHacker101
- License: other
- Created: 2017-08-01T15:18:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T07:32:54.000Z (about 8 years ago)
- Last Synced: 2023-09-19T07:15:20.133Z (over 2 years ago)
- Topics: botnet, csharp, html, javascript, rat
- Language: C#
- Size: 77.1 KB
- Stars: 25
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Javascript Botent
This is a botnet based on javascript to hack into users browsers.
This project is a plug-in for the [C# R.A.T Server](https://github.com/AdvancedHacker101/C-Sharp-R.A.T-Server) Project.
Some key functions are:
- TabNabbing
- Form Data Dumping
- Replacing and adding html content
## Installation
### Server Side
1. Put the WebPlugin.dll file from WebPlugin/bin/Debug into TutServer/bin/Debug/scripts
2. Start TutServer.exe
3. Switch to the tab "Plugins"
4. Select WebPlugin.dll from the list
5. Click Execute
6. Enter a port for the server to run on for example **80**
**Note:** this is a separate socket server from the normal windows and linux client one, choose a different port from 100
This is only a plugin and using it is **optional**, it won't break the c# R.A.T Server in any cases
### Client Side
We have 2 options here:
- Create a test website which loads WebPlugin/bin/Debug/C# R.A.T Browser/main.js (btw. testSite.html does this)
- Or inject main.js into every http packet with for example the [C# Proxy Server](https://github.com/AdvancedHacker101/C-Sharp-Proxy-Server)
**Note:** Don't forget to re-write the ip and port in the main.js file, it's in a variable named serverLocation at the 17th line
For additional resources read:
- [The Code of Conduct](https://github.com/AdvancedHacker101/Javascript-Botnet-C-Sharp/blob/master/CODE_OF_CONDUCT.md)
- [How to contribute](https://github.com/AdvancedHacker101/Javascript-Botnet-C-Sharp/blob/master/CONTRIBUTING.md)
- [The licence file](https://github.com/AdvancedHacker101/Javascript-Botnet-C-Sharp/blob/master/LICENSE)
- [Complete list of commands](https://github.com/AdvancedHacker101/Javascript-Botnet-C-Sharp/blob/master/Commands.md)