Files
sshamble/sshamble.changes
Martin Hauke bbe3b0a248 - Update to version 0.3.3
This release improves interact handling and introduces two new
  command-line options:
  * --one-session-only This boolean option instructs sshamble to
    skip additional checks after the first successful session for
    that target. This is helpful for devices where many methods
    bypass authentication.
  * --session-poke This string option defines what bytes to send
    into new sessions to elicit responses. This field can be plain
    ascii or escaped hex strings. For exampleshow
    version\r\n\x0a\x0d will send a show version command followed
    by two CRLFs. Please take into account your local shell
    handling when using this feature (place the argument in
    single-quotes, etc.).
  * Clarify that all output is JSONL (NDJSON) and update
    dependencies.
  * Update analyzers.
- Update to version 0.2.1
  * Dependency updates.
- Update to version 0.2.0
  * Switch to https://github.com/runZeroInc/excrypto for forked
    dependencies.
  * Automatic badkeys.info blocklist lookups.
  * Additional authentication bypass methods.
  * Wider algorithm and host key support.
  * Experimental blind exec vuln checks.
  * Target filtering with --skip-versions.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/sshamble?expand=0&rev=6
2025-09-21 09:01:02 +00:00

50 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Fri Sep 12 17:48:01 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.3.3
This release improves interact handling and introduces two new
command-line options:
* --one-session-only This boolean option instructs sshamble to
skip additional checks after the first successful session for
that target. This is helpful for devices where many methods
bypass authentication.
* --session-poke This string option defines what bytes to send
into new sessions to elicit responses. This field can be plain
ascii or escaped hex strings. For exampleshow
version\r\n\x0a\x0d will send a show version command followed
by two CRLFs. Please take into account your local shell
handling when using this feature (place the argument in
single-quotes, etc.).
* Clarify that all output is JSONL (NDJSON) and update
dependencies.
* Update analyzers.
- Update to version 0.2.1
* Dependency updates.
- Update to version 0.2.0
* Switch to https://github.com/runZeroInc/excrypto for forked
dependencies.
* Automatic badkeys.info blocklist lookups.
* Additional authentication bypass methods.
* Wider algorithm and host key support.
* Experimental blind exec vuln checks.
* Target filtering with --skip-versions.
-------------------------------------------------------------------
Tue Oct 1 20:00:58 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.0.5
* Correct regressions with excrypto usage
- Update to version 0.0.4
* Updated dependencies
-------------------------------------------------------------------
Fri Aug 30 19:39:48 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.0.3
* Identify compromised hostkeys using the badkeys project data.
-------------------------------------------------------------------
Sat Aug 24 19:03:29 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Initial package for sshamble, version 0.0.1