All Projects → bartblaze → Php Backdoors

bartblaze / Php Backdoors

Licence: cc0-1.0
A collection of PHP backdoors. For educational or testing purposes only.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Php Backdoors

kumasia
./kumasia php simple backdoor
Stars: ✭ 13 (-99.36%)
Mutual labels:  webshell, php-backdoor
Brutemap
Let's find someone's account
Stars: ✭ 113 (-94.44%)
Mutual labels:  webshell
Webshell
This is a webshell open source project
Stars: ✭ 7,545 (+270.94%)
Mutual labels:  webshell
Php Malware Finder
Detect potentially malicious PHP files
Stars: ✭ 1,245 (-38.79%)
Mutual labels:  webshell
Webshell Detect Bypass
绕过专业工具检测的Webshell研究文章和免杀的Webshell
Stars: ✭ 999 (-50.88%)
Mutual labels:  webshell
Cheetah Gui
Cheetah GUI
Stars: ✭ 96 (-95.28%)
Mutual labels:  webshell
Mitigating Web Shells
Guidance for mitigation web shells. #nsacyber
Stars: ✭ 698 (-65.68%)
Mutual labels:  webshell
Wso Webshell
🕹 wso php webshell
Stars: ✭ 155 (-92.38%)
Mutual labels:  webshell
Analyst Arsenal
A toolkit for Security Researchers
Stars: ✭ 112 (-94.49%)
Mutual labels:  webshell
Php Webshells Collection
Most Wanted Private and Public PHP Web Shells Can Be Downloaded Here. (Educational Purpose Only)
Stars: ✭ 81 (-96.02%)
Mutual labels:  webshell
Phpsploit
Full-featured C2 framework which silently persists on webserver with a single-line PHP backdoor
Stars: ✭ 1,188 (-41.59%)
Mutual labels:  webshell
Webshell
Docker container which includes Shellinabox and enables SSH connections to arbitrary (not where installed) servers
Stars: ✭ 40 (-98.03%)
Mutual labels:  webshell
Awesome Webshell
Awesome webshell collection. Including 150 Github repo, and 200+ blog posts.
Stars: ✭ 98 (-95.18%)
Mutual labels:  webshell
Shuffle
WebShell Backdoor Framework
Stars: ✭ 11 (-99.46%)
Mutual labels:  webshell
Phpshell
php大马|php一句话|webshell|免杀过狗|渗透|黑客
Stars: ✭ 118 (-94.2%)
Mutual labels:  webshell
Htshells
Self contained htaccess shells and attacks
Stars: ✭ 708 (-65.19%)
Mutual labels:  webshell
Indoxploit Shell
IndoXploit Webshell V.3
Stars: ✭ 61 (-97%)
Mutual labels:  webshell
Webshell
基于node-pty、xterm和vue的web terminal服务
Stars: ✭ 94 (-95.38%)
Mutual labels:  webshell
Jspmaster Deprecated
一款基于webshell命令执行功能实现的GUI webshell管理工具,支持流量加密
Stars: ✭ 161 (-92.08%)
Mutual labels:  webshell
Rtty
Access your terminal from anywhere via the web.
Stars: ✭ 2,434 (+19.67%)
Mutual labels:  webshell

PHP-backdoors

A collection of PHP backdoors. For educational and/or testing purposes only.

Notes

  • The deobfuscated folder does not necessarily contain deobfuscated versions of the backdoors you can find in the obfuscated folder. To deobfuscate those and other tricks, Check out the PHP tools section.
  • Always investigate malware in a secure environment. This means: separately from your network and in a virtual machine!
  • Some backdoors may be backdoored (yes, really). Don't ever use this for any malicious purposes.
  • The backdoors follow the format: Backdoorname_SHA1.php, granted the name of the backdoor is known.

PHP tools

This includes links to tools for the following:

  • Deobfuscators (online and offline)
  • Beautifiers (online and offline)
  • Testers (running the code - do this in a secure environment!)

Access the links to these tools directly from here.

Other repos

Other information

Read my blog post on 'C99Shell not dead' for more information about PHP backdoors (and in particular c99Shell, which you can also find in this repository). You can also follow me on Twitter.

Detection

If you're trying to detect webshells like the ones mentioned in this repository, you may want to use Yara and scan your web server with the following Yara rules specifically for webshells: Yara-Rules/webshells

Alternatively, have a look at the disinfection tips provided in my blog post.

License

License

To the extent possible under law, bartblaze has waived all copyright and related or neighboring rights to this work. He makes no warranties about the work, and disclaims liability for all uses of the work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].