Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delltaxa authored Feb 11, 2023
1 parent 20381d1 commit dabf691
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# iron

Iron is an much better reverse shell manager than delltaxa/ilander it is async and connects via a golang-nc client

# Commands

show -> displays all connections which where gathered by an async listener
mkexploit <addr> -> generate a payload to connect to this revere shell manager (payloads from revshells.com)
exploit <addr> or just exploit -> waits for an connection from an client

# Installation

```bash
git clone https://github.com/delltaxa/iron
cd iron/
```

# Usage:

```bash
go run .
```

0 comments on commit dabf691

Please sign in to comment.