-
Updated
Nov 25, 2020 - Go
c2
Here are 79 public repositories matching this topic...
-
Updated
Nov 19, 2020 - C#
-
Updated
Dec 2, 2020 - Go
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.
-
Updated
Feb 17, 2020
-
Updated
Dec 2, 2020 - PowerShell
-
Updated
Oct 23, 2020 - Python
-
Updated
Oct 10, 2019 - Python
-
Updated
May 17, 2020 - Go
-
Updated
Oct 14, 2020 - Vue
-
Updated
Nov 25, 2020 - Vue
-
Updated
Dec 23, 2019
-
Updated
Oct 27, 2020 - Python
-
Updated
Jul 28, 2020 - HTML
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Oct 16, 2019 - Shell
-
Updated
Nov 14, 2020
-
Updated
Apr 3, 2019 - Ruby
-
Updated
Jun 7, 2020 - Python
-
Updated
Dec 1, 2020 - Vue
-
Updated
Oct 29, 2020 - Python
-
Updated
May 21, 2020 - Go
-
Updated
Jun 24, 2020 - PowerShell
Improve this page
Add a description, image, and links to the c2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the c2 topic, visit your repo's landing page and select "manage topics."
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
All four RESTful API end points listed at https://github.com/BC-SECURITY/Empire/wiki/RESTful-API#admin-functionality have incorrect handlers. The handler should be: GET /api/admin/[endpoint].
To Reproduce
Steps to reproduce the behavior: