hugo的简单使用 安装 安装选择官方推荐的巧克力(Chocolatey) Chocolatey安装 1Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))...

rwctf 部分wp chatwuu 基于ws的聊天室,有后台bot,仅可以向bot提交聊天室的url,flag在bot的cookie里。 evil connect 在 index.html中 1let query = new URLSearchParams(location.search), 2 nickname = query.get('nickname'), 3 room = query.get('room'); 4 if (!nickname || !room) { 5 reset(); 6 } 7 for (let k of query.keys()) { 8 if (!['nickname',...