https://github.com/nhas/ferryman
https://github.com/nhas/ferryman
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhas/ferryman
- Owner: NHAS
- Created: 2021-08-20T05:02:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T22:41:28.000Z (almost 5 years ago)
- Last Synced: 2025-06-06T21:41:20.309Z (about 1 year ago)
- Language: ASP.NET
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```