Axcrypt: axcrypt2john.py (how to use python)
#4
Well, I'm trying to continued
I removed the 04 and replaced with 4
check
> He says to me: missing parentheses in call to 'print', print "Could not parse file, exiting"
I put parentheses as before: print ("Could not parse file, exiting")
check
> He tells me: Invalid syntax, print axxfile with axxfile highlighted
I put quotation marks and parentheses: print ("axxfile")
> The file looks to run when I do run, but it says to me:
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
====================== RESTART: D:\Temp\axcrypt2john.py ======================
Traceback (most recent call last):
File "D:\Temp\axcrypt2john.py", line 84, in <module>
usage()
File "D:\Temp\axcrypt2john.py", line 23, in usage
print >> sys.stderr, 'usage: %s <axxfile> [KEY-FILE]\n' % sys.argv[0]
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and 'PseudoOutputFile'
>>>

>>> And, I'm really blocked


Messages In This Thread
RE: Using for Axcrypt - by laulaf - 08-08-2017, 02:14 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 02:43 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 03:08 PM
RE: Using for Axcrypt - by philsmd - 08-08-2017, 04:07 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 07:14 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 07:41 PM