This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
-
Updated
Oct 17, 2020 - Python


unicode_literalswas necessary pre-Python 2.6;absolute_importpre-2.5.It's especially not necessary on Py3.
Hence in the sence of cleaning up the source tree, deletion of all
from __future__ import somethingfrom the python files is desirable. This should ideally not happen manually, but with a script, or command line: we need to do that onmaster, but it might also be desirable to