https://github.com/runZeroInc/sshamble
SSHamble: Unexpected Exposures in SSH
https://github.com/runZeroInc/sshamble
Last synced: 4 months ago
JSON representation
SSHamble: Unexpected Exposures in SSH
- Host: GitHub
- URL: https://github.com/runZeroInc/sshamble
- Owner: runZeroInc
- License: other
- Created: 2024-07-27T20:32:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T22:38:19.000Z (about 1 year ago)
- Last Synced: 2024-12-06T23:25:53.095Z (about 1 year ago)
- Language: Go
- Size: 1.83 MB
- Stars: 917
- Watchers: 16
- Forks: 72
- Open Issues: 0
-
Metadata Files:
- Readme: README.crypto.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - sshamble - Unexpected exposures in SSH; the tool checks for several common weaknesses in SSH security issues. (<a name="security"></a>Security and encryption)
- awesome-cli-apps - sshamble - Unexpected exposures in SSH; the tool checks for several common weaknesses in SSH security issues. (<a name="security"></a>Security and encryption)
README
# SSHamble Patches for x/crypto/ssh
This repository includes a fork of the Go x/crypto package.
To maintain this fork, first rediff against upstream:
$ ./crypto.rediff.sh
This creates a file named crypto.patch.
Now resync with upstream using:
$ ./crypto.resync.sh
This applies the patch on top of upstream.
Review the changes, fix conflicts, and commit the results in ./crypto