-
Updated
Jul 8, 2022 - Python
privilege-escalation
Here are 196 public repositories matching this topic...
-
Updated
May 19, 2022
-
Updated
Jun 21, 2022 - Go
-
Updated
Jul 6, 2022 - PowerShell
-
Updated
Jun 20, 2022 - CSS
-
Updated
Jul 8, 2022
-
Updated
Mar 30, 2022
-
Updated
May 1, 2022
-
Updated
Jul 3, 2022 - PowerShell
-
Updated
Jul 6, 2022 - Shell
-
Updated
Dec 18, 2021 - C++
-
Updated
Jun 8, 2022 - PowerShell
-
Updated
Jul 6, 2022 - Python
-
Updated
Apr 19, 2022 - Shell
-
Updated
Jun 23, 2022 - PowerShell
-
Updated
Mar 31, 2022 - C
-
Updated
Jun 20, 2022 - Python
-
Updated
May 17, 2022 - Rust
-
Updated
Apr 12, 2022 - HTML
-
Updated
Feb 24, 2022 - Python
-
Updated
Jun 20, 2022 - Python
-
Updated
Mar 28, 2022 - Go
-
Updated
Dec 22, 2021
-
Updated
May 9, 2019 - Python
-
Updated
Jun 20, 2022 - Python
-
Updated
Jul 9, 2022 - Shell
-
Updated
Dec 19, 2021
-
Updated
Mar 27, 2022 - Pascal
Improve this page
Add a description, image, and links to the privilege-escalation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the privilege-escalation 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.