#
php-webshell
Here are 12 public repositories matching this topic...
绕过专业工具检测的Webshell研究文章和免杀的Webshell
backdoor
webshell
bypass-antivirus
php-webshells
jsp-webshell
asp-webshell
php-webshell
hidden-shells
detection-bypass
-
Updated
Nov 15, 2020 - Classic ASP
Nano is a family of PHP web shells which are code golfed for stealth.
-
Updated
Feb 18, 2020 - PHP
the only php webshell you need.
php
modular
obfuscation
php7
trojan
extensible
reverse
hacking-tool
webshell
backdoorweb
php-webshell
-
Updated
Sep 24, 2021 - PHP
Collection of various files from infected hosts
malware-samples
infected-files
php-backdoor
malware-sample
php-webshells
maliciouscode
emotet
php-webshell
php-webshell-backdoor
obfuscated-code
-
Updated
Sep 16, 2021 - PHP
A webshell manager for php
-
Updated
Sep 6, 2021 - Python
A simple PHP web backdoor allows you to retrieve directory/file contents and upload file(s) from the local machine or remote URL.
-
Updated
Sep 18, 2021 - PHP
Php webshell with handy features.
shell
php
backdoor
hacking
penetration-testing
hacking-tool
it-security
hexa
webshell
php-backdoor
php-webshell
-
Updated
Jul 4, 2021 - PHP
An average and a minimal PHP web shell
-
Updated
Mar 3, 2021 - PHP
Patchy Pack [Alpa]. A set of command line tools for anything from port scanning to web shell generation
-
Updated
Jul 18, 2020 - Python
PHP password secured WebShell
-
Updated
Jul 12, 2019 - PHP
Improve this page
Add a description, image, and links to the php-webshell topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the php-webshell topic, visit your repo's landing page and select "manage topics."
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.