Cross Site Scripting (XSS) | Real World

Поділитися
Вставка
  • Опубліковано 23 сер 2024
  • All my videos are for educational purposes with bug bounty hunters and penetration testers in mind UA-cam don't take down my videos 😉
    In this video we are going to look at Cross Site Scripting in the real world!
    📖 Udemy Course = www.udemy.com/...
    📚 All My Courses = www.phdsec.com/
    🛍 shop merch @ merch.phdsec.com
    🐦Follow me on Twitter = / phd_security

КОМЕНТАРІ • 49

  • @wtfanupam
    @wtfanupam Рік тому +27

    omg, this was so amazing, there are thousands of videos on XSS but I hardly encountered anyone who explains topics in a such beautiful and simple way. Thank-you so much

    • @user-wk1td4xo2d
      @user-wk1td4xo2d 9 місяців тому +1

      So he was logged in already on his account. Did he steal his own cookies

  • @goheat007
    @goheat007 Рік тому +2

    You are the best teacher of this subject I have found on UA-cam. I graduated this year with a BAS in Cyber Security, but still feel like I’ve only scratched the surface regarding ethical hacking. I’m trying to become self-sufficient at bug bounty hunting, but I’m so bad at it. Your videos are really helping me though (more than other creators). You just explain it so well in shorter, more concise videos. Thanks so much, and keep it up!!!

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

    I have looked for stuff like this forever and it never gives me a simple way or a way that makes sense THANK YOU.

  • @Waflon
    @Waflon Рік тому +4

    Thanks a lot for this kind of videos. Maybe you could do a OWASP 10 but in this format with 10 basic examples of the most common vul, also i'm from Chile and a new sub.

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

    Thank you for the example ! Im starting with pentesting and I decided to go with XSS, it's actually pretty fun and I learned a lot with your video.

  • @sumedh1678
    @sumedh1678 Рік тому +1

    This kind of real world explanation will actually help us to understand attack more. Thanks!!!

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

    Thank you so much! I was searching for this exact thing, using a real payload and explaining instead of simple alert that wont demonstrate harm to the server

  • @brs2379
    @brs2379 Рік тому +1

    Hey could you make a video on what your process is for bug bounties? What steps do you take when carrying out recon? What do you check for? And once you've completed recon, what do you do next?

  • @phoenix3488
    @phoenix3488 Рік тому +4

    That's cool 😲.. so this type of attack is called reflected xss yeah 🤔?

  • @ss-rc1gy
    @ss-rc1gy Рік тому

    thanks for this amazing tutorial , n btw would you like to recommend any books for learning javascript ?

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

    Amazing how you teach in a simple form to understood.
    Can you make a video, explain how to test xss when the webApp have some waf/filters ? 🙂

  • @pd1259
    @pd1259 9 днів тому

    Why are we referencing the xss.js file in the form field? Isn't it possible to directly paste the code from this file into the field?

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

    Great as always !
    Idea : you can make more videos about server side bugs !

  • @dev.roysalazar
    @dev.roysalazar Місяць тому +1

    There is something I don't understand. The malicious input it's saved in the db table that contains your profile info and it is sent and executed in the browser when the web client request to the server for your profile information, so how can this work to steal cookies from other users, since the malicious script it's only sent by the server when you log into your own account?

    • @dev.roysalazar
      @dev.roysalazar Місяць тому

      To answer my own question: if your user profile can be seen by anyone, when they see your profile they get the malicious code

  • @pnuema1618
    @pnuema1618 3 місяці тому

    Would this be considered a persistant XSS attack?

  • @harshalmali856
    @harshalmali856 3 місяці тому

    amazing it caught my attention through your video to dig out more in this topic thanks bro

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

    great content, thank you.. I've not seen a real example of xss so far. could you make more contents like this? the real world/hands on hacking videos

  • @tasstack8766
    @tasstack8766 3 місяці тому +1

    very interesting ill be back when i understand what I just watched

  • @zekebohannon6058
    @zekebohannon6058 3 місяці тому

    Awesome explanation. Thank you

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

    Hello plz answer me i have qst abt bug bounty
    i finish html im in Js (Function) When i finish Js can i start learning XSS & Learn Recon & how Web Work & burpsuit and try in labs than start in real world ? and in the same time keep learning about PHP & MYSQL and other OWASP 10 & methodology

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

    Thank u sire. Sire can u do more real world vulnerabilities exploitation and how to escalate a certain vulnerability to another Eg xss to csfr

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

    and we want bug bounty explained videos. some blogs are high level we don't understand much of thier bug report write ups. please we want you to explain the easy way.

  • @adnanirfan6974
    @adnanirfan6974 8 місяців тому

    keren, terimakasih ilmunya.
    itulah mengapa penting sebuah website menggunakan SSL agar dapat terredirect ke https dan cookies nya aman

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

    grate video, whats fun you get a hard thing and make is simple to understand, views i guess you should also buy this guy's course, i saw it has cool content in it😁

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

    So, now the question is how to trick the admin in the real world to visit the link, like I have trouble logging in....

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

    thank you. we need more hard xss like openredirect to xss ... something hard

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

    How are you grabbing an admin cookie? That the only part I don't understand. Why would you have access to any data from his session?

    • @Redhawk1961
      @Redhawk1961 9 днів тому

      I know this is from a year ago, but this is stored xss, the malicious code is on the web server at this point. It's grabbing from a source (in this case, his kali linux server) and it's running anytime the profile created is checked. In this case, he was able to execute with , but there's more ways to execute js if the script function is blocked.

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

    Well explained!

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

    Hi, how to prevent xss on joomla CMS... In lang parameter can you share any solution?

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

    Do one for cross site request forgery, confused on that one please

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

    this is amazing work👏

  • @athul070
    @athul070 9 місяців тому

    bro everyone is saying your videos are amazing
    good job
    I really want make some money through this field but I cant understand this ethical hacking where should I start

    • @ryan_phdsec
      @ryan_phdsec  9 місяців тому

      I answer the video coming tomorrow.

  • @cemkucuk6738
    @cemkucuk6738 10 місяців тому

    very very good tutorial! thnx

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

    this is amazing work

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

    Please Make video on cloud hacking like Synology Nas

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

    Cool. Keep it up

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

    Cobalt strike group

  • @Noctuu
    @Noctuu 11 місяців тому

    didnt know gmk did xss

  • @iqyou-gw4kd
    @iqyou-gw4kd Рік тому

    شكرا لك اخي
    thank you sir

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

    ❤❤

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

    Not exactly "real world" lets be honest, why is http-only set to false??

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

      Not sure. In react, I have seen applications have dangerouslySetInnerHTML when it couldn't be any more clear NOT to do this.

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

    How i cans message you on dm ?