Releases: evilsocket/legba
Releases · evilsocket/legba
v0.5.1
v0.5.0
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
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
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
First stable release.