welcome
07
27
06
23
static web static web
Because my teacher tell me to build a static web server for defend the attack.I think i should do this things: it can d
2018-06-23
08
03
rsa-of-ctf-2 rsa-of-ctf-2
8.gcd(n1,n2)Sometimes,n1 n2 are too big to factor.you can try gcd(n1,n2) def gcd(a, b): if a < b: a, b =
2018-06-03
01
rsa_of_ctf_1 rsa_of_ctf_1
IN CTF,Rsa often appears.BUT in ctf it’s usually with Fixed method to solve it.Today,I put all code to here. 1.have p,q
2018-06-01
05
22
20
cve-2018-1111 cve-2018-1111
Recently, Red Hat has released a security update that fixes a remote code execution flaw numbered CVE-2018-1111. An atta
2018-05-20
19
19
Flow meter Flow meter
All is build in Raspberry Pi 3b this is a bash for Raspberry Pi to get a gpio python php mysql and open i2c-0 pi.sh #su
2018-05-19
17
rsa_combinations rsa_combinations
15号做的,算是迁移博客后的第一篇吧 #! /usr/bin/python2.7 from Crypto.Util.number import size,bytes_to_long,getStrongPrime from itertool
2018-05-17
5 / 5