[DCTF FINALS 2017] BACK ON THE EVENT
[DCTF Finals 2017] [WEB 400 – Infinity] Write Up
[MeePwn 2017] [Crypto 100 – MATH] Write Up
Description
I hack your brain!
Et nous avons un script en python nommé hack.py dont voici le contenu.
#!/usr/bin/python from Crypto.Util.number import * from hashlib import md5 flag = "XXX" assert len(flag) == 14 pad = bytes_to_long(md5(flag).digest()) hack = 0 for char in flag: hack+= pad hack*= ord(char) print hack #hack = 64364485357060434848865708402537097493512746702748009007197338675 #flag_to_submit = "MeePwnCTF{" + flag + "}"
Continuer la lecture de [MeePwn 2017] [Crypto 100 – MATH] Write Up
[NDH 2017] [Spying Challenge – Part3] Write Up
Description
Vous aimez l’intrusion physique, le social engineering ou encore l’OSINT ?
Préparez-vous au #SpyingChallenge de la #NDHXV #CaptureTheBeerhttps://nuitduhack.com/fr/2017-edition/challenges#spy
PARTIE 3
Continuer la lecture de [NDH 2017] [Spying Challenge – Part3] Write Up