From dc09da2ab0df288a67fee0468e751a3d84d0576e Mon Sep 17 00:00:00 2001 From: yellowboxes Date: Wed, 29 Jun 2016 20:25:13 -0700 Subject: [PATCH] Wrong Comment type --- 1-vulnScanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-vulnScanner.py b/1-vulnScanner.py index 205e139..b9ef546 100644 --- a/1-vulnScanner.py +++ b/1-vulnScanner.py @@ -24,7 +24,7 @@ def checkVulns(banner, filename): if line.strip('\n') in banner: #compare it against our banner print '[+] Server is vulnerable: ' + banner.strip('\n') - #print if there is a match + #print if there is a match def main():