Skip to content

Instantly share code, notes, and snippets.

@faidamine
Last active May 26, 2017 21:08
Show Gist options
  • Save faidamine/c471d2424d1fe4575902081a08a53a3b to your computer and use it in GitHub Desktop.
Save faidamine/c471d2424d1fe4575902081a08a53a3b to your computer and use it in GitHub Desktop.
#usr/bin/python
#Faid Mohammed Amine
#Fb : piratuer
from pwn import *
####### RCTF 2017 - Crypto - RSA Signe 1
s = remote('rsasign1.2017.teamrois.cn', 3000)
print s.recvuntil('\n')
s.send('\x00'*125)
s.send('00')
print r.recv(1024)
#RCTF{your_fir5t_sig_test}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment