plugins/proclist: Implement a full-php way to get process list in Linux #154
Labels
good first issue
issue is good for first-time contributors
stealth
impacts stealthness and evasion capabilities
to be documented
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.
The text was updated successfully, but these errors were encountered: