Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2016-1494 PoC — Python-RSA 安全漏洞

Source
Associated Vulnerability
Title:Python-RSA 安全漏洞 (CVE-2016-1494)
Description:The verify function in the RSA package for Python (Python-RSA) before 3.3 allows attackers to spoof signatures with a small public exponent via crafted signature padding, aka a BERserk attack.
Description
Exploit of the CVE-2016-1494 allowing to forge signatures of RSA keys with low exponents
File Snapshot

[4.0K] /data/pocs/3efb4c17a3c5c51a53639e51e04d9b2ca7f8eac1 ├── [4.0K] devoir1 │   ├── [4.0K] docker │   │   ├── [4.0K] build │   │   │   ├── [ 170] Dockerfile │   │   │   ├── [ 466] Dockerfile~ │   │   │   └── [4.0K] src │   │   │   └── [3.3K] philippo_hack.py │   │   ├── [4.0K] build2 │   │   │   └── [ 28] Dockerfile │   │   ├── [4.0K] docker │   │   │   ├── [ 219] Dockerfile │   │   │   ├── [4.0K] include │   │   │   │   ├── [4.0K] rsa-3.2.3 │   │   │   │   │   ├── [1.3K] create_timing_table.py │   │   │   │   │   ├── [ 576] LICENSE │   │   │   │   │   ├── [ 100] MANIFEST.in │   │   │   │   │   ├── [ 675] PKG-INFO │   │   │   │   │   ├── [ 927] README.rst │   │   │   │   │   ├── [4.0K] rsa │   │   │   │   │   │   ├── [1.7K] asn1.py │   │   │   │   │   │   ├── [3.0K] bigfile.py │   │   │   │   │   │   ├── [ 12K] cli.py │   │   │   │   │   │   ├── [4.6K] common.py │   │   │   │   │   │   ├── [4.0K] _compat.py │   │   │   │   │   │   ├── [1.6K] core.py │   │   │   │   │   │   ├── [1.5K] __init__.py │   │   │   │   │   │   ├── [ 18K] key.py │   │   │   │   │   │   ├── [2.2K] parallel.py │   │   │   │   │   │   ├── [3.3K] pem.py │   │   │   │   │   │   ├── [ 13K] pkcs1.py │   │   │   │   │   │   ├── [3.8K] prime.py │   │   │   │   │   │   ├── [4.0K] __pycache__ │   │   │   │   │   │   │   ├── [3.7K] common.cpython-34.pyc │   │   │   │   │   │   │   ├── [3.2K] _compat.cpython-34.pyc │   │   │   │   │   │   │   ├── [1.2K] core.cpython-34.pyc │   │   │   │   │   │   │   ├── [1.1K] __init__.cpython-34.pyc │   │   │   │   │   │   │   ├── [ 17K] key.cpython-34.pyc │   │   │   │   │   │   │   ├── [2.4K] pem.cpython-34.pyc │   │   │   │   │   │   │   ├── [ 11K] pkcs1.cpython-34.pyc │   │   │   │   │   │   │   ├── [3.1K] prime.cpython-34.pyc │   │   │   │   │   │   │   ├── [1.5K] randnum.cpython-34.pyc │   │   │   │   │   │   │   ├── [5.2K] transform.cpython-34.pyc │   │   │   │   │   │   │   └── [3.3K] varblock.cpython-34.pyc │   │   │   │   │   │   ├── [2.4K] randnum.py │   │   │   │   │   │   ├── [6.7K] transform.py │   │   │   │   │   │   ├── [2.9K] util.py │   │   │   │   │   │   ├── [4.3K] varblock.py │   │   │   │   │   │   ├── [ 12K] _version133.py │   │   │   │   │   │   └── [ 15K] _version200.py │   │   │   │   │   ├── [4.0K] rsa.egg-info │   │   │   │   │   │   ├── [ 1] dependency_links.txt │   │   │   │   │   │   ├── [ 309] entry_points.txt │   │   │   │   │   │   ├── [ 675] PKG-INFO │   │   │   │   │   │   ├── [ 15] requires.txt │   │   │   │   │   │   ├── [ 812] SOURCES.txt │   │   │   │   │   │   └── [ 4] top_level.txt │   │   │   │   │   ├── [1.7K] run_tests.py │   │   │   │   │   ├── [ 115] setup.cfg │   │   │   │   │   ├── [2.0K] setup.py │   │   │   │   │   └── [4.0K] tests │   │   │   │   │   ├── [ 763] constants.py │   │   │   │   │   ├── [ 0] __init__.py │   │   │   │   │   ├── [ 696] py2kconstants.py │   │   │   │   │   ├── [ 695] py3kconstants.py │   │   │   │   │   ├── [2.3K] test_bigfile.py │   │   │   │   │   ├── [2.8K] test_common.py │   │   │   │   │   ├── [1.0K] test_compat.py │   │   │   │   │   ├── [1.5K] test_integers.py │   │   │   │   │   ├── [3.7K] test_load_save_keys.py │   │   │   │   │   ├── [ 956] test_pem.py │   │   │   │   │   ├── [3.5K] test_pkcs1.py │   │   │   │   │   ├── [1.2K] test_strings.py │   │   │   │   │   ├── [3.1K] test_transform.py │   │   │   │   │   └── [2.6K] test_varblock.py │   │   │   │   └── [4.0K] rsa-3.4.2 │   │   │   │   ├── [4.1K] CHANGELOG.txt │   │   │   │   ├── [1.3K] create_timing_table.py │   │   │   │   ├── [ 577] LICENSE │   │   │   │   ├── [ 131] MANIFEST.in │   │   │   │   ├── [ 974] PKG-INFO │   │   │   │   ├── [1.7K] README.md │   │   │   │   ├── [4.0K] rsa │   │   │   │   │   ├── [1.7K] asn1.py │   │   │   │   │   ├── [5.1K] bigfile.py │   │   │   │   │   ├── [ 12K] cli.py │   │   │   │   │   ├── [4.5K] common.py │   │   │   │   │   ├── [3.8K] _compat.py │   │   │   │   │   ├── [1.6K] core.py │   │   │   │   │   ├── [1.4K] __init__.py │   │   │   │   │   ├── [ 22K] key.py │   │   │   │   │   ├── [2.2K] parallel.py │   │   │   │   │   ├── [3.5K] pem.py │   │   │   │   │   ├── [ 12K] pkcs1.py │   │   │   │   │   ├── [4.5K] prime.py │   │   │   │   │   ├── [4.0K] __pycache__ │   │   │   │   │   │   ├── [3.6K] common.cpython-34.pyc │   │   │   │   │   │   ├── [3.1K] _compat.cpython-34.pyc │   │   │   │   │   │   ├── [1.2K] core.cpython-34.pyc │   │   │   │   │   │   ├── [1007] __init__.cpython-34.pyc │   │   │   │   │   │   ├── [ 22K] key.cpython-34.pyc │   │   │   │   │   │   ├── [2.5K] pem.cpython-34.pyc │   │   │   │   │   │   ├── [ 10K] pkcs1.cpython-34.pyc │   │   │   │   │   │   ├── [3.2K] prime.cpython-34.pyc │   │   │   │   │   │   ├── [1.7K] randnum.cpython-34.pyc │   │   │   │   │   │   └── [5.2K] transform.cpython-34.pyc │   │   │   │   │   ├── [2.6K] randnum.py │   │   │   │   │   ├── [6.7K] transform.py │   │   │   │   │   ├── [3.0K] util.py │   │   │   │   │   ├── [5.3K] varblock.py │   │   │   │   │   ├── [ 11K] _version133.py │   │   │   │   │   └── [ 15K] _version200.py │   │   │   │   ├── [4.0K] rsa.egg-info │   │   │   │   │   ├── [ 1] dependency_links.txt │   │   │   │   │   ├── [ 309] entry_points.txt │   │   │   │   │   ├── [ 974] PKG-INFO │   │   │   │   │   ├── [ 16] requires.txt │   │   │   │   │   ├── [ 826] SOURCES.txt │   │   │   │   │   └── [ 4] top_level.txt │   │   │   │   ├── [ 115] setup.cfg │   │   │   │   ├── [2.5K] setup.py │   │   │   │   └── [4.0K] tests │   │   │   │   ├── [ 0] __init__.py │   │   │   │   ├── [ 197] private.pem │   │   │   │   ├── [2.3K] test_bigfile.py │   │   │   │   ├── [2.8K] test_common.py │   │   │   │   ├── [1.0K] test_compat.py │   │   │   │   ├── [1.5K] test_integers.py │   │   │   │   ├── [1.1K] test_key.py │   │   │   │   ├── [4.7K] test_load_save_keys.py │   │   │   │   ├── [ 501] test_parallel.py │   │   │   │   ├── [2.7K] test_pem.py │   │   │   │   ├── [3.4K] test_pkcs1.py │   │   │   │   ├── [1.5K] test_prime.py │   │   │   │   ├── [1.2K] test_strings.py │   │   │   │   ├── [3.1K] test_transform.py │   │   │   │   └── [2.6K] test_varblock.py │   │   │   ├── [ 422] README │   │   │   └── [4.0K] src │   │   │   └── [3.7K] rsa_hack.py │   │   └── [ 104] make.sh │   ├── [4.0K] rapport │   │   ├── [1.7K] rapport.aux │   │   ├── [ 30K] rapport.log │   │   ├── [ 406] rapport.out │   │   ├── [133K] rapport.pdf │   │   └── [8.6K] rapport.tex │   └── [4.0K] src │   ├── [ 12K] philippo_hack.ipynb │   └── [3.3K] philippo_hack.py ├── [4.0K] devoir2 │   ├── [4.0K] docker │   │   ├── [ 31] build.sh │   │   ├── [ 34K] db.sql │   │   ├── [ 422] Dockerfile │   │   ├── [ 316] hack.html │   │   ├── [ 893] loginGuestFacebook.php │   │   └── [ 41] run.sh │   └── [4.0K] rapport │   ├── [4.0K] images │   │   └── [839K] apercu.png │   └── [6.7K] rapport.tex └── [2.0K] README 24 directories, 138 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →