Niboucha Redouane
Niboucha Redouane
Hello, This is a warning message (the `argv` argument of `execve` being `NULL`), not an error. Seeing your logs, you should have two executable files, `./poc` and `./get_root`. Thanks for...
@hadjiprocopis The output of `fastpbkdf2_hmac_sha512` is correct. You are comparing the output of `hmac-sha512` of perl with the output of `pbkdf2-hmac-sha512` of fastpbkdf2, while the latter calls the first one...
> Are you thinking about using some of these changes in #16794? Mainly asking if I should hold off on landing the exploit if you are. You can go ahead...
I added 14 more kernel offsets, and tested a few of these versions, thanks @bcoles . Could you provide a similar list for `22.04 LTS` (if you have one of...
I added some docs, updated the check method, and added offsets for Ubuntu 22.04 kernels, thanks to @bcoles . I also tested a few kernel versions, seems to work fine,...
@bwatters-r7 Any updates on this? (Should be ready for landing, please let me know if you need help at testing, or if you have more feedback)
> @randorisec the updates looks good we can move this PR forward based on that update. > > I would recommend extracting and creating a `LICENSE` file so github will...
> I was unable to get this to work on `Linux ubuntu-vm 5.11.0-41-generic #45~20.04.1-Ubuntu SMP Wed Nov 10 10:20:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` > > ``` > msf6...
Do you have manual exploitation steps that would allow retrieving data? With the current state of the SQL injection library, `payload` could look like: ``` ascii(mid(cast((YOUR_QUERY) as binary), 1, 1))&2=0...
I've made a pull-request : https://github.com/jheysel-r7/metasploit-framework/pull/3 . I don't think that integrating this kind of features in the SQLi library would be useful, commas are rarely filtered in user input,...