-
Updated
Mar 29, 2022 - Python
backdoor
Here are 460 public repositories matching this topic...
-
Updated
May 6, 2022 - C
-
Updated
Feb 10, 2021 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Nov 15, 2020 - Classic ASP
-
Updated
Mar 11, 2022 - C++
-
Updated
Nov 3, 2018 - Python
-
Updated
Jan 19, 2022 - C
-
Updated
May 8, 2022 - Python
-
Updated
May 27, 2022 - Java
-
Updated
Jun 24, 2019 - Visual Basic
-
Updated
Oct 18, 2019 - Python
-
Updated
Apr 28, 2020 - Python
-
Updated
May 23, 2022 - C#
-
Updated
Dec 23, 2021 - C
-
Updated
Aug 20, 2016 - Python
-
Updated
Mar 9, 2020 - Shell
-
Updated
Feb 14, 2022 - Go
-
Updated
Apr 17, 2019 - Python
-
Updated
Jun 3, 2021 - 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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.