just the message, ma'am

This commit is contained in:
Eric Prod 2021-01-01 16:15:42 -08:00
parent 8a6244bd9f
commit ebe1c5a22d

View file

@ -158,7 +158,8 @@ def process(args):
try: # older wordlists won't have these
msg = getNullTermParam(header)
if args.DUMP_MSG:
print( 'msg: {}'.format(msg))
print(msg, file=sys.stdout)
sys.exit(0)
md5Sum = getNullTermParam(header)
print( 'header: read sum: {}'.format(md5Sum), file=sys.stderr )
except: