Web
simpleweb
nc 47.75.4.252 23333
|
|
本地爆破出符合程序判断的数字串,然后使用socket提交:
|
|
MISC
yafu
nc 47.75.4.252 10004
|
|
solution
|
|
原理
https://github.com/sixstars/starctf2018/blob/master/misc-yafu/README.md
When yafu delete factors, it fails to update the factor type correctly. So it’s possible to fool yafu if you use a smooth number which consists of many small primes. Follow the link in
solve.py
for more details.I expect someone would find it when feeding some special cases (like the smooth number as mentioned above) towards yafu. But maybe most players instead focused on the prime test. I released a hint (yafu can be wrong) but seems (as xdd suggested) they just turned to prime test inside yafu lol.