AlessandroZ / BeRoot

Privilege Escalation Project - Windows / Linux / Mac
GNU Lesser General Public License v3.0
2.44k stars 466 forks source link

Linux version now compatible with Python 3.8 #30

Closed RoninNakomoto closed 3 years ago

RoninNakomoto commented 3 years ago

Fixed Error " TypeError: a bytes-like object is required, not 'str'" running linux version under Python 3 Fixed ANSI Colour formatting for linux exploit suggester failing with Python 3 Linux-exploit-suggester script latest version, is now included with linux package, and called via fopen inside exploit.py. linux version is now fully compatible with both python 2 and 3.

AlessandroZ commented 3 years ago

Awesome, thanks for your help.