Files
PayloadsAllTheThings/Upload insecure files/Python __init__.py/python-generate-init.py
cclauss d642980f8c Use octal numbers that work in both Python 2 and 3
python2 -c "print(0777 << 16L == 0o777 << 16)"  # True
2018-09-02 14:09:55 +02:00

921 B