10 - XSS (DOM) (low/med/high) - Damn Vulnerable Web Application (DVWA)

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

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

  • @xrt5189
    @xrt5189 3 года назад +2

    niiice. walkthrough and explanations. thank you for your work

  • @spaceexplorer865
    @spaceexplorer865 2 года назад +1

    Awesome and good explanation bro.

  • @architshrotriya9331
    @architshrotriya9331 2 года назад +4

    in medium part, the url passed should be 127.0.0.1/dvwa/vulnerabilities/xss_d/?default=English
    in video there's no double-inverted commas when passing value to onerror attribute, so please correct it, whoever is stuck there

    • @_CryptoCat
      @_CryptoCat  2 года назад

      nice! ty for the correction 🥰

  • @bryansuazo6567
    @bryansuazo6567 3 года назад +1

    Great video!! under rated man.

  • @mahirlabib808
    @mahirlabib808 Год назад +1

    Thanks for all these videos brother.

  • @level1agario
    @level1agario 2 года назад +5

    1:30 That moment when the FBI enters your house for attempting to do a XSS 😂
    Thanks for your videos man. They are really helping me on my last year of university for the cyberattacks subject. I'm in the last year of the computer engineering degree at university. Greets from Spain.

    • @_CryptoCat
      @_CryptoCat  2 года назад +2

      haha thanks mate! glad they could help 🥰

  • @arnavpandey1722
    @arnavpandey1722 3 года назад +1

    Awesome!

  • @tamalchowdhury
    @tamalchowdhury Год назад +1

    Hey! I'm following your walkthroughs and learning how to hack. In your first try when you couldn't get the alert to show up, it was because of double quotes: ". After the first quote, you have to do single quote inside alert(' ') otherwise it will close early. We can also use backticks and es6 fetch for sending the data back to our server without redirecting the user.

  • @user-fu6nj8lv5b
    @user-fu6nj8lv5b 8 месяцев назад

    Why you don't attack the imposible level of xss-DOM?

  • @luciacarrera3523
    @luciacarrera3523 3 года назад +2

    why does works but not??

    • @_CryptoCat
      @_CryptoCat  3 года назад +2

      hey good question which i should really of explained better in the video 😮 i just tested this again now, if you don't break out of the statement then the payload is inside the "value" of an tag and the characters become URL encoded so they dont execute when reflected on the page. when you get chance you can try both ways again and use F12 (devtools) inspector and ctrl + F to find your alert(0) and see the difference between the two payloads.. i wish i would of done this in the video, apologies 😳

    • @luciacarrera3523
      @luciacarrera3523 3 года назад +2

      @@_CryptoCat Thank you for answering!! Your videos are a life saver! I think most of my class is watching this playlist for our final project hahaha

    • @_CryptoCat
      @_CryptoCat  3 года назад +1

      @@luciacarrera3523 haha awesome! glad i could help 😊

  • @nds6767
    @nds6767 Год назад +1

    At 15:02 you had a slight change which indicates it was successful.

  • @daliabarrancoz9398
    @daliabarrancoz9398 Год назад +1

    document.cookie just give me message security=low, not the phpsessid, Why?

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

      Hmmmm if you check your cookies with F12 does the phpsessid show?

    • @sebastianmorales5
      @sebastianmorales5 11 месяцев назад +1

      @_CryptoCat for me too, phpsessid shows at cookies in the browser

    • @daliabarrancoz9398
      @daliabarrancoz9398 11 месяцев назад +1

      @@_CryptoCat it solves the problem

    • @IntroMakerNET
      @IntroMakerNET 7 месяцев назад

      @@daliabarrancoz9398How did you fix this? I'm experiencing the same issue.