Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marco-liberale/PasteBomb
PasteBomb C2-less RAT
https://github.com/marco-liberale/PasteBomb
Last synced: 2 days ago
JSON representation
PasteBomb C2-less RAT
- Host: GitHub
- URL: https://github.com/marco-liberale/PasteBomb
- Owner: marco-liberale
- License: other
- Created: 2024-03-28T13:50:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:36:10.000Z (9 days ago)
- Last Synced: 2024-11-05T11:41:26.627Z (8 days ago)
- Language: Go
- Size: 69.3 KB
- Stars: 319
- Watchers: 8
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Roadmap: RoadMap.md
Awesome Lists containing this project
README
# PasteBomb
PasteBomb is a simple, yet powerful, remote administration Trojan (RAT) that allows you to execute terminal commands, send (D)DoS attacks, download files, and open messages in your victim's browser.
Without requiring a C2 server, using a Pastebin service instead.
The tool is designed to be used for educational and research purposes only.Any pastebin service that allows you to get a direct link to the raw content of a paste will work with PasteBomb.
**Important** PasteBomb is still in version 0.01 this is currently not ment to be used for penertation testing but rather to demonstrate the concept of a RAT that uses Pastebin as a C2 server.
# Usage## Commands
`cmd` - execute terminal commands.
Usage:
`cmd ``dos` - send a (D)DOS attack.
Usage:
`dos ``download` - download files to your victim's computer with options to `RUN` and `HIDE` the file.
Usage:
`download ``popmsg` - open a message in your victim's browser.
Usage:
`popmsg `## Config
The configuration for PasteBomb is described in JSON format and includes three parameters: one required and one optional.`url` - the URL of your main paste (required)
`backups` - backup pastes; unlimited amount supported (optional)
Usage:
``` json
{
"url": "http://yourpastebinservice.com/command",
"backups": [
"http://yourpastebinservice.com/command2",
"http://yourpastebinservice.com/command3"
],
}
```
## OS support
PasteBomb currently supports macOS (Darwin), Windows, and Linux.## License
This project is licensed under the custom terms as stated in the [LICENSE](https://github.com/marco-liberale/PasteBomb/blob/main/LICENSE) file of this repository. The software is provided "as is", for educational and research purposes only.
Please refer to the `LICENSE` file for the full terms and conditions.## Legal Disclamer
By using the repository, you acknowledge that you have read this [Disclaimer](https://github.com/marco-liberale/PasteBomb/blob/main/legal_disclamer.md) and agree to be bound by the terms hereof.
If you do not agree to abide by the above, please do not use the repository.