CUMTCTF2020-11.26WPWebCryptoMisc
CUMTCTF2020-11.26WPWeb签到Crypto最最最基础密码MiscMISC签到题双重洗脑真·签到猜猜可莉把flag藏到哪了7的意志!奇怪的题Web签到Get /?it=BXSPOST we=champion(这个有点狗)Crypto最最最基础密码一看就是仿射密码,a=15 b=6在线解密得flag。网址:http://ctf.ssleye.com/affine.htmlMiscMISC签到题Ook在线解码。网址:https://www.splitbrain.org
QT加载第三方库基操
项目结构预览第三方库CatWhisperer位于3rdparty下(这个仅用做说明,实际不要以数字开头).pro文件应该是这个样子的 TARGET = MyQtApp TEMPLATE = app INCLUDEPATH += 3rdparty/CatWhisperer/include SOURCES += src/main.cpp LIBS += -L"3rdparty/CatWhisperer/lib" -lCatWhispererINCLUDEPATH +=
简单题--Where is the Marble--寒假训练题includeincludedefine maxn 10000
简单题–Where is the Marble–寒假训练题 Raju and Meena love to play with Marbles. They have got a lot of marbles with numbers written on them. At the beginning, Raju would place the marbles one after another in
PHP利用str_replace防注入的方法
PHP各种过滤字符函数复制代码 代码如下: <?php ** * 安全过滤函数 * * @param $string * @return s