From 83dd678959b9d22f028d1d515e5b3c5d5ea6e669 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 23 May 2025 09:46:28 +0200 Subject: [PATCH] chore(model gallery): add whiterabbitneo_whiterabbitneo-v3-7b (#5444) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index 589db2da..c9911c78 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -7499,6 +7499,39 @@ - filename: ArliAI_QwQ-32B-ArliAI-RpR-v4-Q4_K_M.gguf sha256: fd67ca1e792efb25129cbd17b9b0f5c410dd963f17234828686928d21039b585 uri: huggingface://bartowski/ArliAI_QwQ-32B-ArliAI-RpR-v4-GGUF/ArliAI_QwQ-32B-ArliAI-RpR-v4-Q4_K_M.gguf +- !!merge <<: *qwen25 + name: "whiterabbitneo_whiterabbitneo-v3-7b" + icon: https://huggingface.co/WhiteRabbitNeo/WhiteRabbitNeo-V3-7B/resolve/main/whiterabbitneo-logo-defcon.png + urls: + - https://huggingface.co/WhiteRabbitNeo/WhiteRabbitNeo-V3-7B + - https://huggingface.co/bartowski/WhiteRabbitNeo_WhiteRabbitNeo-V3-7B-GGUF + description: | + A LLM model focused on security. + Topics Covered: + + - Open Ports: Identifying open ports is crucial as they can be entry points for attackers. Common ports to check include HTTP (80, 443), FTP (21), SSH (22), and SMB (445). + - Outdated Software or Services: Systems running outdated software or services are often vulnerable to exploits. This includes web servers, database servers, and any third-party software. + - Default Credentials: Many systems and services are installed with default usernames and passwords, which are well-known and can be easily exploited. + - Misconfigurations: Incorrectly configured services, permissions, and security settings can introduce vulnerabilities. + - Injection Flaws: SQL injection, command injection, and cross-site scripting (XSS) are common issues in web applications. + - Unencrypted Services: Services that do not use encryption (like HTTP instead of HTTPS) can expose sensitive data. + - Known Software Vulnerabilities: Checking for known vulnerabilities in software using databases like the National Vulnerability Database (NVD) or tools like Nessus or OpenVAS. + - Cross-Site Request Forgery (CSRF): This is where unauthorized commands are transmitted from a user that the web application trusts. + - Insecure Direct Object References: This occurs when an application provides direct access to objects based on user-supplied input. + - Security Misconfigurations in Web Servers/Applications: This includes issues like insecure HTTP headers or verbose error messages that reveal too much information. + - Broken Authentication and Session Management: This can allow attackers to compromise passwords, keys, or session tokens, or to exploit other implementation flaws to assume other users' identities. + - Sensitive Data Exposure: Includes vulnerabilities that expose sensitive data, such as credit card numbers, health records, or personal information. + - API Vulnerabilities: In modern web applications, APIs are often used and can have vulnerabilities like insecure endpoints or data leakage. + - Denial of Service (DoS) Vulnerabilities: Identifying services that are vulnerable to DoS attacks, which can make the resource unavailable to legitimate users. + - Buffer Overflows: Common in older software, these vulnerabilities can allow an attacker to crash the system or execute arbitrary code. + - More .. + overrides: + parameters: + model: WhiteRabbitNeo_WhiteRabbitNeo-V3-7B-Q4_K_M.gguf + files: + - filename: WhiteRabbitNeo_WhiteRabbitNeo-V3-7B-Q4_K_M.gguf + sha256: 584bfc1f4c160928842866c566129f9789c4671af8e51a9e36ba0ebf10f24f41 + uri: huggingface://bartowski/WhiteRabbitNeo_WhiteRabbitNeo-V3-7B-GGUF/WhiteRabbitNeo_WhiteRabbitNeo-V3-7B-Q4_K_M.gguf - &llama31 url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master" ## LLama3.1 icon: https://avatars.githubusercontent.com/u/153379578