-
Updated
Oct 10, 2020 - Python
backdoor
Here are 278 public repositories matching this topic...
-
Updated
Oct 1, 2020 - C
-
Updated
Mar 19, 2020 - Python
-
Updated
Nov 3, 2018 - Python
-
Updated
Feb 20, 2020 - ASP
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 5, 2020 - C
-
Updated
Jun 24, 2019 - Visual Basic
-
Updated
Oct 18, 2019 - Python
-
Updated
Aug 20, 2016 - Python
-
Updated
Apr 28, 2020 - Python
-
Updated
Mar 9, 2020 - Shell
-
Updated
Sep 21, 2020 - C#
-
Updated
Sep 12, 2018 - Ruby
-
Updated
Jul 30, 2020 - Python
-
Updated
Jan 21, 2018 - C++
-
Updated
Oct 31, 2017 - Python
-
Updated
Oct 2, 2020 - Shell
-
Updated
Feb 13, 2020 - C
-
Updated
Sep 3, 2018 - C#
-
Updated
Jun 8, 2020 - PHP
Improve this page
Add a description, image, and links to the backdoor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backdoor 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.