luke-goddard
luke-goddard
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
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...
https://raw.githubusercontent.com/digination/dirbuster-ng/master/wordlists/big.txt Tried running with the above URL, but rustbuster failed. ``` ╰─[:(] % RUST_BACKTRACE=full rustbuster dir -u http://10.10.10.160:80/ -w /usr/share/hacking/wordlists/url/big.txt ~ rustbuster v3.0.3 ~ by phra & ps1dr3x ~ _...
A multiplication result that is converted to a larger type can be a sign that the result can overflow the type converted from. Use a cast to ensure that the...
**Describe the bug** Bufio.Writer is not safe when shared between goroutines without custom synchronization. Not sure how common this crash is or I was just very very unlucky. Happy to...