We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_so
When using linux_so payload type, agent refuses to run because it can't find configuration data in process memory.
However, the config data is inserted into shared lib when generating the so file.
so
Steps to reproduce the behavior:
use gen_agent
set payload_type linux_so
run
ctypes
main
VERBOSE
true
Agent should run and connect to C2.
emp3r0r.json
Paste emp3r0r.json here
Linux distro name and version, use cat /etc/*release* to view, paste the result in the code block:
cat /etc/*release*
# cat /etc/*release*
The text was updated successfully, but these errors were encountered:
88bda6d
jm33-m0
No branches or pull requests
Describe the bug
When using
linux_so
payload type, agent refuses to run because it can't find configuration data in process memory.However, the config data is inserted into shared lib when generating the
so
file.To Reproduce
Steps to reproduce the behavior:
use gen_agent
set payload_type linux_so
run
ctypes
to load and runmain
function from the agentso
fileVERBOSE
istrue
, observe the log saying config data is not found, agent exitsExpected behavior
Agent should run and connect to C2.
Screenshots
Your environment
emp3r0r.json
emp3r0r.json
:CC
Linux distro name and version, use
cat /etc/*release*
to view, paste the result in the code block:# cat /etc/*release*
C2 Transport
Agent
OS
CPU architecture
Additional context
The text was updated successfully, but these errors were encountered: