POC详情: 3efb4c17a3c5c51a53639e51e04d9b2ca7f8eac1

来源
关联漏洞
标题: Python-RSA 安全漏洞 (CVE-2016-1494)
描述:RSA package for Python(Python-RSA)是一个Python RSA实现,它支持加密和解密、签名和验证签名、密钥生成等。 Python-RSA 3.3之前版本中的‘verify’函数中存在安全漏洞。攻击者可借助特制的签名填充利用该漏洞使用较小的公共指数伪造签名。
描述
Exploit of the CVE-2016-1494 allowing to forge signatures of RSA keys with low exponents
文件快照

[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
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。