mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 05:01: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 "Retrieving information for %s..."%Host[0]
|
||||||
print "SMB signing:", Signing
|
print "SMB signing:", Signing
|
||||||
print "Null Sessions Allowed:", NullSess
|
print "Null Sessions Allowed:", NullSess
|
||||||
print "Vulnerable to MS10-010:", Ms17010
|
print "Vulnerable to MS17-010:", Ms17010
|
||||||
print "Server Time:", Time[1]
|
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)
|
print "Machine Hostname: '%s'\nThis machine is part of the '%s' domain\n"%(Hostname, DomainJoined)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user