awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesPattern-Based Detection

Using signature-based matching to identify specific vulnerabilities or software patterns across assets.

Distinct from Vulnerability Scanning: Focuses on YARA-style pattern matching across discovered assets rather than general image or package scanning

Explore 6 awesome GitHub repositories matching security & cryptography · Pattern-Based Detection. Refine with filters or upvote what's useful.

Awesome Pattern-Based Detection GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • blacklanternsecurity/bbotالصورة الرمزية لـ blacklanternsecurity

    blacklanternsecurity/bbot

    9,929عرض على GitHub↗

    This project is an open-source intelligence reconnaissance framework and recursive attack surface mapper. It functions as a containerized security scanner designed to map public-facing infrastructure, perform subdomain enumeration, and automate the gathering of open-source intelligence. The system employs a recursive discovery engine to iteratively explore target infrastructure, utilizing a plugin-based module architecture to extend scanning capabilities. It integrates third-party APIs for data enrichment and applies YARA rules across discovered assets to identify specific vulnerability patte

    Applies YARA rules to scan the discovered attack surface for specific files, patterns, or known software vulnerabilities.

    Python
    عرض على GitHub↗9,929
  • major/mysqltuner-perlالصورة الرمزية لـ major

    major/MySQLTuner-perl

    9,464عرض على GitHub↗

    MySQLTuner-perl is a diagnostic utility and Perl script designed for optimizing database configurations, auditing security, monitoring resources, and analyzing performance. It functions as a configuration optimizer and performance tuning tool that analyzes server variables to provide specific recommendations for increasing system stability and speed. The tool acts as a database auditor by evaluating security settings, SSL configurations, and schema integrity to identify vulnerabilities. It also serves as a resource monitor that forecasts capacity needs and calculates health scores based on di

    Identifies the underlying hosting environment by scanning system metadata and network signatures for cloud provider patterns.

    Perl
    عرض على GitHub↗9,464
  • drwetter/testssl.shالصورة الرمزية لـ drwetter

    drwetter/testssl.sh

    9,091عرض على GitHub↗

    testssl.sh is a suite of diagnostic tools and a network security auditor used to scan network ports for supported encryption protocols, ciphers, and vulnerabilities in TLS and SSL configurations. It functions as a security scanner that evaluates the cryptographic strength of a server by testing all available cipher suites. The tool analyzes server encryption strength and identifies security vulnerabilities or weak settings through TLS and SSL security auditing. It verifies that encryption is properly implemented on specific network ports and evaluates whether only strong and modern encryption

    Uses signature-based pattern matching to identify specific SSL and TLS vulnerabilities in server responses.

    Shell
    عرض على GitHub↗9,091
  • samolego/cantaالصورة الرمزية لـ samolego

    samolego/Canta

    5,118عرض على GitHub↗

    Canta هو مدير تطبيقات نظام بدون صلاحيات روت (non-root) وأداة لإزالة البرامج غير المرغوب فيها (bloatware) لنظام Android. يقوم بتحديد وحذف برامج النظام غير الضرورية من خلال الاستفادة من خدمات النظام ذات الامتيازات. تستخدم الأداة قائمة منسقة من الحزم الآمنة للإزالة لتحديد البرامج غير المرغوب فيها ومنع عدم استقرار النظام. وتقوم بتنفيذ عمليات الإزالة هذه دون الحاجة إلى صلاحيات روت كاملة للجهاز من خلال استخدام خدمة Shizuku لتنفيذ الأوامر ذات الامتيازات. يوفر المشروع إمكانيات لإلغاء تثبيت التطبيقات بدون روت، وتعطيل التطبيقات بطريقة غير مدمرة، وتحسين النظام من خلال تصفية الحزم وتنفيذ العمليات عبر ADB.

    Provides a system to identify pre-installed bloatware by matching installed packages against curated safe-to-delete lists.

    Kotlin
    عرض على GitHub↗5,118
  • rayenghanmi/rytunexالصورة الرمزية لـ rayenghanmi

    rayenghanmi/RyTuneX

    4,080عرض على GitHub↗

    RyTuneX is a utility suite designed for managing operating system features, removing bloatware, and controlling data privacy settings. It functions as a system optimizer and debloater that allows users to uninstall preinstalled applications and tune system configurations to improve performance and reliability. The project includes a privacy manager to disable telemetry and block data collection tracking. It provides a dashboard for modifying system behaviors and hardware specifications through a simplified interface, including toggle switches for native operating system features. The suite c

    Identifies preinstalled applications by matching package names and paths against a known bloatware database.

    C#customization-tooldebloatdisk-cleaner
    عرض على GitHub↗4,080
  • ajinabraham/nodejsscanالصورة الرمزية لـ ajinabraham

    ajinabraham/nodejsscan

    2,563عرض على GitHub↗

    nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code for security flaws and common coding vulnerabilities. It functions as a static application security testing tool that analyzes code without executing the program. The tool operates as a security linter that can be integrated into continuous integration pipelines to block insecure code from merging into main branches. It automates the auditing process through rule-based detection and pattern-based static analysis. The project provides capabilities for vulnerability alert autom

    Matches specific code patterns against a library of security flaws to flag risks.

    CSScode-analysiscode-reviewdevsecops
    عرض على GitHub↗2,563
  1. Home
  2. Security & Cryptography
  3. Vulnerability Scanning
  4. Pattern-Based Detection

استكشف الوسوم الفرعية

  • Bloatware IdentifiersPattern-matching systems used specifically to identify pre-installed software packages. **Distinct from Pattern-Based Detection:** Focuses on identifying bloatware packages specifically, rather than security vulnerabilities or general software patterns.
  • Infrastructure Environment DetectionIdentification of hosting environments and cloud providers via system metadata and network signatures. **Distinct from Pattern-Based Detection:** Specializes pattern-based detection from security vulnerabilities to infrastructure identification