4 dépôts
Testing for vulnerabilities in application interfaces and token-based authentication systems.
Distinct from API Token Validators: None of the candidates cover the broad domain of API security testing including both tokens and resource policies.
Explore 4 awesome GitHub repositories matching security & cryptography · API Security Testing. Refine with filters or upvote what's useful.
Hetty is an HTTP intercepting proxy and web security research toolkit used to capture, inspect, and modify traffic between a browser and a server. It functions as an HTTP request editor for creating and replaying manual requests to test server behavior and as a project-based traffic logger that isolates network logs across different security research engagements. The tool provides a request-response interception loop that pauses outgoing requests and incoming responses in transit, allowing for manual editing or cancellation. It includes a manual request replay engine to construct and transmit
Enables probing of server endpoints for security weaknesses via manual request editing.
apk-mitm est un utilitaire en ligne de commande conçu pour modifier les fichiers APK Android afin de permettre l'inspection du trafic HTTPS via un proxy. Il fonctionne comme un outil de patch de sécurité réseau et de contournement du certificate pinning, automatisant le processus de modification des paquets d'applications pour autoriser l'analyse de trafic de type man-in-the-middle. L'outil modifie les paquets Android compilés en les décompressant, en altérant les fichiers internes et en réencodant le binaire. Il se concentre spécifiquement sur la désactivation du certificate pinning et l'injection de configurations de sécurité réseau dans le manifeste de l'application, ce qui permet l'utilisation de certificats de proxy sur les appareils rootés comme non rootés. Le logiciel couvre les tests de sécurité d'API mobiles et l'ingénierie inverse par le biais de patchs au niveau du bytecode. Il inclut un mécanisme pour suspendre le processus de patch, permettant une modification manuelle des fichiers dans un répertoire temporaire avant que le paquet final ne soit reconstruit et signé.
Facilitates the interception of encrypted requests to analyze mobile API endpoints and data formats.
This project is a comprehensive web application penetration testing guide and vulnerability research framework. It provides a structured methodology for identifying and exploiting security flaws through a phased approach involving reconnaissance, analysis, and exploitation. The resource is distinguished by its use of a curated methodology framework that links theoretical vulnerability patterns to real-world bug bounty reports and historical exploit examples. It includes a payload-based testing library and a reference system that maps specific vulnerability categories to recommended third-part
Includes a dedicated API security testing manual focusing on JWTs and resource sharing policies.
Astra is a security analysis system and scanner designed to identify vulnerabilities and security flaws in REST API endpoints. It functions as a security testing tool that automatically detects common API weaknesses during development and deployment cycles. The project provides a graphical interface for triggering and monitoring security scanning processes, removing the requirement for manual command line execution. This management UI allows for the oversight of scanning workflows and the retrieval of vulnerability reports. The system supports the import of collection files to map endpoints
Provides a specialized system for testing REST API endpoints for security vulnerabilities and flaws.