infosecjunky / FreePBX-2.10.0---Elastix-2.2.0---Remote-Code-Execution

Modified version of the original one for HackTheBox Beep
5 stars 11 forks source link

urllib2.URLError: <urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:727)> #1

Closed AnikateSawhney closed 3 years ago

AnikateSawhney commented 3 years ago

i tried to run this exploit on beep(hackthebox) and it didnt work and the error is :- urllib2.URLError: <urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:727)>

infosecjunky commented 3 years ago

sorry about the late reply. Will check and let you know

At0micenergy commented 3 years ago

i tried to run this exploit on beep(hackthebox) and it didnt work and the error is :- urllib2.URLError: <urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:727)>

hey just add ctx.set_ciphers('HIGH:!DH:!aNULL') at line number 16 this worked for me :)

infosecjunky commented 3 years ago

Please go through the README file.