go version
go 1.20.7 go 1.17 以后都是用 go install 命令 D:\Go\bin\go.exe get -u github.com/nsf/gocode
D:\Go\bin\go.exe get -u golang.org/x/tools/cmd/guru
D:\Go\bin\go.exe get -u github.com/rogpeppe/godef>> Running: D:\Go\bin\go.exe get -u github.com…
文章目录 工具下载及环境准备查看帮助信息进行目录扫描 官方介绍 :An advanced command-line tool designed to brute force directories and files in webservers, AKA web path scanner 一个高级命令行工具,用于暴力破解网络服务器中的目录和文件&…
一. 测试服务端 //测试服务端public function testServer(){$server new Server(192.168.0.144, 9501, SWOOLE_BASE, SWOOLE_SOCK_TCP);$server->on(request, function ($request, $response) {$response->header(Content-Type, text/plain);$response->end("He…