├── 32bit-win-8.1 ├── __MACOSX │ └── ._elevator.exe └── elevator.exe ├── 8.1 64 2012 exp └── 8.1 64 2012 exp.exe ├── GitHack-master ├── GitHack.py ├── README.md └── lib │ ├── __init__.py │ ├── __init__.pyc │ ├── parser.py │ └── parser.pyc ├── PadBuster-Padding Oracle Attack ├── README ├── padBuster.pl └── 参考.txt ├── README.md ├── Shopex ├── 4.8.4.htm ├── 4.8.5.htm └── exploit.htm ├── dede ├── Dede v5.7 feedback.php-12-10-31.html ├── buy_action.php ├── dede_5.7.php ├── dede_5.71.php ├── dedecms v55漏洞利用.htm └── dede注入导出.html ├── dz ├── discuz.php ├── discuz4.1.php ├── dz7-2getshell.py ├── faqgetshell.py └── uckeygetshell.php ├── ecshop ├── ECSHOP各版本注入通杀漏洞.htm ├── 全版本注入exp.html └── 要注册账号ECSHOP各版本注入通杀漏洞.html ├── fcgi_exp.zip ├── flash0day ├── calc.htm ├── exp1 │ ├── MyClass.as │ ├── MyClass1.as │ ├── MyClass2.as │ ├── MyUtils.as │ ├── ShellMac64.as │ ├── ShellWin32.as │ ├── ShellWin64.as │ ├── exp1.fla │ └── exp1.swf └── read me.txt ├── fuzzerpwd ├── FuzzerPwd.py ├── README.md ├── password.txt └── pwd.yx ├── jboss_exp ├── jboss_exploit_fat.jar ├── test.war └── 使用说明.txt ├── ms15-051(修改版) ├── ms15-051 │ ├── ms15-051.sln │ ├── ms15-051.suo │ └── ms15-051 │ │ ├── ReadMe.txt │ │ ├── Win32 │ │ └── ms15-051.exe │ │ ├── ms15-051.cpp │ │ ├── ms15-051.vcxproj │ │ ├── ms15-051.vcxproj.filters │ │ ├── ms15-051.vcxproj.user │ │ ├── ntdll.lib │ │ ├── ntdll64.lib │ │ └── x64 │ │ └── ms15-051.exe ├── ms15-051修正版.txt └── pic.png ├── php └── phpdos.py ├── phpcms ├── PHPCMS2008_comment_注入.php ├── PHPCMS_V9 AuthKey泄露导致注入EXP.php ├── PHPCMS_V9 authkey来getshell.php ├── PHPCMS中转脚本.php ├── Phpcms V9 Upfile%20 Exp.php ├── Phpcms V9 uc api SQL Exp.php └── php authkey加密构成.php ├── phpweb └── PHPWEB IIS网站管理系统后台Kedit编辑器漏洞利用代码.html ├── phpwind ├── PHPWIND_exp.php ├── phpwind 5.0.1 Sql注射漏洞利用程序.php └── phpwind5.x passport_client.php UPDATE SQL Injection POC.php ├── php包含和代码执行写一句话.txt ├── shellshock.txt ├── svn └── svn.php ├── urp └── urp_upload.html ├── 二分法查找.py ├── 免杀360cve20144113 ├── Win64.exe.lnk └── win32.exe ├── 延迟注入.py └── 盲注.py /32bit-win-8.1/__MACOSX/._elevator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/32bit-win-8.1/__MACOSX/._elevator.exe -------------------------------------------------------------------------------- /32bit-win-8.1/elevator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/32bit-win-8.1/elevator.exe -------------------------------------------------------------------------------- /8.1 64 2012 exp/8.1 64 2012 exp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/8.1 64 2012 exp/8.1 64 2012 exp.exe -------------------------------------------------------------------------------- /GitHack-master/GitHack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/GitHack-master/GitHack.py -------------------------------------------------------------------------------- /GitHack-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/GitHack-master/README.md -------------------------------------------------------------------------------- /GitHack-master/lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GitHack-master/lib/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/GitHack-master/lib/__init__.pyc -------------------------------------------------------------------------------- /GitHack-master/lib/parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/GitHack-master/lib/parser.py -------------------------------------------------------------------------------- /GitHack-master/lib/parser.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/GitHack-master/lib/parser.pyc -------------------------------------------------------------------------------- /PadBuster-Padding Oracle Attack/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/PadBuster-Padding Oracle Attack/README -------------------------------------------------------------------------------- /PadBuster-Padding Oracle Attack/padBuster.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/PadBuster-Padding Oracle Attack/padBuster.pl -------------------------------------------------------------------------------- /PadBuster-Padding Oracle Attack/参考.txt: -------------------------------------------------------------------------------- 1 | http://www.secpulse.com/archives/3537.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/README.md -------------------------------------------------------------------------------- /Shopex/4.8.4.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/Shopex/4.8.4.htm -------------------------------------------------------------------------------- /Shopex/4.8.5.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/Shopex/4.8.5.htm -------------------------------------------------------------------------------- /Shopex/exploit.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/Shopex/exploit.htm -------------------------------------------------------------------------------- /dede/Dede v5.7 feedback.php-12-10-31.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dede/Dede v5.7 feedback.php-12-10-31.html -------------------------------------------------------------------------------- /dede/buy_action.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dede/buy_action.php -------------------------------------------------------------------------------- /dede/dede_5.7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dede/dede_5.7.php -------------------------------------------------------------------------------- /dede/dede_5.71.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dede/dede_5.71.php -------------------------------------------------------------------------------- /dede/dedecms v55漏洞利用.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dede/dedecms v55漏洞利用.htm -------------------------------------------------------------------------------- /dede/dede注入导出.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dede/dede注入导出.html -------------------------------------------------------------------------------- /dz/discuz.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dz/discuz.php -------------------------------------------------------------------------------- /dz/discuz4.1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dz/discuz4.1.php -------------------------------------------------------------------------------- /dz/dz7-2getshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dz/dz7-2getshell.py -------------------------------------------------------------------------------- /dz/faqgetshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dz/faqgetshell.py -------------------------------------------------------------------------------- /dz/uckeygetshell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/dz/uckeygetshell.php -------------------------------------------------------------------------------- /ecshop/ECSHOP各版本注入通杀漏洞.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ecshop/ECSHOP各版本注入通杀漏洞.htm -------------------------------------------------------------------------------- /ecshop/全版本注入exp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ecshop/全版本注入exp.html -------------------------------------------------------------------------------- /ecshop/要注册账号ECSHOP各版本注入通杀漏洞.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ecshop/要注册账号ECSHOP各版本注入通杀漏洞.html -------------------------------------------------------------------------------- /fcgi_exp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/fcgi_exp.zip -------------------------------------------------------------------------------- /flash0day/calc.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/calc.htm -------------------------------------------------------------------------------- /flash0day/exp1/MyClass.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/MyClass.as -------------------------------------------------------------------------------- /flash0day/exp1/MyClass1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/MyClass1.as -------------------------------------------------------------------------------- /flash0day/exp1/MyClass2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/MyClass2.as -------------------------------------------------------------------------------- /flash0day/exp1/MyUtils.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/MyUtils.as -------------------------------------------------------------------------------- /flash0day/exp1/ShellMac64.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/ShellMac64.as -------------------------------------------------------------------------------- /flash0day/exp1/ShellWin32.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/ShellWin32.as -------------------------------------------------------------------------------- /flash0day/exp1/ShellWin64.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/ShellWin64.as -------------------------------------------------------------------------------- /flash0day/exp1/exp1.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/exp1.fla -------------------------------------------------------------------------------- /flash0day/exp1/exp1.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/exp1/exp1.swf -------------------------------------------------------------------------------- /flash0day/read me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/flash0day/read me.txt -------------------------------------------------------------------------------- /fuzzerpwd/FuzzerPwd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/fuzzerpwd/FuzzerPwd.py -------------------------------------------------------------------------------- /fuzzerpwd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/fuzzerpwd/README.md -------------------------------------------------------------------------------- /fuzzerpwd/password.txt: -------------------------------------------------------------------------------- 1 | 123 -------------------------------------------------------------------------------- /fuzzerpwd/pwd.yx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/fuzzerpwd/pwd.yx -------------------------------------------------------------------------------- /jboss_exp/jboss_exploit_fat.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/jboss_exp/jboss_exploit_fat.jar -------------------------------------------------------------------------------- /jboss_exp/test.war: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/jboss_exp/test.war -------------------------------------------------------------------------------- /jboss_exp/使用说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/jboss_exp/使用说明.txt -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051.sln -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051.suo -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/ReadMe.txt -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/Win32/ms15-051.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/Win32/ms15-051.exe -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/ms15-051.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/ms15-051.cpp -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/ms15-051.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/ms15-051.vcxproj -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/ms15-051.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/ms15-051.vcxproj.filters -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/ms15-051.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/ms15-051.vcxproj.user -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/ntdll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/ntdll.lib -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/ntdll64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/ntdll64.lib -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051/ms15-051/x64/ms15-051.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051/ms15-051/x64/ms15-051.exe -------------------------------------------------------------------------------- /ms15-051(修改版)/ms15-051修正版.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/ms15-051修正版.txt -------------------------------------------------------------------------------- /ms15-051(修改版)/pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/ms15-051(修改版)/pic.png -------------------------------------------------------------------------------- /php/phpdos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/php/phpdos.py -------------------------------------------------------------------------------- /phpcms/PHPCMS2008_comment_注入.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpcms/PHPCMS2008_comment_注入.php -------------------------------------------------------------------------------- /phpcms/PHPCMS_V9 AuthKey泄露导致注入EXP.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpcms/PHPCMS_V9 AuthKey泄露导致注入EXP.php -------------------------------------------------------------------------------- /phpcms/PHPCMS_V9 authkey来getshell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpcms/PHPCMS_V9 authkey来getshell.php -------------------------------------------------------------------------------- /phpcms/PHPCMS中转脚本.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpcms/PHPCMS中转脚本.php -------------------------------------------------------------------------------- /phpcms/Phpcms V9 Upfile%20 Exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpcms/Phpcms V9 Upfile%20 Exp.php -------------------------------------------------------------------------------- /phpcms/Phpcms V9 uc api SQL Exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpcms/Phpcms V9 uc api SQL Exp.php -------------------------------------------------------------------------------- /phpcms/php authkey加密构成.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpcms/php authkey加密构成.php -------------------------------------------------------------------------------- /phpweb/PHPWEB IIS网站管理系统后台Kedit编辑器漏洞利用代码.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpweb/PHPWEB IIS网站管理系统后台Kedit编辑器漏洞利用代码.html -------------------------------------------------------------------------------- /phpwind/PHPWIND_exp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpwind/PHPWIND_exp.php -------------------------------------------------------------------------------- /phpwind/phpwind 5.0.1 Sql注射漏洞利用程序.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpwind/phpwind 5.0.1 Sql注射漏洞利用程序.php -------------------------------------------------------------------------------- /phpwind/phpwind5.x passport_client.php UPDATE SQL Injection POC.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/phpwind/phpwind5.x passport_client.php UPDATE SQL Injection POC.php -------------------------------------------------------------------------------- /php包含和代码执行写一句话.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/php包含和代码执行写一句话.txt -------------------------------------------------------------------------------- /shellshock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/shellshock.txt -------------------------------------------------------------------------------- /svn/svn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/svn/svn.php -------------------------------------------------------------------------------- /urp/urp_upload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/urp/urp_upload.html -------------------------------------------------------------------------------- /二分法查找.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/二分法查找.py -------------------------------------------------------------------------------- /免杀360cve20144113/Win64.exe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/免杀360cve20144113/Win64.exe.lnk -------------------------------------------------------------------------------- /免杀360cve20144113/win32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/免杀360cve20144113/win32.exe -------------------------------------------------------------------------------- /延迟注入.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/延迟注入.py -------------------------------------------------------------------------------- /盲注.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecWiki/exp/HEAD/盲注.py --------------------------------------------------------------------------------