byt3bl33d3r / SILENTTRINITY

An asynchronous, collaborative post-exploitation agent powered by Python and .NET's DLR
GNU General Public License v3.0
2.2k stars 404 forks source link

[FEATUREREQUEST] Redirector Support #139

Closed S3cur3Th1sSh1t closed 4 years ago

S3cur3Th1sSh1t commented 4 years ago

Expected Behavior

Run Silenttrinity behind redirector/proxy.

Current Behavior

BindIP can be set to 0.0.0.0 but there is no option for staged payloads to specify the redirector URL/Domain/IP.

Failure Information

Staged Payloads try to connect to 0.0.0.0. Only stageless payloads work here.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Run Silenttrinity behind a redirector
  2. Set BindIP to 0.0.0.0 or the Internet Facing IP
  3. No way to specify the Redirector Domain/URL for staged payloads
glides commented 4 years ago

Set the “CallBackURLs” value before starting your listener. CallBackURLs can be hostnames or IPs

glides commented 4 years ago

image

S3cur3Th1sSh1t commented 4 years ago

Ah, okay thats my fault. I was looking for it in the stagers menu. Closed.