.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/package.yml
.github/workflows/tests.yml
dissect.cobaltstrike.egg-info/PKG-INFO
dissect.cobaltstrike.egg-info/SOURCES.txt
dissect.cobaltstrike.egg-info/dependency_links.txt
dissect.cobaltstrike.egg-info/entry_points.txt
dissect.cobaltstrike.egg-info/namespace_packages.txt
dissect.cobaltstrike.egg-info/not-zip-safe
dissect.cobaltstrike.egg-info/requires.txt
dissect.cobaltstrike.egg-info/top_level.txt
dissect/cobaltstrike/__init__.py
dissect/cobaltstrike/_version.py
dissect/cobaltstrike/artifact.py
dissect/cobaltstrike/beacon.py
dissect/cobaltstrike/c2.py
dissect/cobaltstrike/c2profile.lark
dissect/cobaltstrike/c2profile.py
dissect/cobaltstrike/c_c2.py
dissect/cobaltstrike/client.py
dissect/cobaltstrike/pcap.py
dissect/cobaltstrike/pe.py
dissect/cobaltstrike/utils.py
dissect/cobaltstrike/version.py
dissect/cobaltstrike/xordecode.py
docs/Makefile
docs/c2profile-grammar.rst
docs/codespell-ignore-words.txt
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/images/beacon-client.png
docs/images/teamserver-echoclient.png
docs/images/teamserver_ls.png
docs/images/vt-cobaltstrike-43-zip.png
docs/scripts/checksum8-accesslogs.rst
docs/scripts/dump_beacon_keys.rst
docs/scripts/example_client.rst
docs/scripts/index.rst
docs/structures/c2_def.rst
docs/structures/cs_def.rst
docs/structures/index.rst
docs/structures/pe_def.rst
docs/tools/beacon-artifact.rst
docs/tools/beacon-client.rst
docs/tools/beacon-dump.rst
docs/tools/beacon-pcap.rst
docs/tools/beacon-xordecode.rst
docs/tools/c2profile-dump.rst
docs/tutorials/decrypt_cobaltstrike_pcaps.rst
docs/tutorials/index.rst
docs/tutorials/minimal_beacon_client.rst
scripts/checksum8-accesslogs.py
scripts/dump_beacon_keys.py
scripts/example_client.py
tests/conftest.py
tests/test_beacon.py
tests/test_c2.py
tests/test_c2profile.py
tests/test_client.py
tests/test_pe.py
tests/test_utils.py
tests/test_version.py
tests/test_xordecode.py