Codebase list powershell-empire / kali/3.7.0-0kali2 setup / setup_database.py
kali/3.7.0-0kali2

Tree @kali/3.7.0-0kali2 (Download .tar.gz)

setup_database.py @kali/3.7.0-0kali2raw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/env python3

# Keeping thise file around as to not break user's scripts, but it is no longer necessary to
# setup the database from outside empire.

print('As of Empire 3.7, the database will be managed from within Empire.')
print('Empire will generate a db file upon starting up if one is not found.')
print('To control default values, add them to config.yaml')