jwt-bf

所属分类:特征抽取
开发工具:Python
文件大小:4KB
下载次数:0
上传日期:2023-04-28 13:52:55
上 传 者sh-1993
说明:  野蛮强制JWT令牌。脚本使用多线程。
(Brute force a JWT token. Script uses multithreading.)

文件列表:
LICENSE (1069, 2023-09-28)
src (0, 2023-09-28)
src\jwt_bf.py (7405, 2023-09-28)
src\requirements.txt (15, 2023-09-28)

# JWT BF Brute force a JWT token. Script uses multithreading. Tested on Kali Linux v2023.3 (***-bit). Made for educational purposes. I hope it will help! ## How to Run Open your preferred console from [/src/](https://github.com/ivan-sincek/jwt-bf/tree/main/src) and run the commands shown below. Install required packages: ```fundamental pip3 install -r requirements.txt ``` Run the script: ```fundamental python3 jwt_bf.py ``` ## Usage ```fundamental JWT BF v2.1 ( github.com/ivan-sincek/jwt-bf ) Usage: python3 jwt_bf.py -w wordlist -t token [-th threads] Example: python3 jwt_bf.py -w secrets.txt -t xxx.yyy.zzz [-th 50 ] DESCRIPTION Brute force a JWT token WORDLIST Wordlist to use Spacing will be stripped, empty lines ignored, and duplicates removed -w - secrets.txt | etc. TOKEN JWT token to crack -t - xxx.yyy.zzz | etc. THREADS Number of parallel threads to run Wordlist will be split equally between threads Default: 10 -th - 50 | etc. ```

近期下载者

相关文件


收藏者