dumbass cunt

This commit is contained in:
WhatDidYouExpect 2025-07-26 23:09:42 +02:00
parent 0235c63026
commit e329a754f7

View file

@ -349,7 +349,10 @@ func main() {
if len(openPorts) == 0 { if len(openPorts) == 0 {
summaryFile.WriteString("no open ports found.\n") summaryFile.WriteString("no open ports found.\n")
} else { } else {
summaryFile.WriteString("[+] scan summary: open ports found with fingerprints\n") summaryFile.WriteString("[+] scan summary: open ports found with fingerprints above\n")
summaryFile.WriteString(fmt.Sprintf("[+] scanned %s to %s\n[+] ports %d to %d\n", ipParts[0], ipParts[1], portStart, portEnd))
} }
fmt.Println("[+] scan summary written to summary.txt") fmt.Println("[+] scan summary written to summary.txt")
if len(minecraftServers) > 0 { if len(minecraftServers) > 0 {