Skip to content

Releases: enowars/enochecker

0.5.0

08 Jul 19:16
f05d553
Compare
Choose a tag to compare
  • Adjust default timeouts (#132)
  • Deny DB Access for Exploits (#129)
  • add ability to forward kwargs to flask and checker (#127)
  • Overwrite pwnlib tools recv to raise EOFError when timeout runs out (#125)
  • Bump urllib3 from 1.26.4 to 1.26.5 (#124)

0.4.2

30 May 20:56
6a3016d
Compare
Choose a tag to compare
  • fix concurrent access to self.cache in nosqldict (#121)

0.4.1

28 May 08:01
654aff0
Compare
Choose a tag to compare
  • use bson instead of json in StoredDict (#120)
  • update default flag in post.html (#118)

0.4.0

23 May 10:18
5af836a
Compare
Choose a tag to compare

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)

0.3.2

23 Apr 18:45
Compare
Choose a tag to compare

fix GET /

0.3.1

23 Apr 14:15
Compare
Choose a tag to compare

Add BrokenCheckerException to exports in __init__.py

0.3.0

23 Apr 13:37
Compare
Choose a tag to compare

implement checker specification v2

0.2.3

13 Jul 20:27
5469f62
Compare
Choose a tag to compare
Null CheckerResult.message on empty str (#72)

* Null CheckerResult.message on empty str

* linter foo

* version bump

0.2.2

13 Jul 13:49
81ec781
Compare
Choose a tag to compare
Connect-retries; add makefile diff (#71)

* makefile diff & connect-retries

* make diff

* version bump

Co-authored-by: M:Munier <[email protected]>

0.2.1

13 Jul 12:35
864d4ae
Compare
Choose a tag to compare
Ensure readline_expect doesn't leak flags and uses timeout (#70)

* ensure readline_expect doesn't leak flags and uses timeout

* fix tests and version bump

Co-authored-by: M:Munier <[email protected]>