https://github.com/milio48/serveo
Serveo port forwarder, ngrok alternative
https://github.com/milio48/serveo
Last synced: 22 days ago
JSON representation
Serveo port forwarder, ngrok alternative
- Host: GitHub
- URL: https://github.com/milio48/serveo
- Owner: milio48
- License: gpl-3.0
- Created: 2018-07-05T21:44:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T07:30:03.000Z (about 6 years ago)
- Last Synced: 2024-10-28T18:55:08.655Z (6 months ago)
- Language: Shell
- Size: 2.27 MB
- Stars: 210
- Watchers: 8
- Forks: 55
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - serveo - Serveo port forwarder, ngrok alternative (Shell)
README
# serveo
Serveo port forwarder, ngrok alternative. powered by serveo.net```
parameter : [http/tcp] [local port] [option]parameter [option] : 0 = request random port
parameter [option] : change = change http subdomain forwarded
parameter [option] : 4869 = custom port number to forwarding (using tcp)http 80 0 //localhost:80 forward to public https
tcp 4869 0 //random tcp port forwarding
tcp 4869 1945 //custom tcp port forwarding
```
## Example
request random http subdomain
`serveo http 80 0`
request change http subdomain
`serveo http 80 change`
request custom port
`serveo http 80 4869`
### Linux
`wget https://raw.githubusercontent.com/milio48/serveo/master/serveo.sh`### Windows
u can download exe, but arg not supported cause compiled by winrarif u run from source, u can run with arg. but u must run in same folder with library.
> sorry in windows version, haven't supported to reverse shell with nc. maybe have problem in ssh library.
> please contrib