xiaoyaochen

Results 4 comments of xiaoyaochen

``` package main import ( "fmt" "github.com/playwright-community/playwright-go" ) func HandleResponse(response playwright.Response) { fmt.Println(response.URL()) body, err := response.Body() if err == nil { fmt.Println(body) } } func main() { pw, _...

工具默认模式是top100端口纯tcp扫描,其他端口的是syn扫描,syn扫描需要root权限,不用root权限会报错

使用sudo应该不会报错了