Giter VIP home page Giter VIP logo

revshell's Introduction

RevShell

Tool used for creating one-line reverse shell payloads.

  • Supports url and base64 encoding
  • Quick and easy way to generate a reverse shell payload
  • User-friendly
usage: revshell.py [-h] [-i] [-p] [-s] [-t] [-e] [-c] [-f]

**** Outputs a reverse shell payload ****

=== Default values ===

        1. ip = tun0 (otherwise eth0)
        2. port = 443
        3. rev_shell type = bash
        4. shell = /bin/sh

optional arguments:
  -h, --help        show this help message and exit
  -i , --ip         Specify the IP address you want to listen on
  -p , --port       The port you want to listen on
  -s , --shell      Which shell you want to use (e.g. /bin/bash, /bin/sh, etc.)
  -t , --rev-type   The kind of reverse shell you would like (e.g. perl, python, nc, etc.)
  -e , --encode     Specify encoding for the shell
  -c, --clipboard   Copies into clipboard
  -f, --force       Forces tool to accept argument
  -o, --outfile     File to output payload

=== Supported reverse shell types ===

        1. Ruby
        2. Python and Python3
        3. Netcat | nc
        4. Perl
        5. Bash
        6. PHP
        7. Powershell | ps

=== Supported encoding types ===

        1. base64 | b64   base64 encodes all characters.
        2. url            url encodes special characters.
        3. url-all        url encodes all characters.

Examples:

python3 revshell.py -i 10.13.3.7 -p 9001 -t nc -e url-all
python3 revshell.py -p 1337 -o reverse_shell.txt
python3 revshell.py -i tun0 -s /bin/bash -t ruby -e base64 -c

Examples

image

image

image

revshell's People

Contributors

0xd4y avatar

Stargazers

 avatar  avatar  avatar Kylo P avatar ⚜️ A̍ͭͩnLͭ̇̎̏̒oͩM̳͇i͎̞̝̪n̹̘̓ͣ̓͊̓ů͕̈s̙͉͎̫̈̌̇̐̂ ⚜️ avatar Cristian Bertelegni avatar  avatar

Watchers

 avatar

Forkers

tsoetan pandatrax

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.