pycobalt icon indicating copy to clipboard operation
pycobalt copied to clipboard

Cobalt Strike Python API

Results 6 pycobalt issues
Sort by recently updated
recently updated
newest added

`pycobalt/third_party/SharpGen` currently contains the following in the file: `/share/tools/development/SharpGen`. This path does not exist by default and will cause PyCobalt to error on install with the follow error: ``` root@kali:/opt/pycobalt#...

Hello, I have this small script that should create x64 executable called beacon.exe, when create-executable alias is called: ```python import pycobalt.engine as engine import pycobalt.events as events import pycobalt.aliases as...

Hello! First of all, thank you for your amazing work, combining cobalt strike with python sounds insanely powerful. This is a fix to the installation issue described here: https://github.com/cobbr/SharpGen/issues/6 To...

SharpGen is a symlink instead of a submodule in the current commit and most recent release. When using `setup.py install` this results in the error: ``` text running install_data error:...

The line import pycobalt.engine as engine crashes following to an import error. I have seen that engine.py has an import to callbacks while callbacks.py has an import to engine.py. The...

I want to run a powershell command like `get-domaincomputer`, capture the output, so I can parse the hosts and add them to Cobalt Strike's using the hosts_update API call. It...