Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BetterDefender authored Aug 8, 2023
1 parent 159bccc commit cf34e68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# revshell
revshell is the command line version of the Reverse Shell Generator. Currently, it supports the generation of: bash, sh, nc, ruby, php, python, rcat, perl, socat, node, telnet, zsh, lua, golang, vlang, awk, crystal.

Supported operating systems: Mac, Linux, Windows.

# Installation:
`go build revshell.go`

Or download apps compiled in releases.

## Usage:

`./revshell [IPADDR] [PORT] [LANGUAGE]`
Expand All @@ -19,5 +23,14 @@ bash|sh|nc|ruby|php|python|rcat|perl|socat|node|telnet|zsh|lua|golang|vlang|awk|

`./revshell 192.168.1.1 2222 bash`

### MacOS:
<img width="1213" alt="image" src="https://github.com/BetterDefender/revshell/assets/59255707/c5c4ea25-9191-4b5c-ab20-b3a86a604de3">

### Windows:
<img width="1087" alt="image" src="https://github.com/BetterDefender/revshell/assets/59255707/59f7ef07-01da-4271-87c7-fa286c143c94">

### Linux:
<img width="1034" alt="image" src="https://github.com/BetterDefender/revshell/assets/59255707/e29555ee-16eb-4a03-96dc-999341d174f3">



0 comments on commit cf34e68

Please sign in to comment.