Giter VIP home page Giter VIP logo

pastebomb's Introduction

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 <your command here>

dos - send a (D)DOS attack. Usage: dos <IP/domain> <port> <duration>

download - download files to your victim's computer with options to RUN and HIDE the file. Usage: download <direct download link> <destination> <args (RUN, HIDE)>

popmsg - open a message in your victim's browser. Usage: popmsg <message>

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:

{
    "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 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 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.

pastebomb's People

Contributors

marco-liberale avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.