草庐IT

javascript - setTimeout 有或没有匿名函数?有什么不同?

我使用了这段代码(后面跟着一个填充“tcap”文本区域的xmlhttprequest):st=setTimeout(checkme(),4000)checkme()是:functioncheckme(){if(typeof(st)!='undefined')clearTimeout(st)if(document.getElementById("tcap").innerHTML.length>0){document.getElementById('waitmsg').style.display='none'}else{st=setTimeout(checkme(),1000)}}如果我运

[青少年CTF]CheckMe06-07|PingMe02|2048|简简单单的题目|BASE

使用字典对登录界面爆破19861022qsnctf{e2251e65-c5dd-4018-9de9-0bba832aeb44} 该题使用万能密码即可admin'or1=1#qsnctf{a2879a99-1bbe-4602-aa55-4ef65f2d7089} Payload:?ip=127.0.0.1|more%09/f*qsnctf{dae90dc4-4a3c-49d8-bd0a-76c6647070bb} 这题在源代码中找到将它复制到js在线运行一下弹窗获得flagqsnctf{2a386666-5391-46fc-b69d-cae291ac95bf}按照里面的提示去解密第一个解出密码为

[青少年CTF]Web—Easy CheckMe1-8 by 周末

青少年CTF训练平台CheckMe1-8个人博客:https://www.st1ck4r.top/CheckMe01考点:php代码审计给了一个输入框,先随便输点东西进去。直接就给出了源码,分析该源码。title>CheckMe-01/title>?phpprint("欢迎来到CheckMe-01,快来寻找你的Flag并提交吧。");?>formaction="index.php"method="POST">yourkey:inputtype="text"name="key"/>inputtype="submit"value="Submit"/>/form>?phpif(!empty($_PO