worawit / CVE-2021-3156

Sudo Baron Samedit Exploit
BSD 3-Clause "New" or "Revised" License
737 stars 168 forks source link

TypeError: bytes or integer address expected instead of str instance #21

Open yt6983138 opened 1 year ago

yt6983138 commented 1 year ago

image image image

jedai47 commented 1 year ago

same on debian 9

flashnuke commented 1 year ago

might be a python3 thing, try running with python2 (python2.7 exploit_nss_u16.py) in python2 you can pass strings to functions that expect bytes, it was changed later on in python3