dumbass cunt
This commit is contained in:
parent
0235c63026
commit
e329a754f7
1 changed files with 4 additions and 1 deletions
5
main.go
5
main.go
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue