Skip to content

Commit 833234f

Browse files
Update wappalyzer.go
1 parent f163650 commit 833234f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webscans/wappalyzer.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,8 @@ func (wp *Wappalyzer) ScanWebsites(domains []string) ([]WebsiteDetails, error) {
746746
if err != nil {
747747
helper.ErrorPrintln("[!] Error scanning local file:", err)
748748
} else if result.DomainName != "" {
749-
result.Source = "Wappalyzer (Local)"
749+
result.Source = "Wappalyzer"
750750
websiteDetails = append(websiteDetails, result)
751-
continue
752751
}
753752
}
754753

0 commit comments

Comments
 (0)