├── CVE-2022-41099 ├── CVE-2022-41099.ps1 └── README.md ├── CredGuardBypassOffsets ├── README.md └── poc.cpp ├── NdrServerCallAll ├── DuplicateHandle.cpp └── README.md ├── NetManTrigger ├── README.md └── poc.cpp ├── PointAndPrint ├── PointAndPrint.ps1 └── README.md ├── README.md └── SMAStorageDump ├── README.md └── poc.cpp /CVE-2022-41099/CVE-2022-41099.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/CVE-2022-41099/CVE-2022-41099.ps1 -------------------------------------------------------------------------------- /CVE-2022-41099/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/CVE-2022-41099/README.md -------------------------------------------------------------------------------- /CredGuardBypassOffsets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/CredGuardBypassOffsets/README.md -------------------------------------------------------------------------------- /CredGuardBypassOffsets/poc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/CredGuardBypassOffsets/poc.cpp -------------------------------------------------------------------------------- /NdrServerCallAll/DuplicateHandle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/NdrServerCallAll/DuplicateHandle.cpp -------------------------------------------------------------------------------- /NdrServerCallAll/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/NdrServerCallAll/README.md -------------------------------------------------------------------------------- /NetManTrigger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/NetManTrigger/README.md -------------------------------------------------------------------------------- /NetManTrigger/poc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/NetManTrigger/poc.cpp -------------------------------------------------------------------------------- /PointAndPrint/PointAndPrint.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/PointAndPrint/PointAndPrint.ps1 -------------------------------------------------------------------------------- /PointAndPrint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/PointAndPrint/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/README.md -------------------------------------------------------------------------------- /SMAStorageDump/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/SMAStorageDump/README.md -------------------------------------------------------------------------------- /SMAStorageDump/poc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itm4n/Pentest-Windows/HEAD/SMAStorageDump/poc.cpp --------------------------------------------------------------------------------