mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 14:06:44 +08:00
修复一个错误拼写
This commit is contained in:
parent
764e7723e1
commit
bb3222451c
@ -473,6 +473,7 @@ func clusterpoc1(oReq *http.Request, p *Poc, variableMap map[string]interface{},
|
|||||||
}
|
}
|
||||||
|
|
||||||
if success == true {
|
if success == true {
|
||||||
|
common.LogSuccess(fmt.Sprintf("[+] %s://%s%s %s", req.Url.Scheme, req.Url.Host, req.Url.Path, var1))
|
||||||
break look1
|
break look1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -511,6 +512,7 @@ func clusterpoc1(oReq *http.Request, p *Poc, variableMap map[string]interface{},
|
|||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
if success == true {
|
if success == true {
|
||||||
|
common.LogSuccess(fmt.Sprintf("[+] %s://%s%s %s %s", req.Url.Scheme, req.Url.Host, req.Url.Path, var1, var2))
|
||||||
break look2
|
break look2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user