mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
Add some spaces
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ func InfoCheck(Url string, CheckData *[]CheckDatas) []string {
|
|||||||
infoname = removeDuplicateElement(infoname)
|
infoname = removeDuplicateElement(infoname)
|
||||||
|
|
||||||
if len(infoname) > 0 {
|
if len(infoname) > 0 {
|
||||||
result := fmt.Sprintf("[+] InfoScan:%-25v %s ", Url, infoname)
|
result := fmt.Sprintf("[+] InfoScan: %-25v %s ", Url, infoname)
|
||||||
common.LogSuccess(result)
|
common.LogSuccess(result)
|
||||||
return infoname
|
return infoname
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user