this acts as simple relay for segfault.net https://www.thc.org/segfault/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sad 80e865d93b
Update 'readme.md'
3 months ago
main.go first commit 3 months ago
readme.md Update 'readme.md' 3 months ago

readme.md

Segfault Relay

a relay for segfault

to build:

go build main.go

to run

./main

then you may login:

ssh root@localhost -p 1337

with password segfault

This currently allows other servers to act like a proxy jumphost to segfault, allowing certain networks that might block access to segfault to connect.

Currently it has a flaw of workstation IP being the same as the jump, allowing for abuse on the jump host.

"might be possible to relay original ip of client from jump host to segfault using a env variable"

"but a trust relationship would have to be first established between the said jump host and segfault"

"ahh yes, if there is a trust and we trust the relay then we could allow the relay to set the original origin IP per env variable - Im open for this idea."