Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/X-Vector/X-RSA
Cryptography Tool | RSA Attacks
https://github.com/X-Vector/X-RSA
attack attacks bugbounty bugcrowd cryptography ctf hackerone hackerrank python rsa rsa-attacks rsa-tool tools
Last synced: about 1 month ago
JSON representation
Cryptography Tool | RSA Attacks
- Host: GitHub
- URL: https://github.com/X-Vector/X-RSA
- Owner: X-Vector
- License: gpl-3.0
- Created: 2018-08-18T21:28:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T19:24:55.000Z (over 1 year ago)
- Last Synced: 2024-06-18T06:32:30.891Z (6 months ago)
- Topics: attack, attacks, bugbounty, bugcrowd, cryptography, ctf, hackerone, hackerrank, python, rsa, rsa-attacks, rsa-tool, tools
- Language: Python
- Homepage:
- Size: 186 KB
- Stars: 99
- Watchers: 6
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - X-Vector/X-RSA - Cryptography Tool | RSA Attacks (Python)
README
# X-RSA
**What's X-RSA ?**
- it's a Tool Which contains a many of attack types in RSA such as Hasted, Common Modulus, Chinese Remainder Theorem, Wiener ... etc , and it's still under development and adding other Attacks.**Why X-RSA ?**
- X-RSA help you in [CTF , Penetration Testing , Decryption]- Written By [ Python 3 ]
# Installing and Running Tool
1 - Install Tool
```
git clone https://github.com/X-Vector/X-RSA.git
```
2 - Download Requirement
```
apt install libgmp-dev libmpfr-dev libmpc-dev
pip3 install -r requirement.txt
```
3 - Run Tool
```
python3 Attack.py
```- Coded By X-Vector
- [Facebook](https://www.facebook.com/X.Vector1) - [Linkedin](https://www.linkedin.com/in/x-vector/) - [Twitter](https://twitter.com/@XVector11)# Reference
- [Quadratic sieve](https://github.com/skollmann/PyFactorise)