├── LICENSE ├── README.md ├── bins ├── PingCastle_3.3.0.1 │ ├── PingCastle.exe │ ├── PingCastle.exe.config │ └── license.rtf ├── csharp-files │ ├── ADSearch.exe │ ├── Certify.exe │ ├── GodPotato-NET4.exe │ ├── MSSQLand.exe │ ├── OSEP-MiniDump.exe │ ├── PrintSpoofer64.exe │ ├── PrintSpooferNet.exe │ ├── RoguePotato.exe │ ├── Rubeus.exe │ ├── SQLRecon.exe │ ├── SafetyKatz.exe │ ├── Seatbelt.exe │ ├── SharpChromium.exe │ ├── SharpEfsPotato.exe │ ├── SharpGPOAbuse.exe │ ├── SharpHound-v1.1.1.exe │ ├── SharpHound-v2.5.13.exe │ ├── SharpHound-v2.7.2.exe │ ├── SharpImpersonation.exe │ ├── SharpKatz.exe │ ├── SharpNamedPipePTH.exe │ ├── SharpRDP.exe │ ├── SharpSecDump.exe │ ├── SharpShares.exe │ ├── SharpSpoolTrigger.exe │ ├── SharpUp.exe │ ├── SharpView.exe │ ├── SharpWMI.exe │ ├── SharpWeb.exe │ ├── SpoolSample.exe │ ├── StandIn_v13_Net35.exe │ ├── StandIn_v13_Net45.exe │ ├── Stracciatella.exe │ ├── SweetPotato.exe │ ├── Whisker.exe │ └── mimidrv.sys ├── exes │ ├── JuicyPotato.exe │ ├── LaZagne.exe │ ├── PsExec.exe │ ├── PsExec64.exe │ ├── RogueOxidResolver.exe │ ├── mimikatz.exe │ ├── nc.exe │ └── nc64.exe ├── linux │ ├── linp.sh │ └── pspy64 ├── powershell-scripts │ ├── DefendersDeath.ps1 │ ├── DisableDefender.ps1 │ ├── Footholder-V3.ps1 │ ├── Get-ServiceAcl.ps1 │ ├── GetUserSPNs.ps1 │ ├── HostRecon.ps1 │ ├── Inveigh.ps1 │ ├── Invoke-EventViewer.ps1 │ ├── Invoke-Mimikatz.ps1 │ ├── Invoke-ReflectivePEInjection.ps1 │ ├── LAPSToolkit.ps1 │ ├── PowerUp.ps1 │ ├── PowerUpSQL.ps1 │ ├── PowerView.ps1 │ ├── Powermad.ps1 │ ├── SharpHound.ps1 │ ├── adPEAS-Light.ps1 │ ├── adPEAS.ps1 │ ├── invoke-mimi.ps1 │ ├── offsec-powerview.ps1 │ ├── powercat.ps1 │ └── winPEAS.ps1 └── www │ └── html │ └── hav0c-ps.txt └── payloads ├── csharp_shell.cs ├── shell.mshta ├── x64_vb_shell.vb └── x86_vb_shell.vb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/README.md -------------------------------------------------------------------------------- /bins/PingCastle_3.3.0.1/PingCastle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/PingCastle_3.3.0.1/PingCastle.exe -------------------------------------------------------------------------------- /bins/PingCastle_3.3.0.1/PingCastle.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/PingCastle_3.3.0.1/PingCastle.exe.config -------------------------------------------------------------------------------- /bins/PingCastle_3.3.0.1/license.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/PingCastle_3.3.0.1/license.rtf -------------------------------------------------------------------------------- /bins/csharp-files/ADSearch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/ADSearch.exe -------------------------------------------------------------------------------- /bins/csharp-files/Certify.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/Certify.exe -------------------------------------------------------------------------------- /bins/csharp-files/GodPotato-NET4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/GodPotato-NET4.exe -------------------------------------------------------------------------------- /bins/csharp-files/MSSQLand.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/MSSQLand.exe -------------------------------------------------------------------------------- /bins/csharp-files/OSEP-MiniDump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/OSEP-MiniDump.exe -------------------------------------------------------------------------------- /bins/csharp-files/PrintSpoofer64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/PrintSpoofer64.exe -------------------------------------------------------------------------------- /bins/csharp-files/PrintSpooferNet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/PrintSpooferNet.exe -------------------------------------------------------------------------------- /bins/csharp-files/RoguePotato.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/RoguePotato.exe -------------------------------------------------------------------------------- /bins/csharp-files/Rubeus.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/Rubeus.exe -------------------------------------------------------------------------------- /bins/csharp-files/SQLRecon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SQLRecon.exe -------------------------------------------------------------------------------- /bins/csharp-files/SafetyKatz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SafetyKatz.exe -------------------------------------------------------------------------------- /bins/csharp-files/Seatbelt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/Seatbelt.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpChromium.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpChromium.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpEfsPotato.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpEfsPotato.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpGPOAbuse.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpGPOAbuse.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpHound-v1.1.1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpHound-v1.1.1.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpHound-v2.5.13.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpHound-v2.5.13.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpHound-v2.7.2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpHound-v2.7.2.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpImpersonation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpImpersonation.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpKatz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpKatz.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpNamedPipePTH.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpNamedPipePTH.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpRDP.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpRDP.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpSecDump.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpSecDump.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpShares.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpShares.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpSpoolTrigger.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpSpoolTrigger.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpUp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpUp.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpView.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpView.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpWMI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpWMI.exe -------------------------------------------------------------------------------- /bins/csharp-files/SharpWeb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SharpWeb.exe -------------------------------------------------------------------------------- /bins/csharp-files/SpoolSample.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SpoolSample.exe -------------------------------------------------------------------------------- /bins/csharp-files/StandIn_v13_Net35.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/StandIn_v13_Net35.exe -------------------------------------------------------------------------------- /bins/csharp-files/StandIn_v13_Net45.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/StandIn_v13_Net45.exe -------------------------------------------------------------------------------- /bins/csharp-files/Stracciatella.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/Stracciatella.exe -------------------------------------------------------------------------------- /bins/csharp-files/SweetPotato.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/SweetPotato.exe -------------------------------------------------------------------------------- /bins/csharp-files/Whisker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/Whisker.exe -------------------------------------------------------------------------------- /bins/csharp-files/mimidrv.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/csharp-files/mimidrv.sys -------------------------------------------------------------------------------- /bins/exes/JuicyPotato.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/JuicyPotato.exe -------------------------------------------------------------------------------- /bins/exes/LaZagne.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/LaZagne.exe -------------------------------------------------------------------------------- /bins/exes/PsExec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/PsExec.exe -------------------------------------------------------------------------------- /bins/exes/PsExec64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/PsExec64.exe -------------------------------------------------------------------------------- /bins/exes/RogueOxidResolver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/RogueOxidResolver.exe -------------------------------------------------------------------------------- /bins/exes/mimikatz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/mimikatz.exe -------------------------------------------------------------------------------- /bins/exes/nc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/nc.exe -------------------------------------------------------------------------------- /bins/exes/nc64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/exes/nc64.exe -------------------------------------------------------------------------------- /bins/linux/linp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/linux/linp.sh -------------------------------------------------------------------------------- /bins/linux/pspy64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/linux/pspy64 -------------------------------------------------------------------------------- /bins/powershell-scripts/DefendersDeath.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/DefendersDeath.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/DisableDefender.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/DisableDefender.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/Footholder-V3.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/Footholder-V3.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/Get-ServiceAcl.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/Get-ServiceAcl.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/GetUserSPNs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/GetUserSPNs.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/HostRecon.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/HostRecon.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/Inveigh.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/Inveigh.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/Invoke-EventViewer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/Invoke-EventViewer.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/Invoke-Mimikatz.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/Invoke-Mimikatz.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/Invoke-ReflectivePEInjection.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/Invoke-ReflectivePEInjection.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/LAPSToolkit.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/LAPSToolkit.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/PowerUp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/PowerUp.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/PowerUpSQL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/PowerUpSQL.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/PowerView.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/PowerView.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/Powermad.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/Powermad.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/SharpHound.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/SharpHound.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/adPEAS-Light.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/adPEAS-Light.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/adPEAS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/adPEAS.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/invoke-mimi.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/invoke-mimi.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/offsec-powerview.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/offsec-powerview.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/powercat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/powercat.ps1 -------------------------------------------------------------------------------- /bins/powershell-scripts/winPEAS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/powershell-scripts/winPEAS.ps1 -------------------------------------------------------------------------------- /bins/www/html/hav0c-ps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/bins/www/html/hav0c-ps.txt -------------------------------------------------------------------------------- /payloads/csharp_shell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/payloads/csharp_shell.cs -------------------------------------------------------------------------------- /payloads/shell.mshta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/payloads/shell.mshta -------------------------------------------------------------------------------- /payloads/x64_vb_shell.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/payloads/x64_vb_shell.vb -------------------------------------------------------------------------------- /payloads/x86_vb_shell.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anon-Exploiter/sliver-cheatsheet/HEAD/payloads/x86_vb_shell.vb --------------------------------------------------------------------------------