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

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

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

6 مستودعات

Awesome GitHub RepositoriesBrowser-Based Data Extraction

Tools and techniques for extracting technical specifications and metadata from a target's browser session.

Distinct from Browser-Based Execution: Focuses on adversarial extraction of device data rather than developer-centric data processing or privacy-preserving local execution.

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

  1. Home
  2. Security & Cryptography
  3. Browser-Based Data Extraction

Awesome Browser-Based Data Extraction GitHub Repositories

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

    jofpin/trape

    8,590عرض على GitHub↗

    Trape is a browser-based remote access tool and exploit framework designed for gathering device geolocation, hardware profiles, and network data. It functions as an open-source intelligence platform and a system for executing custom scripts and triggering browser vulnerabilities to capture credentials or monitor device activity. The project features a real-time geolocation tracker capable of retrieving precise physical coordinates and monitoring individual movement, including silent acquisition that bypasses standard location prompts. It further provides a network tunneling service to make lo

    Provides capabilities to collect hardware specifications and geolocation by executing JavaScript within a target's browser session.

    Pythonflaskfootprinthacking
    عرض على GitHub↗8,590
  • hkuds/autoagentالصورة الرمزية لـ HKUDS

    HKUDS/AutoAgent

    8,583عرض على GitHub↗

    AutoAgent is a multi-agent orchestrator and natural language workflow builder designed to connect multiple large language models with external API tools. It provides a framework for designing multi-step agent interactions and reasoning processes using plain text instead of manual code. The platform functions as a tool integration gateway, linking agents to third-party platforms and authenticated browser sessions. It enables the execution of complex analytical tasks and deep research by distributing work across collaborative agent frameworks and importing browser cookies to access restricted w

    Uses authenticated browser sessions to allow agents to process information from restricted websites.

    Pythonagentllms
    عرض على GitHub↗8,583
  • xchaoinfo/fuck-loginالصورة الرمزية لـ xchaoinfo

    xchaoinfo/fuck-login

    5,871عرض على GitHub↗

    هذا المشروع عبارة عن أداة مصادقة لكشط الويب (web scraping) مصممة لأتمتة محاكاة تسجيل الدخول وتجاوز جدران المصادقة. يوفر أدوات للتنقل برمجياً عبر شاشات تسجيل الدخول للوصول إلى محتوى الويب المحمي والبيانات المقيدة. تمكن البرمجية تحديداً من إنشاء الجلسات من خلال مصادقة رمز QR، مما يسمح للمستخدمين بمسح رمز ضوئي بجهاز محمول لالتقاط وحفظ ملفات تعريف الارتباط (cookies) الخاصة بالمصادقة. تُستخدم هذه الجلسات الملتقطة للحفاظ على الاستمرارية للطلبات المؤتمتة المستقبلية. تغطي الأداة إمكانات أوسع في الأتمتة القائمة على المتصفح، بما في ذلك التنقل بدون واجهة رسومية (headless)، والتفاعل مع عناصر DOM، وإدارة ملفات تعريف الارتباط للجلسة لتسهيل استخراج البيانات برمجياً.

    Extracts data from websites that require authentication by capturing and managing session cookies.

    Pythonloginpython3weibo
    عرض على GitHub↗5,871
  • epiral/bb-browserالصورة الرمزية لـ epiral

    epiral/bb-browser

    5,814عرض على GitHub↗

    bb-browser is an authenticated web scraper and browser automation CLI that also functions as an MCP server for AI coding tools. It treats the browser as a programmable runtime environment, enabling AI agents to control a live Chrome instance through a standard protocol while leveraging existing login sessions for authenticated actions. The project distinguishes itself through a dual CLI and MCP interface, allowing both direct command-line control and AI-driven browser manipulation. It includes a parallel multi-platform query engine that executes simultaneous searches across multiple websites,

    Executes pre-built commands across 36 platforms to search and extract data using the browser's authenticated session.

    TypeScript
    عرض على GitHub↗5,814
  • velocidex/velociraptorالصورة الرمزية لـ Velocidex

    Velocidex/velociraptor

    3,769عرض على GitHub↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Retrieves session storage entries and browser-specific data from installed web browsers for forensic analysis.

    Godigital-forensicsendpoint-discoveryendpoint-protection
    عرض على GitHub↗3,769
  • byt3bl33d3r/offensivenimالصورة الرمزية لـ byt3bl33d3r

    byt3bl33d3r/OffensiveNim

    3,033عرض على GitHub↗

    OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje

    Reads and decrypts stored cookies from browser databases using local system keys.

    Nim
    عرض على GitHub↗3,033

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

  • Authenticated Web Data ExtractionExtracting data from websites that require authentication via session cookies. **Distinct from Browser-Based Data Extraction:** Focuses on accessing restricted content via session import rather than adversarial device metadata extraction