yaklang / yakit

Cyber Security ALL-IN-ONE Platform
GNU Affero General Public License v3.0
6.59k stars 827 forks source link

risk.HaveReverseRisk函数bug #690

Closed tzrj0 closed 1 year ago

tzrj0 commented 1 year ago
x = risk.NewPublicReverseHTTPUrl()
println(x)
http.Get(x)
token = risk.ExtractTokenFromUrl(x)
println(token)
if risk.HaveReverseRisk(x){
    println("666")
}
if risk.HaveReverseRisk(token){
    println("666")
}
图片

实际收到了请求 而且yakit提示了

tzrj0 commented 1 year ago

群内已反馈

VillanCh commented 1 year ago

v1.1.9-sp4中已修复

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: tzrj @.> 发送时间: 2023年3月20日 11:08 收件人: yaklang/yakit @.> 抄送: Subscribed @.***> 主题: Re: [yaklang/yakit] risk.HaveReverseRisk函数bug (Issue #690)

群内已反馈

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>