kerberos-authentication
There are 51 repositories under kerberos-authentication topic.
jcmturner/gokrb5
Pure Go Kerberos library for clients and services
drak3hft7/Cheat-Sheet---Active-Directory
This cheat sheet outlines common enumeration and attack methods for Windows Active Directory using PowerShell.
trustedsec/Titanis
Windows protocol library, including SMB and RPC implementations, among others.
requests/requests-kerberos
An authentication handler for using Kerberos with Python Requests.
Dr4ks/PJPT_CheatSheet
This is CheatSheet which I used on PJPT exam to fully compromise Domain Controller by doing internal network penentration testing.
AD-Attacks/AD-Attacks-by-Service
Active Directory Penetration Testing for Red Teams
byt3n33dl3/EXECTRINITY
Active Directory kerberos attack framworks.
skulltech/krbauth.py
Python wrapper module around kinit for simple Kerberos authentication.
alagrede/HdfsClient
A Java Hdfs client example and full Kerberos example for call hadoop commands directly in java code or on your local machine.
bas524/kerberos-ticket-watcher
Kerberos ticket watcher
Spydernaz/docker_images
A repo of images I create, use and (attempt to) maintain
qichaozhao/win-auth-proxy
MS SSPI/Kerberos Authentication Proxy
qtc-de/kutil
A command line utility to work with Kerberos ticket caches (MIT format)
degagne/python-krb5ticket
Simple Python wrapper to create Kerberos ticket-granting tickets (TGT).
k4sth4/Kerberos
Kerberoasting and AS-REP Roasting
Endeios/Kerberos-LDAP
How to use Kerberos to authenticate to LDAP in Java
k4sth4/Service-Account-Attack
Kerberoasting
lawyerance/kerberos-authentication
一个基于JAAS进行kerberos认证的sample
ariannelafraise/shark2authdog
A python script to parse Kerberos Pre-Authentication (PA) hashes (krb5pa), from Wireshark capture files containing KRB5 AS-REQ packets. These can be given to either hashcat or john the ripper to crack the user's password.
Foundxtion/NetAuth
NetAuth: The Identity and access manager for Foundxtion
aliabbascheema/cryptographic_and_authentication
This project demonstrates the practical implementation and comparison of cryptographic techniques and authentication protocols Kerberos and OAuth 2.0 in cloud environments.
avoidik/Vagrant_Windows_DC
Vagrant project that creates Windows 2016 box
deekej/kerberos.ticket
Simple Ansible module for obtaining of new Kerberos ticket with username/password
HadilHelali/Kerberos-Authentification-with-Apache
This is collaborative project where we use Kerberos authentication with an existing service which is in this case Apache
michael105/kgetty
Getty and sudo with kerberos.
NoLee/Security-MongoDB
Security mechanisms and data protection services using MongoDB and various technologies, Dissertation, NTUA 2017
osama127001/Multinode-Cloudera-Cluster
Deploying a multinode cloudera cluster on Linux(CentOS7) (Documentation)
safa-abidi/Kerberos_Auth
PostgreSQL authentication using Kerberos
skulltech/krbauth.go
Golang wrapper package around kinit for simple Kerberos authentication.
visheshc14/Skin
Web Security (BCI3001) Project - Prevention of Session Hijacking using Session ID Reset Approach With The Implementation of Kerberos Algorithm in Go & Rust.
xarenard/heimdal_kerberos_apache2
Apache 2 "negotiate" authentication configuration example with Heimdal Kerberos, bind9 and vagrant
oribenez/KerberosRequests
Implementation of Kerberos protocol with client KDC and message center
FarhanTips/Cryptography-and-Cryptanalysis
This repository covers practical implementations of Cryptography and Cryptanalysis, including encryption algorithms, hashing, digital signatures, and techniques for analyzing and breaking cryptographic systems.
mcagriaktas/split_kraft_kafka_with_kerberos_scram
The repository includes a split KRaft Kafka cluster architecture with Kerberos and SCRAM-SHA-256 authentication.
redcubie/ad-chall-kerdo
An A/D CTF challenge (made for RabaCTF 2025)
Surajkumar4-source/Implement-Kerberos-with-LDAP-for-Centralized-Authentication-Hadoop
Implement Kerberos with LDAP for centralized authentication to secure Hadoop access. Kerberos ensures user authentication, while LDAP manages permissions efficiently. Together, they enhance security by verifying identities and controlling access to HDFS resources.