-
Updated
Oct 27, 2020 - Python
backdoor
Here are 285 public repositories matching this topic...
-
Updated
Oct 1, 2020 - C
-
Updated
Mar 19, 2020 - Python
-
Updated
Nov 3, 2018 - Python
-
Updated
Nov 15, 2020 - Classic ASP
-
Updated
Nov 14, 2020 - Python
-
Updated
Nov 12, 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
Nov 12, 2020 - C
-
Updated
Jan 21, 2018 - C++
-
Updated
Oct 2, 2020 - Shell
-
Updated
Oct 31, 2017 - Python
-
Updated
Jun 8, 2020 - PHP
-
Updated
Oct 20, 2020 - Python
-
Updated
Feb 13, 2020 - C
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.