-
I am currently using a client, then a seperate VM's for the team server and another for a redirector. The redirector is working perfect based on the http-c2.json files. How can i use the existing http listner to host a stager on the established values in the http-c2.json files. That is my current set up with the profile pointing to my redirector that then forwards it to my TS. I can see in my logs that the rewrite rules work and proxies the URL on but i get a 404 error back. URL i have tried http://domain.corp/static/attribute_text_w01_regular.woff |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can't at the moment. As a workaround, you can use the |
Beta Was this translation helpful? Give feedback.
You can't at the moment. As a workaround, you can use the
websites
feature to do that though: generate your shellcode, then usewebsites add-content
to host your shellcode file, and then set your HTTP listener to use the created website withhttp --website XXX
.