View Issue Details

IDProjectCategoryView StatusLast Update
0009540Kali LinuxNew Tool Requestspublic2026-02-13 02:48
Reporterlrvt Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009540: PyADRecon - A Python3 implementation of ADRecon with support for NTLM and Kerberos authentication
Description

[Name] - The name of the tool

PyADRecon

[Version] - What version of the tool should be added?

Latest (v0.11.7)

https://github.com/l4rm4nd/PyADRecon/releases/tag/v0.11.7

https://pypi.org/project/PyADRecon/

[Homepage] - Where can the tool be found online? Where to go to get more information?

https://github.com/l4rm4nd/PyADRecon

[Download] - Where to go to get the tool? either a download page or a link to the latest version

https://github.com/l4rm4nd/PyADRecon/releases

https://pypi.org/project/PyADRecon/

[Author] - Who made the tool?

LRVT https://github.com/l4rm4nd

[Licence] - How is the software distributed? What conditions does it come with?

MIT - https://github.com/l4rm4nd/PyADRecon/blob/main/LICENSE

[Description] - What is the tool about? What does it do?

Python3 implementation of ADRecon with support for NTLM and Kerberos authentication. Generates individual CSV files and a single XSLX report about your AD domain.

[Dependencies] - What is needed for the tool to work?

Python3 + https://github.com/l4rm4nd/PyADRecon/blob/main/requirements.txt

[Similar tools] - What other tools are out there?

ADRecon for Windows and PowerShell. Nothing for Linux.

[Activity] - When did the project start? Is is still actively being deployed?

Started in 02/2026. Recent releases and activity seen and planned.

[How to install] - How do you compile it?

pipx install pyadrecon

[How to use] - What are some basic commands/functions to demonstrate it?

pyadrecon.py -dc 192.168.1.1 -u admin -p password123 -d DOMAIN.LOCAL

[Packaged] - Is the tool already packaged for Debian?

https://pypi.org/project/PyADRecon/

Just pipx install pyadrecon

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-02-12 22:39 lrvt New Issue