Add content from: Gitblit CVE-2024-28080: SSH public‑key fallback to password ...

- Remove searchindex.js (auto-generated file)
This commit is contained in:
HackTricks News Bot
2025-08-29 18:31:33 +00:00
parent d1f95b1929
commit 5b2a228050
4 changed files with 345 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
# Gitblit Security
{{#include ../../banners/hacktricks-training.md}}
## What is Gitblit
Gitblit is a selfhosted Git server written in Java. It can run as a standalone JAR or in servlet containers and ships an embedded SSH service (Apache MINA SSHD) for Git over SSH.
## Topics
- Gitblit Embedded SSH Auth Bypass (CVE-2024-28080)
{{#ref}}
gitblit-embedded-ssh-auth-bypass-cve-2024-28080.md
{{#endref}}
## References
- [Gitblit project](https://gitblit.com/)
{{#include ../../banners/hacktricks-training.md}}