this acts as simple relay for segfault.net https://www.thc.org/segfault/
Go to file
sad 80e865d93b Update 'readme.md' 2023-07-12 23:36:01 +00:00
main.go first commit 2023-07-09 22:07:52 -06:00
readme.md Update 'readme.md' 2023-07-12 23:36:01 +00:00

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."