├── README.md ├── Web-Filtering-T1567-check.ps1 ├── ad-no-credentials.md ├── cusomqueries.json ├── customqueries-ZephrFish.json ├── find-duplicate-nt-hashes.py ├── keys.py └── ransim └── application-whitelisting ├── LockBit_Emulation └── src │ ├── svcmcc.cpp │ └── svcmcc.dll └── testapplockerpolicy.ps1 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/README.md -------------------------------------------------------------------------------- /Web-Filtering-T1567-check.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/Web-Filtering-T1567-check.ps1 -------------------------------------------------------------------------------- /ad-no-credentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/ad-no-credentials.md -------------------------------------------------------------------------------- /cusomqueries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/cusomqueries.json -------------------------------------------------------------------------------- /customqueries-ZephrFish.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/customqueries-ZephrFish.json -------------------------------------------------------------------------------- /find-duplicate-nt-hashes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/find-duplicate-nt-hashes.py -------------------------------------------------------------------------------- /keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/keys.py -------------------------------------------------------------------------------- /ransim/application-whitelisting/LockBit_Emulation/src/svcmcc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/ransim/application-whitelisting/LockBit_Emulation/src/svcmcc.cpp -------------------------------------------------------------------------------- /ransim/application-whitelisting/LockBit_Emulation/src/svcmcc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/ransim/application-whitelisting/LockBit_Emulation/src/svcmcc.dll -------------------------------------------------------------------------------- /ransim/application-whitelisting/testapplockerpolicy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MiSERYYYYY/pentesting-cheatsheet/HEAD/ransim/application-whitelisting/testapplockerpolicy.ps1 --------------------------------------------------------------------------------