mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 13:53:42 -07:00
Merge pull request #72 from chrismaddalena/master
Fixed some small typos in MS17-010 output
This commit is contained in:
commit
fe53785eec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue