mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
合并dev。变动太大吗,又得重新优化输出,进度50%。rpc服务冲突,暂时删除
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ func InfoCheck(Url string, CheckData *[]CheckDatas) []string {
|
||||
// 输出结果
|
||||
if len(matchedInfos) > 0 {
|
||||
result := fmt.Sprintf("发现指纹 目标: %-25v 指纹: %s", Url, matchedInfos)
|
||||
Common.LogSuccess(result)
|
||||
Common.LogInfo(result)
|
||||
return matchedInfos
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -287,7 +287,7 @@ func loadPocsConcurrently(pocFiles []string, isEmbedded bool, pocPath string) {
|
||||
}
|
||||
|
||||
wg.Wait()
|
||||
Common.LogSuccess(fmt.Sprintf("POC加载完成: 总共%d个,成功%d个,失败%d个",
|
||||
Common.LogBase(fmt.Sprintf("POC加载完成: 总共%d个,成功%d个,失败%d个",
|
||||
pocCount, successCount, failCount))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user