-
Updated
Apr 18, 2020 - PHP
php-backdoor
Here are 8 public repositories matching this topic...
-
Updated
Jun 8, 2020 - PHP
-
Updated
Apr 11, 2020 - PHP
-
Updated
Dec 2, 2020 - PHP
-
Updated
Feb 17, 2018 - PHP
-
Updated
Jun 22, 2018 - PHP
-
Updated
Jun 10, 2020 - PHP
Improve this page
Add a description, image, and links to the php-backdoor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the php-backdoor 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.