-
Updated
Nov 25, 2020 - Go
command-and-control
Here are 60 public repositories matching this topic...
-
Updated
Nov 26, 2020 - Shell
-
Updated
Nov 23, 2020 - Go
-
Updated
Feb 17, 2020
-
Updated
Oct 10, 2019 - Python
-
Updated
May 17, 2020 - Go
-
Updated
Nov 27, 2020 - Go
-
Updated
Oct 27, 2020 - Python
-
Updated
Dec 2, 2019 - Python
Standalone Docker
Create a standalone docker container such that a demo instance of the project can be setup using only docker run
-
Updated
Feb 13, 2018 - Go
-
Updated
Apr 3, 2019 - Ruby
-
Updated
Sep 2, 2020 - Python
-
Updated
Dec 20, 2019 - PowerShell
-
Updated
Apr 14, 2020 - C#
-
Updated
Jun 7, 2020 - Python
-
Updated
Oct 27, 2019 - Go
-
Updated
Oct 27, 2019 - Go
-
Updated
Apr 14, 2020 - Pascal
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
May 9, 2019 - Python
-
Updated
Oct 31, 2020 - Python
-
Updated
Jan 7, 2018 - PHP
-
Updated
Jan 9, 2018 - C#
-
Updated
Nov 26, 2020 - Shell
-
Updated
Jun 14, 2017 - Python
-
Updated
Aug 17, 2017 - Shell
-
Updated
Sep 23, 2019 - Java
-
Updated
Apr 18, 2020 - Shell
Improve this page
Add a description, image, and links to the command-and-control topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the command-and-control topic, visit your repo's landing page and select "manage topics."
Current implementation of
proclistplugin useswin32_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.