Another awesome walkthrough!! This video series is one of the most professional I have ever seen...truly impressive! Thank you again for investing your time for our benefit.
@RazviOverflow2 жыл бұрын
Thank you! I appreciate your words.
@marcovalentinoalvarado32902 жыл бұрын
Completely agreed. I have met few people who are capable of tackling such a complicated subject! Really high quality content right here!
@RazviOverflow2 жыл бұрын
@@marcovalentinoalvarado3290 Thank you!
@timlavi1418Ай бұрын
I have a problem, I just downloaded the binary from THM. But there is no __libc_csu? the value is just 0 when printing it out Anybody got this problem?
@katchen26265 ай бұрын
Man these are great! Please make more.
@RazviOverflow5 ай бұрын
Thank you :)
@danielcmihai2 жыл бұрын
As always, great job mate :).
@RazviOverflow2 жыл бұрын
Thank you for your support :)
@rgb123-jm5mc4 ай бұрын
thank you so much once again, I've been doing 1-2 of the PWN101 tasks per day. By the way what would you rate the difficulty of pwn108, pwn109, and pwn110?
@RazviOverflow4 ай бұрын
You are welcome :) Difficulty is something very hard to estimate. It is relative and subject to each one of us. However, I can tell you they're harder than a simple BOF. Specially pwn107, that requires you to know and understand what GOT and PLT are, and how do they work. (I have a video on that topic as well).
@timlavi1418Ай бұрын
Great video
@RazviOverflowАй бұрын
Thank you :)
@b-chri2 жыл бұрын
wow you deserve a lot more subscribers and views
@RazviOverflow2 жыл бұрын
Thank you
@r4d1calwr4th72 жыл бұрын
Awstruck i am bro, u r truly legend.
@RazviOverflow2 жыл бұрын
Thanks :) Glad you like the video.
@justinalexander96732 ай бұрын
really good video, i don't know if you will answer but some weird things happened to me, the first thing is that when debugging the binary locally I couldn't find the libc library using radare2 in its place was another gnu lib, but i still tried the exploit remotely and I seem to find the libc but what I don't really understand is why the position of the libc was in the 14 place so my payload was like this: "%14$lX.%13$lX", the 13 is the canary but it doesn't make sense, because i've learn from you that the canary is before the rbp and the 14 place should be the rbp not the libc. (sorry for the long comment )
@neverclick6520Ай бұрын
i have the same issue too, how can u exploit it locally?
@RazviOverflowАй бұрын
The canary is always "before" the rbp, yes. "Before" in this context means at a lower memory address. If rbp is at, for example, 0x400, the canary is at 0x400-8
@neverclick6520Ай бұрын
@@RazviOverflow sorry for bothering the conversation, but why when i debug it locally, using radare2 or gdb, but there is no __libc_csu? the value is just 0, why happening?
@RazviOverflowАй бұрын
@@neverclick6520 if you are using the same binary as I did in the video, there should definitely be a __csu.
@neverclick6520Ай бұрын
@@RazviOverflow when i tried i locally there's no a __csu, the value of %10 is 0, but when i tried it remotely, it have a value on the %10 address, im use the binary that tryhackme given, so thats why im not understand what happening
@MM-by6qq2 жыл бұрын
I really thank you.. great job!
@RazviOverflow2 жыл бұрын
You are most welcome! More videos coming soon :)
@MM-by6qq2 жыл бұрын
@@RazviOverflow subscribed
@RazviOverflow2 жыл бұрын
@@MM-by6qq Thank you :) 💪
@timlavi1418Ай бұрын
when i run the binary, there is no __libc_csu? the value is just 0
@mihailobabic73666 ай бұрын
Thanks!
@RazviOverflow6 ай бұрын
I'm happy you liked the video :) And thank you very much for the super!
@Md.Kamrulahasan-m4d3 ай бұрын
At some point you found an address that persist over multiple execution. But i tried and cant find it. What am i missing😢
@RazviOverflow3 ай бұрын
You should be able to replicate the video, that's weird.
@LifeEldawody3 ай бұрын
take another heart
@RazviOverflow3 ай бұрын
Glad to receive it (again)
@feffeee Жыл бұрын
when ever im in the shell and i type it kicks me out