mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-06 20:51:31 +00:00
Fixed some small typos in MS17-010 output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user