├── CVE-2012-0217 ├── Binaries │ └── sysret.exe ├── Readme.md └── Source │ └── 20861.rar ├── CVE-2016-3309 ├── Binaries │ └── bfill.exe ├── Readme.md └── Source │ └── main.c ├── CVE-2016-3371 ├── Binaries │ └── 40429.exe ├── Readme.md └── Source │ └── 40429.cs ├── CVE-2016-7255 ├── CVE-2016-7255.ps1 └── Readme.md ├── CVE-2017-0213 ├── Binaries │ ├── CVE-2017-0213_x64.zip │ └── CVE-2017-0213_x86.zip ├── Readme.md └── Source │ └── CVE-2017-0213.cpp └── README.md /CVE-2012-0217/Binaries/sysret.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2012-0217/Binaries/sysret.exe -------------------------------------------------------------------------------- /CVE-2012-0217/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2012-0217/Readme.md -------------------------------------------------------------------------------- /CVE-2012-0217/Source/20861.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2012-0217/Source/20861.rar -------------------------------------------------------------------------------- /CVE-2016-3309/Binaries/bfill.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-3309/Binaries/bfill.exe -------------------------------------------------------------------------------- /CVE-2016-3309/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-3309/Readme.md -------------------------------------------------------------------------------- /CVE-2016-3309/Source/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-3309/Source/main.c -------------------------------------------------------------------------------- /CVE-2016-3371/Binaries/40429.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-3371/Binaries/40429.exe -------------------------------------------------------------------------------- /CVE-2016-3371/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-3371/Readme.md -------------------------------------------------------------------------------- /CVE-2016-3371/Source/40429.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-3371/Source/40429.cs -------------------------------------------------------------------------------- /CVE-2016-7255/CVE-2016-7255.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-7255/CVE-2016-7255.ps1 -------------------------------------------------------------------------------- /CVE-2016-7255/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2016-7255/Readme.md -------------------------------------------------------------------------------- /CVE-2017-0213/Binaries/CVE-2017-0213_x64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2017-0213/Binaries/CVE-2017-0213_x64.zip -------------------------------------------------------------------------------- /CVE-2017-0213/Binaries/CVE-2017-0213_x86.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2017-0213/Binaries/CVE-2017-0213_x86.zip -------------------------------------------------------------------------------- /CVE-2017-0213/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2017-0213/Readme.md -------------------------------------------------------------------------------- /CVE-2017-0213/Source/CVE-2017-0213.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/CVE-2017-0213/Source/CVE-2017-0213.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowsExploits/Exploits/HEAD/README.md --------------------------------------------------------------------------------