Lab: Web cache poisoning with an unkeyed header

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 15

  • @netletic
    @netletic  11 месяцев назад +2

    Hey everyone! Check out this playlist for all my solutions to the Web Cache Poisoning labs from PortSwigger: ruclips.net/p/PLGb2cDlBWRUUvoGqcCF1xe86AaRXGSMT5
    Here are the timestamps for this video - ⏱
    00:00 - Intro
    00:13 - Identify a suitable cache oracle
    01:20 - Add a cache buster
    02:13 - When are two requests identical?
    03:12 - Why do we add a cache buster?
    03:53 - Test the cache buster in Burp
    04:37 - Use Param Miner to find X-Forwarded-Host header
    05:28 - What is an unkeyed input?
    06:18 - Inject the X-Forwarded-Host header

  • @ABDULKARIMHOMAIDI
    @ABDULKARIMHOMAIDI 4 дня назад

    Thanks man for sharing with us !!!

  • @TheVerminator1337
    @TheVerminator1337 10 месяцев назад +2

    Amazing, thank you! Loved that you showed how to use the Parameter Miner extension on pro and community

  • @aliel-shennawy3670
    @aliel-shennawy3670 6 месяцев назад

    Amazing explanation, thanks alot, keep going.

  • @zerocewl
    @zerocewl Месяц назад

    I don't understand unkeyed vs keyed can you help explain?

  • @LMeasy
    @LMeasy 4 месяца назад

    man beautiful video. you are insane.... thank you!!!!!

  • @nguyenthanhcong92
    @nguyenthanhcong92 10 месяцев назад +1

    happy to see this.
    Can you finish all labs from this topic please
    Thanks

    • @netletic
      @netletic  10 месяцев назад +1

      thanks @nguyenthanhcong92! yep I'll be posting videos for all 12 labs on this topic 👍

    • @nguyenthanhcong92
      @nguyenthanhcong92 10 месяцев назад +1

      @@netletic cool, will they be posted all in one day

    • @netletic
      @netletic  10 месяцев назад +2

      @nguyenthanhcong92 I'll posting one a week on average I'd say 😬 just posted the second one!

  • @Pwn3d-1
    @Pwn3d-1 8 месяцев назад

    What software you used to make that boxes/windows with the request to explain them on the video? I want to use them too for my channel

  • @mohsinhafeez
    @mohsinhafeez 10 месяцев назад +1

    Hi, thank you very much or the in depth explanation, while bug hunting, what would you recommend to use as an "exploit server"?

    • @netletic
      @netletic  9 месяцев назад +3

      hey @mohsinhafeez, I'd pick a micro web framework in the programming language that you're most comfortable with. For me that's Python so I use Flask. With Flask you can set a route/uri path, and you can return a custom response body and custom response headers pretty easily.

    • @mohsinhafeez
      @mohsinhafeez 9 месяцев назад +1

      @@netletic thank you! I’ll try this.

    • @jaywandery9269
      @jaywandery9269 9 месяцев назад +1

      Exactly this was a question i was about to ask.. Iam not a developer and i will have to learn more about flask, much appreciated, be sure i will be back if it doesn't work out.😎. Cheers