All Projects → Paradoxis → Php Backdoor

Paradoxis / Php Backdoor

Licence: mit
Your interpreter isn’t safe anymore  —  The PHP module backdoor

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Php Backdoor

Vegile
This tool will setting up your backdoor/rootkits when backdoor already setup it will be hidden your spesisifc process,unlimited your session in metasploit and transparent. Even when it killed, it will re-run again. There always be a procces which while run another process,So we can assume that this procces is unstopable like a Ghost in The Shell
Stars: ✭ 478 (+126.54%)
Mutual labels:  rootkit
Sutekh
An example rootkit that gives a userland process root permissions
Stars: ✭ 62 (-70.62%)
Mutual labels:  rootkit
Awesome Windows Security Development
awesome-windows-security-development
Stars: ✭ 154 (-27.01%)
Mutual labels:  rootkit
Rootkit
Linux rootkit for Ubuntu 16.04 and 10.04 (Linux Kernels 4.4.0 and 2.6.32), both i386 and amd64
Stars: ✭ 601 (+184.83%)
Mutual labels:  rootkit
Rootkits List Download
This is the list of all rootkits found so far on github and other sites.
Stars: ✭ 815 (+286.26%)
Mutual labels:  rootkit
Awesome Windows Kernel Security Development
windows kernel security development
Stars: ✭ 1,208 (+472.51%)
Mutual labels:  rootkit
Emp3r0r
linux post-exploitation framework made by linux user
Stars: ✭ 419 (+98.58%)
Mutual labels:  rootkit
Shadow Box For X86
Shadow-Box: Lightweight and Practical Kernel Protector for x86 (Presented at BlackHat Asia 2017/2018, beVX 2018 and HITBSecConf 2017)
Stars: ✭ 178 (-15.64%)
Mutual labels:  rootkit
Webshell
Webshell && Backdoor Collection
Stars: ✭ 1,056 (+400.47%)
Mutual labels:  rootkit
Www.rootkit.com
www.rootkit.com users section mirror, sql database dump, and a few other files/rootkits.
Stars: ✭ 117 (-44.55%)
Mutual labels:  rootkit
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+243.6%)
Mutual labels:  rootkit
Vlany
Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)
Stars: ✭ 804 (+281.04%)
Mutual labels:  rootkit
Spacecow
Windows Rootkit written in Python
Stars: ✭ 81 (-61.61%)
Mutual labels:  rootkit
Awesome Linux Rootkits
awesome-linux-rootkits
Stars: ✭ 583 (+176.3%)
Mutual labels:  rootkit
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: ✭ 156 (-26.07%)
Mutual labels:  rootkit
Hvmi
Hypervisor Memory Introspection Core Library
Stars: ✭ 438 (+107.58%)
Mutual labels:  rootkit
Shadow Box For Arm
Shadow-Box: Lightweight and Practical Kernel Protector for ARM (Presented at BlackHat Asia 2018)
Stars: ✭ 64 (-69.67%)
Mutual labels:  rootkit
Hiddenwall
Tool to generate a Linux kernel module for custom rules with Netfilter hooking. (block ports, Hidden mode, functions to protect etc)
Stars: ✭ 187 (-11.37%)
Mutual labels:  rootkit
Android Rootkit
A rootkit for Android. Based on "Android platform based linux kernel rootkit" from Phrack Issue 68
Stars: ✭ 167 (-20.85%)
Mutual labels:  rootkit
Awesome Linux Rootkits
a summary of linux rootkits published on GitHub
Stars: ✭ 107 (-49.29%)
Mutual labels:  rootkit

PHP Backdoor

PHP module based backdoor to intercept standard-library & module function calls. For a full explanation of what this is, why it was made and how it works, please refer to my blog post Your interpreter isn’t safe anymore — The PHP module rootkit.

Compilation

To prevent malicious script kiddies from getting their hands on a weaponized PHP module, I've removed the compilation instructions alongside the implementation of the method hooks.

Furthermore, I will not be releasing pre-compiled binaries. Any semi-experienced C developer should be able to find out how to compile PHP modules and implement the the rootkit_hook_function method.

Issues created regarding this will not be addressed and closed.

Disclaimer

Using this module might cause severe damage to your system, it was created as a proof of concept and should never be used on a production system!

By using this software the person in question agrees that they will use any of software in question in an ethical (non-malicious) way and agrees that the developer(s) are NOT held responsible for any damage caused by the use and or abuse of this software.

Misuse of any software from this website may result in criminal charges brought against the person in question depending on the country or state of residence which can result in probation, fines up or prison sentences up to 20 years in federal prison.

License

Copyright 2017 - Luke Paris (Paradoxis)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].