Skip to content

Commit

Permalink
NEW: sslyze
Browse files Browse the repository at this point in the history
  • Loading branch information
Capella87 committed Jan 29, 2025
1 parent 03a0b6c commit 0470b6d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ git pull origin master --force
* Simsu (Basic Sudoku game)
* SpiderFire (SpiderMonkey based JavaScript Runtime)
* SQLite3MultipleCiphers (Encryption support for SQLite3)
* Sslyze (SSL/TLS scanner)
* Symphytum (Personal database software for everyone who desires to manage and organize data in an easy and intuitive way)
* Tanglet (Word finding game)
* Tetzle (Jigsaw puzzle game)
Expand Down
25 changes: 25 additions & 0 deletions bucket/sslyze.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "6.1.0",
"description": "Fast and powerful SSL/TLS scanning library.",
"homepage": "https://github.com/nabla-c0d3/sslyze",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/nabla-c0d3/sslyze/releases/download/6.1.0/sslyze-6.1.0-exe.zip",
"hash": "7a3c12c784be41b7789ad9d0b2a9fbf78762b043d688017661903d0842b30253"
}
},
"extract_dir": "sslyze-6.1.0-exe",
"bin": "sslyze.exe",
"checkver": {
"github": "https://github.com/nabla-c0d3/sslyze"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nabla-c0d3/sslyze/releases/download/$version/sslyze-$version-exe.zip"
}
},
"extract_dir": "sslyze-$version-exe"
}
}

0 comments on commit 0470b6d

Please sign in to comment.