Giter Site home page Giter Site logo

void4m0n / voidshells Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 2.08 MB

Command line reverse shell generator with a friendly output, very useful for CTFs . Support for Linux, Windows, multiple languages and encodings

Home Page: https://void4m0n.github.io/

License: Apache License 2.0

Python 100.00%
cibersecurity ctf-tools pentesting reverse-shell

voidshells's Introduction

PREVIEW

INDEX

DESCRIPTION

Voidshells is a command line tool with a friendly output that generates reverse shells, this tool provides the following features:

  • Supported Operative systems: Linux, Windows
  • Supported languages:
    • For Linux: Python, Php, Ruby, Perl, Bash, Nc, Msfvenom
    • For Windows: Nc, Powershell, Msfvenom
  • Supported Linux shells: sh, bash, zsh
  • Encoding types: Base64, url
  • Encoding N times
  • Syntax error checker for arguments

INSTALL

git clone https://github.com/Void4m0n/Voidshells.git
cd Voidshells
pip3 install -r requirements.txt

USAGE

EXAMPLES

LINUX

Simple reverse shells spawn:

python3 Voidshell.py -i 192.168.1.1 -p 1234 -o linux -l bash -s bash

Reverse shells encoded in base64 and url:

python3 Voidshells.py -i 192.168.1.1 -p 1234 -o linux -l python -s bash -c base64 url

Reverse shells for Linux in multiple languages:

python3 Voidshells.py -i 192.168.1.1 -p 1234 -o linux -l python php bash -s bash sh

WINDOWS

Simple reverse shells spawn for windows:

python3 Voidshells.py -i 192.168.1.1 -p 1234 -o windows -l powershell

PARAMETERS

Required, Optionals

Parameter       Description Usage
-h, --help Help panel with the parameters and usage of Voidshells -h or --help
-i LHOST Ip of the host that will receive the connection -i 192.168.1.1
-p LPORT Port where the connection will be established -p 1234
-o OS Operative system where the reverse shell will be executed -o linux windows
-l Language Language of the reverse shell -l python php
-s Linux_shell Linux shell type, supported ones: sh, bash, zsh -s sh bash
-pv Py_ver Add the version of python -pv 3
-c Encode Encode the payload in different formats -c base64 url
-n N_encode Number of times to encode, default 1 -n 2

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.