Skip to content

Releases: evilsocket/legba

v0.5.1

08 Nov 13:24
Compare
Choose a tag to compare

A fix release mostly to test docker hub image building from github actions.

Fixes

  • b7c0257 fix: urlencode fields when content-type is application/x-www-form-urlencoded (fixes #24)
  • e5a7ea6 fix: do not overwrite content-type if passed by user (fixes #23)

v0.5.0

07 Nov 20:09
Compare
Choose a tag to compare

Mostly an hotfix release for #22.

New

  • New MQTT plugin.

Fixes

b420615 fix: start reporting stats when session is fully initialized (fixes #21)
f71ddb0 fix: Dockerfile compiled twice
747fcfd fix: check if expression is a file other than filesystem existance (fixes #22)
ef93650 fix: permafix for #8 without build.rs
9b1b582 cargo fix

Various other fixes and refactorings.

v0.4.0

05 Nov 17:49
Compare
Choose a tag to compare

New

  • implemented multi mode for -T/--target
  • implemented -C/--combinations argument to load precomputed credential combos from a file
  • implemented --wait argument
  • implemented --iterate-by argument
  • implemented --http-failure-string argument
  • added docker-compose.yml

Fixes

c9775f7 fix: using custom build.rs in order to avoid curl derived NSInvalidArgumentException
5706061 fix: ignore unreachable endpoints after max attempts
f024462 fix: fixed parse_target by stripping elements that caused problems
792364d fix: fixed windows compilation

Misc

A bunch of various refactorings.

v0.3.0

02 Nov 16:32
Compare
Choose a tag to compare

New

  • 5f12f47 new: implemented tcp.ports port scanner plugin
  • 5d898eb new: implemented support for integer range expression
  • c5dc96a new: response headers are now checked against --http-success-string as well as the body
  • 5fd9b84 new: implemented http.enum interpolation syntax
  • 4c01402 new: scylladb/cassandra support (ref #5)
  • 9361ac7 new: benchmark table in README
  • 2bbae21 misc: added rust report card badge to README
  • 3f04d13 new: implemented ssl support for AMQP module
  • 36d7dfd, 23ddeb3 new: added redis module

Fixes

  • 36f5e60 fix: adding default url schema if not present in --target
  • 6e4adc6 fix: http.enum will check --http-success-string if needed

Misc

  • A bunch of various refactorings.

v0.2.0

27 Oct 11:34
Compare
Choose a tag to compare

First stable release.