Skip to content

korkje/resh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

resh

Description

A tiny tool that generates reverse shell commands

Installation

Copy resh to a directory in your path
cp resh /usr/local/bin/

Make it executable
chmod +x /usr/local/bin/resh

Usage

$ resh <kind> <ip> <port>

Example

$ resh sh 192.168.0.1 9001

Kinds
  • sh
  • bash
  • perl
  • py
  • php
  • ruby
  • nc
  • nc2 (for nc versions without -e)

About

Reverse shell generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%