added newline for vuln print loop
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user