From 8de0f21f7c7a080c54a583c3ce793f0bfebded5d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 28 Oct 2024 16:35:24 +0100 Subject: [PATCH] models(gallery): add llama-3-whiterabbitneo-8b-v2.0 (#3984) Signed-off-by: Ettore Di Giacinto --- gallery/index.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index c7d9352f25bb..1b5c8c67443c 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -4539,6 +4539,38 @@ - filename: Loki-base.i1-Q4_K_M.gguf sha256: 60a4357fa399bfd18aa841cc529da09439791331d117a4f06f0467d002b385bb uri: huggingface://mradermacher/Loki-base-i1-GGUF/Loki-base.i1-Q4_K_M.gguf +- !!merge <<: *llama3 + name: "llama-3-whiterabbitneo-8b-v2.0" + icon: https://huggingface.co/migtissera/WhiteRabbitNeo/resolve/main/WhiteRabbitNeo.png + urls: + - https://huggingface.co/WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0 + - https://huggingface.co/QuantFactory/Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF + description: | + WhiteRabbitNeo is a model series that can be used for offensive and defensive cybersecurity. + 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: Llama-3-WhiteRabbitNeo-8B-v2.0.Q4_K_M.gguf + files: + - filename: Llama-3-WhiteRabbitNeo-8B-v2.0.Q4_K_M.gguf + sha256: cf01ba2ca5af2a3ecd6a2221d19b8b91ec0e9fe06fa8fdffd774d5e0a2459c4c + uri: huggingface://QuantFactory/Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/Llama-3-WhiteRabbitNeo-8B-v2.0.Q4_K_M.gguf - &dolphin name: "dolphin-2.9-llama3-8b" url: "github:mudler/LocalAI/gallery/hermes-2-pro-mistral.yaml@master"