An open API service indexing awesome lists of open source software.

https://github.com/nhas/ferryman


https://github.com/nhas/ferryman

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# ferryman

Inspiration taken from: https://github.com/sensepost/reGeorg

Ever wanted to traffic data out of a sensitive environment? Do you like leveraging peoples own infrastructure against them?
Well now you can!

Using ferryman, you can open a local port and traffic any data out just as if you were directly connecting to your service.

Want to catch a regular reverse shell? But cant due to outbound firewall rules?
Just use ferryman to open a port on the target machines local host, and point your reverse shell to that. Easy beans.

This is a companion tool to https://github.com/NHAS/reverse_ssh

# Usage

```
ferryman
ferryman 127.0.0.1:80 https://foobeans.com/tunnel.aspx 5555
```