sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

Offending table: sslstrip #68

Closed chrimohr closed 8 years ago

chrimohr commented 8 years ago

Hey, I tried to use rogueAP with sslstrip but I'm getting this error:

[ !! ] Exception whilst trying to insert data, will sleep for 5 seconds then continue. Exception was: [ProgrammingError] You must not user 8-bit bytestrings unless you use a text_factory that can interpret bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. u’REPLACE INTO sslstrip (date, domain, “key”, value, url, client, sunc, run_id) VALUES()

I tried to fix it myself but I’m not so good in programming...

chris

chrimohr commented 8 years ago

I'm now using MySQL and it ist working fine. But still interested