-
Notifications
You must be signed in to change notification settings - Fork 0
Description
sh: line 1: figlet: command not found
Author : Zhang Jiayuan, Li Weidong, Wang Zheng
Yuque :https://www.yuque.com/u2401365
Gitee :https://gitee.com/j0kerz
GitHub :https://github.com/Hipste2
Input some value:(Such as: e=xxx,n=xxx)
Please:e=30822786673861671979017859306503640381882758926690672410888887214310277422849258634175365331558762380903929531855127762176376497776833562627411519420076724722051077710605258447071598154391732171375059575321060602999061704666629692645627999160499099152060438005485660340605128430295227861383985112030827283921,n=82860362415411786061967249312624791756939720978398428606428533775157295485174267633477000009133169491753060219357493761039424499283703728056815121369271701958357515067081366891427881121590244995346979521928628938544180746440177338108630126681482724213035832546517318362787146916899430011616428834241036552723,c=41207558512251646915781891143364766045275798621797499978235967105066362400402294048737381334568370902058491628076740584602300670755415018131463984230726711588266499085994334574063014455286713465808922842852346393458912808597810969955126805009093529829132531742517719073368234160909599651026418239448633393931
[ ] 0%
[===== ] 25%
[========== ] 50%
[=============== ] 75%
[====================] 100%
Traceback (most recent call last):
File "/mnt/e/Programs/CTF_kits/RSAhacker/LogicJudge.py", line 43, in
main()
~~~~^^
File "/mnt/e/Programs/CTF_kits/RSAhacker/LogicJudge.py", line 36, in main
Judge(dict_from_list)
~~~~~^^^^^^^^^^^^^^^^
File "/mnt/e/Programs/CTF_kits/RSAhacker/LogicJudge.py", line 13, in Judge
Hack.LowEHacker(dict['e'], dict['n'], dict['c'])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/e/Programs/CTF_kits/RSAhacker/Hack.py", line 49, in LowEHacker
res = gmpy2.iroot(c + k * n, e)
OverflowError: Python int too large to convert to C long