├── .idea ├── PHP-bypass-collection.iml ├── misc.xml ├── modules.xml ├── php.xml ├── vcs.xml └── workspace.xml ├── README.md ├── aspx ├── 360.aspx └── xor.aspx ├── jsp └── 2020.3 │ ├── Behinder │ ├── both.jsp │ ├── decoder.jsp │ └── uploadstring.jsp │ ├── ascii.jsp │ ├── base64.jsp │ └── hex.jsp └── php ├── 17年8月过狗 ├── 1.php ├── 2.php ├── 凉-ert.php ├── 凉-ok1.php ├── 凉-ok2.php ├── 凉-ok3.php ├── 凉-ok4.php ├── 凉-ok5.php ├── 凉-test.php └── 这不是木马.php ├── 19年11月过D盾 ├── &&.php ├── 三元.php ├── 函数.php ├── 命名空间.php ├── 垂直制表符.php ├── 混淆.php └── 自加密.php ├── 19年2月过狗 ├── SD-0_D-1#.php ├── SD-0_D-1.php ├── SD-0_D-3.php └── SD-0_D-4.php ├── 19年3月D盾 └── D-0.php ├── 19年6月过狗D盾 ├── dog_d.php ├── dog_d_1.php ├── dog_d_1_other.php ├── dog_d_1_preg_filter.php ├── dog_d_2.php ├── dog_d_preg.php ├── dog_dama.php ├── dog_dama_oneshell_d_1.php ├── rot13_d_2.php └── xor_d0 │ ├── webshell-venom-master.zip │ ├── xor.asp │ └── xor.php ├── 20年1月过狗D盾 ├── ency.php ├── func.php ├── space.php └── tab.php ├── 20年3月过狗D盾 ├── D │ ├── D.php │ └── php7 │ │ ├── anony_func.php │ │ ├── anony_func_2.php │ │ ├── anony_func_array.php │ │ ├── anony_func_class.php │ │ ├── anony_func_class_array.php │ │ ├── anony_func_invoke.php │ │ ├── anony_func_magic.php │ │ ├── anony_func_mid.php │ │ ├── anony_func_var.php │ │ └── anony_nor_func.php └── safedog.php ├── 20年6月过狗D盾 └── safedog_d.php └── 20年7月过狗D盾 └── s-0_d-0.php /.idea/PHP-bypass-collection.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/.idea/PHP-bypass-collection.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/php.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/.idea/php.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/README.md -------------------------------------------------------------------------------- /aspx/360.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/aspx/360.aspx -------------------------------------------------------------------------------- /aspx/xor.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/aspx/xor.aspx -------------------------------------------------------------------------------- /jsp/2020.3/Behinder/both.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/jsp/2020.3/Behinder/both.jsp -------------------------------------------------------------------------------- /jsp/2020.3/Behinder/decoder.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/jsp/2020.3/Behinder/decoder.jsp -------------------------------------------------------------------------------- /jsp/2020.3/Behinder/uploadstring.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/jsp/2020.3/Behinder/uploadstring.jsp -------------------------------------------------------------------------------- /jsp/2020.3/ascii.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/jsp/2020.3/ascii.jsp -------------------------------------------------------------------------------- /jsp/2020.3/base64.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/jsp/2020.3/base64.jsp -------------------------------------------------------------------------------- /jsp/2020.3/hex.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/jsp/2020.3/hex.jsp -------------------------------------------------------------------------------- /php/17年8月过狗/1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/1.php -------------------------------------------------------------------------------- /php/17年8月过狗/2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /php/17年8月过狗/凉-ert.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/凉-ert.php -------------------------------------------------------------------------------- /php/17年8月过狗/凉-ok1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/凉-ok1.php -------------------------------------------------------------------------------- /php/17年8月过狗/凉-ok2.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /php/17年8月过狗/凉-ok3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/凉-ok3.php -------------------------------------------------------------------------------- /php/17年8月过狗/凉-ok4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/凉-ok4.php -------------------------------------------------------------------------------- /php/17年8月过狗/凉-ok5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/凉-ok5.php -------------------------------------------------------------------------------- /php/17年8月过狗/凉-test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/凉-test.php -------------------------------------------------------------------------------- /php/17年8月过狗/这不是木马.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/17年8月过狗/这不是木马.php -------------------------------------------------------------------------------- /php/19年11月过D盾/&&.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年11月过D盾/&&.php -------------------------------------------------------------------------------- /php/19年11月过D盾/三元.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年11月过D盾/三元.php -------------------------------------------------------------------------------- /php/19年11月过D盾/函数.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年11月过D盾/函数.php -------------------------------------------------------------------------------- /php/19年11月过D盾/命名空间.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年11月过D盾/命名空间.php -------------------------------------------------------------------------------- /php/19年11月过D盾/垂直制表符.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年11月过D盾/垂直制表符.php -------------------------------------------------------------------------------- /php/19年11月过D盾/混淆.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年11月过D盾/混淆.php -------------------------------------------------------------------------------- /php/19年11月过D盾/自加密.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年11月过D盾/自加密.php -------------------------------------------------------------------------------- /php/19年2月过狗/SD-0_D-1#.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年2月过狗/SD-0_D-1#.php -------------------------------------------------------------------------------- /php/19年2月过狗/SD-0_D-1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年2月过狗/SD-0_D-1.php -------------------------------------------------------------------------------- /php/19年2月过狗/SD-0_D-3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年2月过狗/SD-0_D-3.php -------------------------------------------------------------------------------- /php/19年2月过狗/SD-0_D-4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年2月过狗/SD-0_D-4.php -------------------------------------------------------------------------------- /php/19年3月D盾/D-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年3月D盾/D-0.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_d.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_d.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_d_1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_d_1.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_d_1_other.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_d_1_other.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_d_1_preg_filter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_d_1_preg_filter.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_d_2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_d_2.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_d_preg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_d_preg.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_dama.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_dama.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/dog_dama_oneshell_d_1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/dog_dama_oneshell_d_1.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/rot13_d_2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/rot13_d_2.php -------------------------------------------------------------------------------- /php/19年6月过狗D盾/xor_d0/webshell-venom-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/xor_d0/webshell-venom-master.zip -------------------------------------------------------------------------------- /php/19年6月过狗D盾/xor_d0/xor.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/xor_d0/xor.asp -------------------------------------------------------------------------------- /php/19年6月过狗D盾/xor_d0/xor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/19年6月过狗D盾/xor_d0/xor.php -------------------------------------------------------------------------------- /php/20年1月过狗D盾/ency.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年1月过狗D盾/ency.php -------------------------------------------------------------------------------- /php/20年1月过狗D盾/func.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年1月过狗D盾/func.php -------------------------------------------------------------------------------- /php/20年1月过狗D盾/space.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年1月过狗D盾/space.php -------------------------------------------------------------------------------- /php/20年1月过狗D盾/tab.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年1月过狗D盾/tab.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/D.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/D.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_2.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_array.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_array.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_class.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_class_array.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_class_array.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_invoke.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_invoke.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_magic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_magic.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_mid.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_mid.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_func_var.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_func_var.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/D/php7/anony_nor_func.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/D/php7/anony_nor_func.php -------------------------------------------------------------------------------- /php/20年3月过狗D盾/safedog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年3月过狗D盾/safedog.php -------------------------------------------------------------------------------- /php/20年6月过狗D盾/safedog_d.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年6月过狗D盾/safedog_d.php -------------------------------------------------------------------------------- /php/20年7月过狗D盾/s-0_d-0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeEpinGh0st/Webshell-bypass-collection/HEAD/php/20年7月过狗D盾/s-0_d-0.php --------------------------------------------------------------------------------