-
Notifications
You must be signed in to change notification settings - Fork 346
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
linux beacon keeps reaching out for "/load" #212
Comments
The built-in c2profile of cs sets the communication uri to The corresponding profile must be specified when generating, and it will be parsed to the correct uri. If it is a modified cs, you need to decompress the cs, extract the built-in profile from |
|
on the contrary , i did not see the mips option for payload generation is there a cna for that ? |
It seems that it hangs when parsing the profile. Normally it should be generated immediately without waiting too much. Could you please provide your profile? You can replace all key data such as uri, header, etc. with "xxx..." and keep the general file structure to facilitate analysis of what caused the parsing exception. |
MIPS/ARM/AARCH64... is not available yet, and will be considered for push in other subsequent versions. |
the exe/memory malleable sections are ommitted , like stage, transformations, process-inject , api call replacements , etc i thought they are irrelevant , if you need them please let me know |
same here as well , trying with the full profile i use with windows beacons with the memory and stuff didn't work |
I understand. It seems that the problem does occur in the parsing of the It seems that we need to continuously delete fields in the profile to test the affected fields. If possible, I hope you can do a short fuzz to locate the impact point of this problem and let me know (😃 Or if you feel that the workload is heavy and there is no sensitive data in the profile, you can upload a complete content to facilitate my analysis. |
do you have a discord? |
btw , i tried with no profile and output was returning fine |
there is indeed a problem with profile parsing the problem of no echo of task execution results has been located. It is because the output result is set to the http header (uri/header) instead of the body, which causes the parser to be unable to process the data correctly.
as a result, the delivered task was completed normally, but after the execution was completed, the execution results were not sent to the server correctly. before the bug is fixed, temporarily modify the post content to ensure that the profile is normally available.
|
hi , first of all, this is an awesome project great work
my issue is , whenever i try to generate a beacon, the generated beacon once executed keeps trying to reach out for
http://my_c2_ip/load
which doesn't existam i doing something wrong, how to generate the load script/binary the beacon reaching out for
i tried this by generating the beacon from the gui and the cli manually both do the same
thanks in advance.
The text was updated successfully, but these errors were encountered: