PIE and Canary bypass with Format String - pwn107 - PWN101 | TryHackMe

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ •

  • @yuma6089
    @yuma6089 2 роки тому +5

    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.

    • @RazviOverflow
      @RazviOverflow  2 роки тому

      Thank you! I appreciate your words.

    • @marcovalentinoalvarado3290
      @marcovalentinoalvarado3290 2 роки тому +1

      Completely agreed. I have met few people who are capable of tackling such a complicated subject! Really high quality content right here!

    • @RazviOverflow
      @RazviOverflow  2 роки тому

      @@marcovalentinoalvarado3290 Thank you!

  • @timlavi1418
    @timlavi1418 2 місяці тому +2

    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?

    • @yukesh-
      @yukesh- 6 днів тому

      ye got the same problem, but there was .text main address which could be used as a dynamic base address. idk why it didn't show __libc_csu_init.

  • @rgb123-jm5mc
    @rgb123-jm5mc 5 місяців тому

    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?

    • @RazviOverflow
      @RazviOverflow  5 місяців тому +1

      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).

  • @katchen2626
    @katchen2626 6 місяців тому

    Man these are great! Please make more.

  • @justinalexander9673
    @justinalexander9673 2 місяці тому

    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
      @neverclick6520 2 місяці тому

      i have the same issue too, how can u exploit it locally?

    • @RazviOverflow
      @RazviOverflow  2 місяці тому

      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
      @neverclick6520 2 місяці тому

      @@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
      @RazviOverflow  2 місяці тому

      @@neverclick6520 if you are using the same binary as I did in the video, there should definitely be a __csu.

    • @neverclick6520
      @neverclick6520 2 місяці тому

      @@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

  • @danielcmihai
    @danielcmihai 2 роки тому +2

    As always, great job mate :).

  • @timlavi1418
    @timlavi1418 2 місяці тому

    when i run the binary, there is no __libc_csu? the value is just 0

  • @timlavi1418
    @timlavi1418 2 місяці тому

    Great video

  • @b-chri
    @b-chri 2 роки тому

    wow you deserve a lot more subscribers and views

  • @r4d1calwr4th7
    @r4d1calwr4th7 2 роки тому

    Awstruck i am bro, u r truly legend.

  • @Md.Kamrulahasan-m4d
    @Md.Kamrulahasan-m4d 4 місяці тому

    At some point you found an address that persist over multiple execution. But i tried and cant find it. What am i missing😢

    • @RazviOverflow
      @RazviOverflow  4 місяці тому

      You should be able to replicate the video, that's weird.

  • @mihailobabic7366
    @mihailobabic7366 7 місяців тому

    Thanks!

    • @RazviOverflow
      @RazviOverflow  7 місяців тому +1

      I'm happy you liked the video :) And thank you very much for the super!

  • @MM-by6qq
    @MM-by6qq 2 роки тому +1

    I really thank you.. great job!

    • @RazviOverflow
      @RazviOverflow  2 роки тому +1

      You are most welcome! More videos coming soon :)

    • @MM-by6qq
      @MM-by6qq 2 роки тому

      @@RazviOverflow subscribed

    • @RazviOverflow
      @RazviOverflow  2 роки тому

      @@MM-by6qq Thank you :) 💪

  • @LifeEldawody
    @LifeEldawody 4 місяці тому

    take another heart

  • @LifeEldawody
    @LifeEldawody 4 місяці тому

    take a heart

  • @feffeee
    @feffeee Рік тому

    when ever im in the shell and i type it kicks me out

  • @marciszsz9274
    @marciszsz9274 5 місяців тому

    It's hard. But thanx.

    • @RazviOverflow
      @RazviOverflow  5 місяців тому

      I know it is, but it's worth the effort.