How Do I List All the AC-Hunter Web Server Accounts?

You can view all AC-Hunter Web User accounts from the command line. SSH into the system running AC-Hunter and run:

sudo hunt run --rm db_client mongo_cmd.sh "db.getSiblingDB('users').user.find({},{_id:0,email:1,active:1})" | grep email

This will output a list of all web/UI users.

(Note on the above command: from “sudo” to “grep email” is one line)

 


Category: AC-Hunter User Management
Tags: