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

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

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

3 مستودعات

Awesome GitHub RepositoriesCloud Metadata Simulation

Mimics cloud provider metadata services locally to provide dynamic credentials to applications.

Distinct from Local HTTP Servers: Specific to simulating cloud metadata endpoints for SDKs rather than general local HTTP inter-process communication.

Explore 3 awesome GitHub repositories matching networking & communication · Cloud Metadata Simulation. Refine with filters or upvote what's useful.

Awesome Cloud Metadata Simulation GitHub Repositories

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

    99designs/aws-vault

    8,977عرض على GitHub↗

    aws-vault is a secure credential manager and command-line wrapper for AWS. It stores long-term identity keys using the native operating system secure keystore to prevent plaintext secrets from residing on disk. The tool orchestrates the exchange of long-term credentials for short-lived temporary sessions by assuming IAM roles, with support for multi-factor authentication and integration with AWS Identity Center for single sign-on access. It prevents credential exposure by injecting these temporary tokens directly into subprocesses or by simulating local metadata endpoints for software develop

    Runs a local HTTP server that simulates cloud metadata endpoints for dynamic credential refreshing.

    Go
    عرض على GitHub↗8,977
  • projectdiscovery/naabuالصورة الرمزية لـ projectdiscovery

    projectdiscovery/naabu

    5,766عرض على GitHub↗

    Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to identify active services. It functions as a Go library for embedding port scanning into programs, and as a standalone tool that accepts targets as hostnames, IP addresses, CIDR ranges, or ASN numbers. The tool discovers live hosts before scanning, filters ports by range or top lists, and can integrate with Nmap for service version detection. The project distinguishes itself through its SYN-based port probing approach that sends TCP SYN packets and analyzes responses without complet

    Provides DNS resolution to cloud metadata IPs for SSRF vulnerability testing.

    Gocdn-exclusionhacktoberfestnmap
    عرض على GitHub↗5,766
  • projectdiscovery/interactshالصورة الرمزية لـ projectdiscovery

    projectdiscovery/interactsh

    4,380عرض على GitHub↗

    Interactsh هو إطار عمل لاختبار الأمان خارج النطاق (Out-of-band) وخادم تفاعل مصمم لاكتشاف الثغرات الأمنية مثل تزوير الطلبات من جانب الخادم (SSRF) والحقن الأعمى. يعمل كمجمع تفاعل متعدد البروتوكولات يلتقط طلبات DNS و HTTP و SMTP للتحقق من الاتصال الصادر من التطبيقات عن بُعد. يوفر المشروع بوابة تفاعل مستضافة ذاتياً لإدارة الحمولات الفريدة وجمع تفاعلات الشبكة عبر نطاقات متعددة. يتميز بالقدرة على محاكاة بروتوكولات الشبكة المختلفة وسلوكيات الاستجابة، بما في ذلك توجيه الطلبات إلى خدمات بيانات تعريف السحابة لتحديد ثغرات أمنية محددة. يغطي النظام مجموعة واسعة من القدرات بما في ذلك إدارة شهادات SSL التلقائية عبر ACME للنطاقات العامة، وإشعارات الأحداث في الوقت الفعلي عبر webhooks والمنصات الخارجية، واستضافة الحمولات الثابتة لاختبار الحقن. كما يتضمن آليات لاستمرار حالة الجلسة والتحكم في الاستجابة القائم على الاستعلام لإدارة كيفية تعامل الخادم مع الطلبات الواردة.

    Identifies server-side request forgery by resolving DNS records to cloud metadata IP addresses.

    Go
    عرض على GitHub↗4,380
  1. Home
  2. Networking & Communication
  3. Local HTTP Servers
  4. Cloud Metadata Simulation

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

  • SSRF Metadata Endpoint ResolversResolves DNS records to cloud metadata IP addresses for testing Server-Side Request Forgery vulnerabilities. **Distinct from Cloud Metadata Simulation:** Distinct from Cloud Metadata Simulation: focuses on DNS resolution to metadata endpoints for SSRF testing, not simulating the metadata service itself.