mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-07 05:21:22 -07:00
Fixed some small typos in MS17-010 output
This commit is contained in:
parent
c6bc263b5e
commit
daaf6f7296
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue