Skip to content
/ fkad Public

fkad is designed to help testing various features in modern Active Directory environments.

Notifications You must be signed in to change notification settings

fkxdr/fkad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

fkad

fkad

fkad is a small offensive helper script designed for exegol docker containers and pentesting instances. It automates common enumeration and sanity checks and prepares artifacts for follow-up toolkits.

Quick install & run

wget https://raw.githubusercontent.com/fkxdr/fkad/refs/heads/main/fkad.sh
chmod +x fkad.sh
./fkad.sh -u <user> -p '<password>' -d <dc-ip>
screen

Example:

./fkad.sh -u pentest1 -p 'Pentestpassword123' -d 10.10.2.13

Output / Report

fkad creates a timestamped output directory within the workspace:

/workspace/fkad_<domain>_YYYYMMDD_HHMMSS

Inside you will find:

  • domain_users.txt - active users enumerated from the domain
  • owned.txt - single-line credential entry used by GriffonAD (format: SAM:TYPE:SECRET for users; computers require hex secret).
  • *.json - BloodHound JSON files.
  • griffon_output.txt / griffon_paths.txt — GriffonAD results

Note

When copying the Griffon commands printed in shell, prefer the one with expanded filenames if your shell rejects unexpanded globs.

Requirements

  • bloodhound-python (or bloodhound.py) for collecting JSONs.
  • ldapsearch, nxc tool (or equivalent SMB/LDAP discovery) installed and in $PATH.
  • python3 for running GriffonAD if available.
  • Optional: certipy, krbrelayx, kerbrute for extended checks and follow-ups.

Security / Legal

This tool is for authorized security testing, research, and defensive validation only. Do not use it against systems you do not own or do not have explicit permission to test. The author is not responsible for misuse.

Credits

Built to glue common AD tooling and automate mundane enumeration tasks:

About

fkad is designed to help testing various features in modern Active Directory environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages