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

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

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

3 مستودعات

Awesome GitHub RepositoriesSession State Simulation

Simulating a verified session by injecting authentication tokens into the application state.

Distinct from Token-Based Authentication: Focuses on bypassing challenges by simulating state, rather than the mechanism of token authentication itself.

Explore 3 awesome GitHub repositories matching security & cryptography · Session State Simulation. Refine with filters or upvote what's useful.

Awesome Session State Simulation GitHub Repositories

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

    zaproxy/zaproxy

    15,293عرض على GitHub↗

    OWASP ZAP is a dynamic application security testing tool and intercepting HTTP proxy used to find vulnerabilities in web applications. It functions as a penetration testing framework that enables both automated security scanning and manual security testing of running web services. The tool provides a suite of capabilities for analyzing web applications from the outside in, including the ability to capture and modify traffic between a browser and a target application. It is designed to integrate into DevSecOps pipelines to provide consistent security checks across different environments.

    Simulates verified sessions by maintaining and injecting authentication tokens and cookies during scans.

    Java
    عرض على GitHub↗15,293
  • nopechallc/nopecha-extensionالصورة الرمزية لـ NopeCHALLC

    NopeCHALLC/nopecha-extension

    10,013عرض على GitHub↗

    This project is a CAPTCHA solver browser extension that automatically detects and resolves image, text, and behavioral challenges using an AI inference engine. It functions as a bot detection bypass tool designed to overcome interactive web barriers and session timeouts to maintain access to protected websites. The extension provides a bridge between automated solving capabilities and external programming languages or browser automation frameworks via an API integration. It utilizes an AI-powered optical character recognition system to transcribe text from images and auditory challenges into

    Injects verified authentication tokens into the page state to bypass interactive challenges without manual user input.

    aws-waf-captchacaptchacaptcha-breaking
    عرض على GitHub↗10,013
  • codeigniter4/codeigniter4الصورة الرمزية لـ codeigniter4

    codeigniter4/CodeIgniter4

    5,924عرض على GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Injects specific session key-value pairs into a test request to simulate authenticated or stateful scenarios.

    PHPcodeignitercodeigniter4framework-php
    عرض على GitHub↗5,924
  1. Home
  2. Security & Cryptography
  3. Token-Based Authentication
  4. Session State Simulation