luke-goddard / enumy

Linux post exploitation privilege escalation enumeration
MIT License
253 stars 33 forks source link

Elf file parser 64/32 Bit compatibility #6

Open luke-goddard opened 4 years ago

luke-goddard commented 4 years ago

Current enumy64 can only handle 64 bit elfs and will skip 32 bit elfs. This is currently a limitation but would be good in the future if both could be supported.