From daaf6f7296ee754fe37b2382d0e459f7b6e74dcc Mon Sep 17 00:00:00 2001 From: Chris Maddalena Date: Tue, 5 Dec 2017 17:31:27 -0500 Subject: [PATCH] Fixed some small typos in MS17-010 output --- tools/RunFinger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/RunFinger.py b/tools/RunFinger.py index bba8c07..c449026 100755 --- a/tools/RunFinger.py +++ b/tools/RunFinger.py @@ -228,9 +228,9 @@ def ShowResults(Host): print "Retrieving information for %s..."%Host[0] print "SMB signing:", Signing print "Null Sessions Allowed:", NullSess - print "Vulnerable to MS10-010:", Ms17010 + print "Vulnerable to MS17-010:", Ms17010 print "Server Time:", Time[1] - print "Os version: '%s'\nLanman Client: '%s'"%(OsVer, LanManClient) + print "OS version: '%s'\nLanman Client: '%s'"%(OsVer, LanManClient) print "Machine Hostname: '%s'\nThis machine is part of the '%s' domain\n"%(Hostname, DomainJoined) except: pass