Improving summary output.
This commit is contained in:
parent
573f581800
commit
225a839dbc
@ -215,7 +215,8 @@ def findAllMPA(protocolset,maxcount=3,options="",mpaoptions=""):
|
|||||||
print
|
print
|
||||||
print "We scanned %i protocols with options [%s]." % (len(protocolset),options)
|
print "We scanned %i protocols with options [%s]." % (len(protocolset),options)
|
||||||
print "We found %i correct claims." % (len(correct))
|
print "We found %i correct claims." % (len(correct))
|
||||||
print "We found %i MPA attacks with a maximum of %i protocols." % (len(FOUND),maxcount)
|
print "We then scanned combinations of at most %i protocols with options [%s]." % (maxcount,alloptions)
|
||||||
|
print "We found %i MPA attacks." % (len(FOUND))
|
||||||
print "The attacks involve the claims of %i protocols." % (len(mpaprots))
|
print "The attacks involve the claims of %i protocols." % (len(mpaprots))
|
||||||
print "-" * 70
|
print "-" * 70
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user