-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with new 4.7 beacon (maybe my error)? #23
Comments
Hi! Thank you for your issue request. |
Hello, thanks for your answer! I will try again ASAP and will let you know! |
So, now there is this issue:
But i don't see errors / crashes now, maybe the issue is that with my profile it does always a request to the same file ? I'm using a clean https://github.com/threatexpress/malleable-c2/blob/master/jquery-c2.4.6.profile profile, without edits (the only edit is the added valid SSL cert) I think he drops it as the cookies is always similar and headers + uri path are always the same. But honestly idk how i can help you more |
So at least it does not crash, that's something to work with. Now the questions I have:
Let me know if any of these helped! Kind regards, |
Hello, thanks for the answer. I will try and let you know again,thanks again! |
So yes, first of all I would disable Secondly, in Cloudflare you can set up a Caching policy to not cache at all. Its somewhere under Thirdly, try the above two workarounds first. If you get your traffic flowing to teamserver - then there's no need to disable blocking (so no need to set Let me know if that helped! |
@h0nus Can you please try RedWarden now? I've spent a lot of time troubleshooting issues related to But there two viable solutions:
remove_these_response_headers:
- Content-Encoding and that should help. We now instruct RedWarden to strip Let me know if that helps! Regards, |
Hello, so, i've tried to: Seems the beacon is not doing any POST requests, i wonder why? |
Hi, so this week I might be unable to sit down to your issue, but I've experienced it too! So that exception you've shown means that RedWarden tried to print your request/response which contained binary data - therefore unprintable. That's expected, but I should have anticipate that and prepare. As a quick workaround you can try just surround that 101 line in try:
f.write(line)
except:
pass Its ugly, but will work until I got something better. So it would really help if you could provide me with your anonymized malleable profile and RedWarden YAML config. Thanks a lot for cooperating with me on this one! :) |
Hello, to my analysis, seems sometimes it tries to do some POST (the submit.php request with id), but seems it fails due to that error. I will try with your adviced "fix" and i will let you know ! I will send you also here the profiles i'm using and yaml config . |
Let me know - looking forward to it. I really need to hunt this down cause it might be affecting all the users and might get the communication impossible so treating it really seriously. I'll wait for your YAML and profile then. You can send me to my mail if you prefer - mb [at] binary-offensive.com |
Email sent :) |
Hello, first of all awesome tool as usual!
I'm having a strange issue when beacon will send first post data.
First connection seems ok, as it appear on my screen, but after that i get an error and everything seems welll setup (i think)
This is my error:
this error immediately appears on beacon's second request.
maybe i did something wrong?
Thanks in advace
The text was updated successfully, but these errors were encountered: