We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 启动一个 mitm 劫持服务器 mitm.Start(8084, mitm.callback(fn(isHttps, url, request, response){ yakit.SaveHTTPFlow(url,request,response) }))
yak runner运行如上,如何加载yakit的 MITM 内容规则引擎?
The text was updated successfully, but these errors were encountered:
现在没有办法加载
Sorry, something went wrong.
yak xx.yak 这样启动的话,如何保存 req response到指定project db呢
再执行前设置YAK_DEFAULT_PROJECT_DATABASE_NAME这个环境变量,值为数据库绝对路径
YAK_DEFAULT_PROJECT_DATABASE_NAME
No branches or pull requests
yak runner运行如上,如何加载yakit的 MITM 内容规则引擎?
The text was updated successfully, but these errors were encountered: