enumy
enumy copied to clipboard
Linux post exploitation privilege escalation enumeration
https://github.com/luke-goddard/enumy/blob/86a11f973c7797f2deff841a35eb45e548509e14/src/file_system.c#L60-L73 lstat should use filepath not the file name
If enumy is running as root shared object injection is always reported as true. There should be a check to see if the current process is root
The manylinux project is used as a basis for native python PIP modules to build binaries which run on many linux distributions. This may provide a simpler/more compatible alternative to...
enumy finds lots of useful info but, it can some times be a bit hard to analyze when the reports big and there's lots their. Perhaps, have an option to...
Bug only reproducible inside of release binary when compiled with musl in Alpine, with multiple threads enabled. ```C /** * This function will check the current file to see if...
`rpm -Va` http://ftp.rpm.org/max-rpm/s1-rpm-verify-output.html
One of the scans is going to iterate through all the mount points and check if they're encrypted. I did a bit of research and found the following file systems...
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...