Skip to content

0.4.0

Compare
Choose a tag to compare
@ldruschk ldruschk released this 23 May 10:18
· 13 commits to main since this release
5af836a

Features

  • add flag for disabling json logging (#111)
  • include attackInfo and exploit method (#116)
  • replace telnetlib with pwnlib as SimpleSocket base class (#115)
  • unify nosql and stroeddict keys (#104)
  • detect nested changes in cached nosqldict entries (#103)
  • Added assert_true to utils (#105)

Bugfixes

  • fix hash dict when using unhashable types (#110)
  • catch JSONDecodeError (fixes #1) (#107)
  • default to variantId 0 in post.html (#100)

Refactoring

  • remove ensure_unicode (#108)
  • Remove serve_once and deamon-specific options from utils.py (#102)