Viewing a single comment thread. View all comments

aaa wrote

How can I test if a service I'm running is vulnerable to what ever you're doing? (I'm new to self hostng/networking)

2

cumlord wrote (edited )

if you have any server tunnel that you want to be accessible publicly as a service it will be picked up like this. for stuff you don't want to be public to the network, you have some options:

  • encrypted leasesets
  • whitelist a list of b32s
  • dummy content on port 80 with the "real" thing on a random port
  • auth
2