EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.39k stars 2.81k forks source link

String error while install/reset #1325

Closed Bakacolak closed 5 years ago

Bakacolak commented 5 years ago

Hey, i got an error while using install.sh (i tried a lot of time, same for reset.sh) Reset.sh make the same error. Any ideas? (Ubuntu 18.04.2 LTS)

Screenshot of error, embedded text output, or Pastebin link to the error

[>] Enter server negotiation password, enter for random generation: Traceback (most recent call last): File "./setup_database.py", line 87, in c.execute("INSERT INTO config VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)", (STAGING_KEY, INSTALL_PATH, IP_WHITELIST, IP_BLACKLIST, '', '', False, API_USERNAME, API_PASSWORD, '', API_PERMANENT_TOKEN, OBFUSCATE, OBFUSCATE_COMMAND)) sqlite3.ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.