RsaCtfTool
RSA decryption tool
Tools for decrypting data from weak RSA keys and recovering private keys using various integer factorization algorithms.
RSA attack tool (mainly for ctf) - retrieve private key from weak public key and/or uncipher data
6k stars
67 watching
908 forks
Language: Python
last commit: 7 days ago
Linked from 2 awesome lists
cryptographyrsarsa-attack
Related projects:
Repository | Description | Stars |
---|---|---|
swisskyrepo/ssrfmap | Automates exploiting vulnerabilities in web applications to execute arbitrary actions on their behalf | 2,998 |
ius/rsatool | A tool for generating RSA parameters and related cryptographic keys. | 1,217 |
soyersoyer/swcrypt | A comprehensive cryptographic framework for Swift, providing tools and functions for RSA public/private key generation, AES encryption/decryption, signature verification, elliptic curve cryptography, Diffie-Hellman protocol, and symmetric and authenticating ciphers. | 722 |
rstudio/rscrypt | A package of C functions implementing a password-based key derivation algorithm requiring large amounts of memory. | 34 |
sybrenstuvel/python-rsa | A Python implementation of RSA cryptography | 488 |
c2sp/wycheproof | Tests crypto libraries against known attacks to ensure secure implementations | 2,787 |
travist/jsencrypt | A JavaScript library for performing RSA encryption and decryption using OpenSSL | 6,684 |
0xinfection/xsrfprobe | A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. | 1,108 |
incredibleindishell/ssrf_vulnerable_lab | A laboratory repository demonstrating vulnerable PHP code examples for Server-Side Request Forgery (SSRF) attacks | 670 |
manisso/fsociety | A comprehensive collection of hacking tools and scripts for penetration testing and vulnerability assessment | 10,637 |
johnmyleswhite/ml_for_hackers | A collection of R code examples for a machine learning book, covering various topics and techniques. | 3,669 |
damian89/extended-ssrf-search | An SSRF scanner written in Python to identify potential vulnerabilities by scanning predefined settings in URLs and request headers. | 274 |
kitura/bluersa | A cross-platform Swift library for RSA encryption and signing | 130 |
randomrobbiebf/grafana-ssrf | A tool to demonstrate and exploit authenticated SSRF vulnerabilities in Grafana | 77 |
kpcyrd/authoscope | Tools and scripts for cracking custom network authentication systems | 400 |