hacktool
Here are 11 public repositories matching this topic...
-
Updated
Nov 28, 2020 - Python
-
Updated
Oct 18, 2020 - Shell
-
Updated
Aug 23, 2017 - C++
-
Updated
Apr 1, 2020 - C
-
Updated
Jun 9, 2018 - Python
Improve this page
Add a description, image, and links to the hacktool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hacktool topic, visit your repo's landing page and select "manage topics."
Current implementation of
proclist
plugin 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.