You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python agent was successfully brought to a second Kali Linux machine. Communication between client and agent was possible. The problem is that the available Python modules (e.g. python_collection_linux_keylogger) are passed to the agent as a task, but have no effect. In the agent's job list, these tasks disappear as quickly as they were assigned and nothing happened. In the case of python_collection_linux_keylogger, the file in which the logged input should be stored was also empty. There was also no error message.
To Reproduce
Steps to reproduce the behavior:
(All actions took place via the command line)
Create a new http listener
Create a new stager (multi_launcher with Language set to python and listener to the created http listener)
Deploy the stager on the target system and run it
After the connection to the agent has been established go back to client
Then usemodule python_collection_linux_keylogger (Agent = agent on target system , LogFile = a file on target system)
Execute the module
got to target system and type something
check jobs for the specific agent (in my case the task was not listed)
check file on target (in my case it was empty)
file was also not downloaded from target system
Expected behavior
I expected keystrokes made to be captured on the target system and then written to the file. Once the task has finished, the file should then be delivered to the client for viewing.
Screenshots
Additional context
Other modules from this python_collection_linux also seemed to show problems. (Or it was human error and I did something wrong ;) )
Problems with python_collection_linux modules
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
A Python agent was successfully brought to a second Kali Linux machine. Communication between client and agent was possible. The problem is that the available Python modules (e.g. python_collection_linux_keylogger) are passed to the agent as a task, but have no effect. In the agent's job list, these tasks disappear as quickly as they were assigned and nothing happened. In the case of python_collection_linux_keylogger, the file in which the logged input should be stored was also empty. There was also no error message.
To Reproduce
Steps to reproduce the behavior:
(All actions took place via the command line)
Expected behavior
I expected keystrokes made to be captured on the target system and then written to the file. Once the task has finished, the file should then be delivered to the client for viewing.
Screenshots
Additional context
Other modules from this python_collection_linux also seemed to show problems. (Or it was human error and I did something wrong ;) )
@Cx01N
The text was updated successfully, but these errors were encountered: