EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.8k forks source link

Updated string.letters to string.ascii_letters for Python3 - #1382

Closed CptOfEvilMinions closed 4 years ago

CptOfEvilMinions commented 4 years ago

The generating macro module doesn't work because Python3 does not have string.letters because it has been renamed to string.ascii_letters

https://docs.python.org/2/library/string.html