From 209db74ac60fd15a61766fea6d9c3a1f3ca1eca0 Mon Sep 17 00:00:00 2001 From: Chris Sanden Date: Sat, 2 May 2026 02:54:03 +0200 Subject: [PATCH] added newline for vuln print loop --- myShit/shlockmap.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myShit/shlockmap.src b/myShit/shlockmap.src index b12fdfe..c47d968 100644 --- a/myShit/shlockmap.src +++ b/myShit/shlockmap.src @@ -25,5 +25,5 @@ for hit in scanResult exploits.push(segment[labelStart + 3: labelEnd]) end for print("Memory address " + hit) - print("Vulnerabilities: " + exploits.join(", ")) + print("Vulnerabilities: " + exploits.join(", ") + "\n") end for