Extracting Service Account Passwords with Kerberoasting

This page summarizes the projects mentioned and recommended in the original post on /r/Netwrix

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. kerberoast

    Kerberos tickets are encrypted with the password of the service account associated with the SPN specified in the ticket request. The Kerberoasting tools provide a Python script to crack tickets and provide their cleartext passwords by running a dictionary of password hashes against them. It can take some configuration to make sure you have the required environment to run the script, but this blog covers those details.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. PowerSploit

    Discontinued PowerSploit - A PowerShell Post-Exploitation Framework

    Get-NetUser command of PowerSploit

  4. mimikatz

    A little tool to play with Windows security

    Mimikatz will extract local tickets and save them to disk for offline cracking. Simply install Mimikatz and issue a single command:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • TidesDB: A modern log structured storage engine

    1 project | news.ycombinator.com | 25 Mar 2025
  • Beyond Traditional Pattern Matching in Lisp

    1 project | news.ycombinator.com | 25 Mar 2025
  • Introduction to Linux

    1 project | dev.to | 25 Mar 2025
  • Performance Enhancing Proxy for 5G MmWave Networks

    1 project | news.ycombinator.com | 25 Mar 2025
  • Flappyswitch – Breaking FastIron's Chains

    1 project | news.ycombinator.com | 24 Mar 2025

Did you know that C is
the 6th most popular programming language
based on number of references?