Logo

Search

Home

PNPT Studies

PJPT Studies

AD CS / Certificate Attacks (ESC1-15) (1, 8, 11 for now)

Report Writing / Client Presentation

Operationalizing Cybercrime Data (June 2025)

Study Notes
/
Practical Junior Penetration Tester (PJPT) by TCM Security
/
Active Directory
/
Domain Enum with Plumhound

Domain Enum with Plumhound

With both neo4j and Bloodhound running:

sudo python3 PlumHound.py --easy -p neo4j1
image

This tests that Plumhound is working and completes task!

To run a default task and then view results in a clickable format:

sudo python3 PlumHound.py -x tasks/default.tasks -p neo4j1
cd reports
firefox index.html