Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 224c25801b | |||
| bbe3b0a248 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e73475708ad212140ad3dff6a1640e3361c97b98af967936cb63a16bed2c75cd
|
||||
size 57959
|
||||
3
sshamble-0.3.3.tar.gz
Normal file
3
sshamble-0.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f06f33486c472a938b0280e46df2e941ef20feec8cdf3e1bc14acef6ff23152
|
||||
size 60261
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package sshamble
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2024-2025, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: sshamble
|
||||
Version: 0.0.5
|
||||
Version: 0.3.3
|
||||
Release: 0
|
||||
Summary: Security testing toolset for SSH
|
||||
License: BSD-2-Clause
|
||||
@@ -55,7 +55,7 @@ and more.
|
||||
|
||||
%files
|
||||
%license LICENSE.md
|
||||
%doc README.md README.crypto.md SECURITY.md
|
||||
%doc README.md SECURITY.md
|
||||
%{_bindir}/sshamble
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d492384ebd2ce1d37c1ca249ac9357dece35de54ba57343941a45da35670a5cf
|
||||
size 4320700
|
||||
oid sha256:35bdaae4183528b3062d905ffdaac20b52e19f494b3087c822d49e588b37a482
|
||||
size 4356924
|
||||
|
||||
Reference in New Issue
Block a user