t94j0 / satellite

easy-to-use payload hosting
MIT License
264 stars 33 forks source link

[Question] Can Satellite rewrite URL requests ? #36

Open lowprivshighhopes opened 3 years ago

lowprivshighhopes commented 3 years ago

Hi I looked through the apparent documentation and configuration options but wanted to confirm if Satellite can rewrite URL requests as it proxies a request.

Example:

  1. Stager sends a request to satellite for /content
  2. Satellite proxies requests for /content to another endpoint but also rewrites the request to /other

Currently it seems Satellite can only append or redirect without modification.

Thanks in advance.