Cross-Site Websocket Hijacking

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

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

  • @PwnFunction
    @PwnFunction 5 лет назад +8

    Awesome video
    Just a small clarification @ 3:08, cookies are sent to the server based on the domain name and not the port. However, protocol is a bit different, it allows HTTP or HTTPS based on the cookie flags and other protocols aren't bound to access the cookies.

    • @KacperSzurek
      @KacperSzurek 5 лет назад +2

      You are right, thanks for comment.

    • @PwnFunction
      @PwnFunction 5 лет назад +1

      @@KacperSzurek My pleasure :)

  • @CristiVladZ
    @CristiVladZ 5 лет назад +2

    very insightful. I learn something new every day. Thank you!

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

    Couldn't the attacker just modify the Origin header? Maybe not from the browser, but you could set up a proxy that does it maybe.

    • @iwaduarte
      @iwaduarte 3 года назад

      The idea here is to think in terms of the USER that you want to hack. If you are trying to use the cookies of a NORMAL user he would be probably accessing using Chrome, Firefox, Safari etc. So it would not be possible to manipulate the Origin Header since that is not the default configuration.

  • @green_quirk
    @green_quirk 4 года назад

    Thanks, man.

  • @bappachakraborty9255
    @bappachakraborty9255 4 года назад

    Can you please make a video for "How to intercept Thick Client application with Burp Using Invisible Proxy"

  • @lonewolfcoding5208
    @lonewolfcoding5208 3 года назад

    guys i created a system for our project capstone for my school im an IT student
    i use node js and i use 2 servers one for front (UI) and backend (node js server)
    now i struggle because of socket io
    i dont want to overengineer because our time is limited all i want is security

  • @brian_mckenzie8317
    @brian_mckenzie8317 4 года назад

    I have a question ... I already have the knowledge on IDOR, CSRF vulnerabilities but I need to practice .. like chess ... I am happy there are softwares I can practice on relating to chess ... because I can test out ..reaarange..apply...try out anything I have learnt ... so saying that ..
    are there any websites or softwares I can buy that has like 100's of IDOR vulnerabilities that I can use Burp on and practice all night?? Thanks.

  • @tekken-pakistan2718
    @tekken-pakistan2718 3 года назад

    Thanks!