All modules
In the interactive shell, you must use all provided modules to query the neo4j database.
Here is the list of all available modules:
config: manage database configuration (see Module: config)
db: manage database connection (see Module: db)
admin: query data related to admins (see Module: admin)
user: query data related to users (see Module: user)
computer: query data related to computers (see Module: computer)
password: query data related to passwords (see Module: password)
import: import cracked passwords and ntlm hashes (see Module: import)
search: search information in neo4j database (see Module: search)
stats: perform statistics on cracked passwords (see Module: stats)
help: print help for a given module
An autocompletion is available in the interactive shell. By pressing <tab> twice, available modules are suggested. By doing the same after a module, it will show you available submodules.
Help informations for a specific module can be printed with the following command:
🦝 > help <module_name>