JSON Web Token Hack Toolkit
الميزات الرئيسية لـ hahwul/jwt-hack هي: Brute Force Tools, Fuzzing Tools, JWT Security Tools, Web Vulnerability Tools.
تشمل البدائل مفتوحة المصدر لـ hahwul/jwt-hack: brendan-rius/c-jwt-cracker — JWT brute force cracker written in C. swisskyrepo/ssrfmap — Automatic SSRF fuzzer and exploitation tool. hashcat/hashcat — Hashcat is a high-performance hash cracking software and OpenCL compute application used to recover plain-text… ffuf/ffuf — This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure… lmammino/jwt-cracker — Simple HS256, HS384 & HS512 JWT token brute force cracker. vanhauser-thc/thc-hydra — Hydra is a network login password cracker and authentication tester designed to identify valid usernames and passwords…
JWT brute force cracker written in C
Hashcat is a high-performance hash cracking software and OpenCL compute application used to recover plain-text passwords from hashed data. It functions as a GPU-accelerated recovery tool and distributed password cracker, leveraging CPUs and GPUs to perform intensive cryptographic computations. The system differentiates itself through a distributed cracking workflow that coordinates tasks across multiple machines via an overlay network to share computational load. It further optimizes recovery speed using Markov chain keyspace optimization to prioritize the most likely password candidates. Th
This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure mapping. It functions as a security-focused scanner that identifies hidden files, directories, parameters, and virtual hosts by injecting payloads into HTTP requests. By systematically testing how servers handle various inputs, it assists in mapping the architecture of web applications and uncovering potential security vulnerabilities. The tool distinguishes itself through a highly concurrent engine that manages asynchronous request execution and recursive job orchestration. I
Simple HS256, HS384 & HS512 JWT token brute force cracker.