An Active Directory Password Assessment
Test every password of your Forests against billions of bad ones
- Easy to use UI
- Fast and easy setup with Docker
- Full transparency with open source
- No Price or Fees
Insert the workstation network ip into the docker-compose file
...
build:
context: ./web_frontv2
args:
- VUE_APP_BACKEND=http://<local ip>:8080 <-- HERE
container_name: adwebinterface
ports:
...
docker-compose up
Then open the ui in your webbrowser at the given local ip Example: http://192.168.178.133
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Hashcat + Flask for receiving cracking Task and reporting the results
Impacket + Flask for DCSync with a Domain Controller
Flask + SQLite for Storing Statistics + Results
Vue Frontend
- Scheduled Assessment
- UI Improvments
This product includes software developed by SecureAuth Corporation (https://www.secureauth.com/)
This product includes software developed by Jens Steube (https://hashcat.net/hashcat/)