added newline for vuln print loop

This commit is contained in:
Chris Sanden
2026-05-02 02:54:03 +02:00
parent a0a00b09d4
commit 209db74ac6

View File

@@ -25,5 +25,5 @@ for hit in scanResult
exploits.push(segment[labelStart + 3: labelEnd]) exploits.push(segment[labelStart + 3: labelEnd])
end for end for
print("Memory address " + hit) print("Memory address " + hit)
print("Vulnerabilities: " + exploits.join(", ")) print("Vulnerabilities: " + exploits.join(", ") + "\n")
end for end for