Bypass_Disable_functions_Shell

Bypass_Disable_functions_Shell

https://github.com/l3m0n/Bypass_Disable_functions_Shellphp

一個各類方式突破Disable_functions達到命令執行的shellhtml

防護

dl,exec,system,passthru,popen,proc_open,pcntl_exec,shell_exec,mail,imap_open,imap_mail,putenv,ini_set,apache_setenv,symlink,linkgit

功能

imap_open bypass

https://antichat.com/threads/463395/#post-4254681github

利用環境變量LD_PRELOAD來繞過

http://drops.wooyun.org/tips/16054web

ImageMagick繞過

http://drops.wooyun.org/papers/15589shell

https://www.exploit-db.com/exploits/39766/apache

imagecreatefromgd2

https://github.com/l3m0n/exploits/tree/master/CVE-2016-3074bash

test

https://github.com/l3m0n/exploits/tree/master/CVE-2016-3078jsp

PHP OPcache

http://www.myhack58.com/Article/html/3/62/2016/74160.htm函數

http://blog.gosecure.ca/2016/04/27/binary-webshell-through-opcache-in-php-7/

mail函數

https://www.leavesongs.com/PHP/php-bypass-disable-functions-by-CVE-2014-6271.html

https://www.exploit-db.com/exploits/35146/

利用pcntl_exec突破

http://www.cnseay.com/2632/comment-page-1/

#exec.php
<?php pcntl_exec(「/bin/bash」, array(「/tmp/b4dboy.sh」));?>
#/tmp/b4dboy.sh
#!/bin/bash
ls -l /
破殼bash漏洞
dl

https://www.exploit-db.com/docs/38104.pdf

PHP 5.x - COM functions safe_mode and disable_function bypass

https://www.exploit-db.com/exploits/4553/

https://www.exploit-db.com/exploits/4517/

win_shell_execute

https://www.exploit-db.com/exploits/4218/

Bypass PHP system functions disabled via mod_cgi

http://0cx.cc/bypass_disabled_via_mod_cgi.jspx

mail的exim擴展bypass

http://www.cnblogs.com/iamstudy/articles/Exim_mail_bypass_disable_function.html

相關文章
相關標籤/搜索