Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
PowershellKerberos — Some scripts to abuse kerberos using Powershell | Kitploit
Tools/GitHubGitHub/mzhmo/powershellkerberos
Impersonation ToolsLateral MovementPost-ExploitationPenetration TestingAuthenticationRed Teaming
GitHubmzhmo/powershellkerberos

PowershellKerberos

Some scripts to abuse kerberos using Powershell

View Repository
366464 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

PowershellKerberos

Some scripts to abuse kerberos using Powershell. Check how to use video (Thanks to @BRIPWN)

  • YouTube

Injector.ps1

Small tool for injecting kerberos tickets. Supports two work modes:

  • U can read ticket from kirbi file (1 mode)
  • U can read ticket from b64 (2 mode)

Examples:

root@kitploit:~
.\injector.ps1 1 A:\SSD\Share\ticket.kirbi

.\injector.ps1 2 "doi.....q"

изображение

Dumper.ps1

This tool allows you to dump Kerberos tickets from the LSA cache. Implemented via Add-Type.

If the tool is run as a privileged user, it will automatically obtain NT AUTHORITY\SYSTEM privileges and then dump all tickets. If the tool is run as a non-privileged user, it will only dump tickets from the current logon session.

Examples:

root@kitploit:~
.\dumper.ps1

изображение изображение изображение

Download Tool