Here are
11 public repositories
matching this topic...
A collection of PHP backdoors. For educational or testing purposes only.
🎯 PHP / ASP - Shell Backdoor List 🎯
A PHP Based Tool That Helps You To Manage All Your Backdoored Websites Efficiently.
Collection of various files from infected hosts
when i started web application security testing, i fall in love with web shell development and designed some PHP based web shells. This repository contains all my codes which i released in public.
Our powerful php Webshell created by TermuxHackz Team members
./kumasia php simple backdoor
A simple PHP web backdoor allows you to retrieve directory/file contents and upload file(s) from the local machine or remote URL.
PHP terminal is a web-based application that allows to execute terminal commands on a server directly from a browser.
Php webshell with handy features.
Improve this page
Add a description, image, and links to the
php-backdoor
topic page so that developers can more easily learn about it.
Curate this topic
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."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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.