Compare commits

...

6 Commits

Author SHA1 Message Date
dependabot[bot] 2bfb2c6277
Merge e89f9fc2e2 into 561dcf6560 2023-11-30 00:19:14 -07:00
Philippe Lagadec 561dcf6560
Merge pull request #103 from c0r0n3r/tools-ssh-cryptolyzer
added CryptoLyzer to Tools/SSH
2023-11-27 16:33:38 +01:00
Philippe Lagadec f2f2567d9a
Merge pull request #104 from c0r0n3r/tools-tls-open-source
added open source tools to Tools/TLS/SSL
2023-11-27 16:32:40 +01:00
Szilárd Pfeiffer 8d969d86ba added open source tools to Tools/TLS/SSL 2023-11-27 15:50:31 +01:00
Szilárd Pfeiffer 5fab4842fe added CryptoLyzer to Tools/SSH 2023-11-27 15:42:01 +01:00
dependabot[bot] e89f9fc2e2
Bump lycheeverse/lychee-action from 1.7.0 to 1.8.0 in /.github/workflows
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 20:01:43 +00:00
3 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.7.0
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true
env:

View File

@ -14,7 +14,7 @@ jobs:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.7.0
uses: lycheeverse/lychee-action@v1.8.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View File

@ -351,9 +351,13 @@ See also [Active Directory](#active-directory) and [ADFS](#adfs) below.
### TLS/SSL
- [Qualys SSL Labs - List of tools to assess TLS/SSL servers and clients](https://github.com/ssllabs/research/wiki/Assessment-Tools)
- [CryptoLyzer](https://github.com/c0r0n3r/cryptolyzer) - Fast, flexible and comprehensive server cryptographic protocol (TLS, SSL, SSH, DNSSEC) and related setting (HTTP headers, DNS records) analyzer and fingerprint (JA3, HASSH tag) generator with Python API and CLI.
- [SSLyze](https://github.com/nabla-c0d3/sslyze) - Fast and powerful SSL/TLS scanning library.
- [testssl.sh](https://github.com/drwetter/testssl.sh) - Testing TLS/SSL encryption anywhere on any port
### SSH
- [CryptoLyzer](https://github.com/c0r0n3r/cryptolyzer) - Fast, flexible and comprehensive server cryptographic protocol (TLS, SSL, SSH, DNSSEC) and related setting (HTTP headers, DNS records) analyzer and fingerprint (JA3, HASSH tag) generator with Python API and CLI.
- [ssh-audit](https://github.com/arthepsy/ssh-audit) - SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
### Hardware - CPU - BIOS - UEFI