The Wayback Machine - https://web.archive.org/web/20220531040315/https://github.com/topics/c2
Skip to content
#

c2

Here are 152 public repositories matching this topic...

Empire
WhyNotPal
WhyNotPal commented Feb 14, 2022

Note: Please fill out all sections (if applicable) and do not delete the below section headers, otherwise the bot will close the issue.

Empire Version

  • Empire 4.3.3 BC Security Fork

OS Information (Linux flavor, Python version)

  • OS: kali 2021.1
  • Python: 3.9.1

Describe the bug

The 'remove stale agents' API does not work. Calling
(according to https://github.com/Empir

bug good first issue
phpsploit
nil0x42
nil0x42 commented Oct 3, 2020

Current implementation of proclist plugin uses win32_ps_list_procs() php function on Windows host.

Therefore, linux implementation is a simple system("ps -a"), which is OPSEC unsafe, an would probably trigger EDR alerts.

A better implementation should avoid relying on system command execution.

to be documented stealth good first issue

[Draft]Awesome Cyber Security Resource Collection. Currently contains 8000+ open source repositories, and not very well classified. For each repository, extra info included: star count, commit count, last update time. This is the DRAFT version.

  • Updated Dec 23, 2019

Improve this page

Add a description, image, and links to the c2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the c2 topic, visit your repo's landing page and select "manage topics."

Learn more