How does this milw0rm heap spraying exploit work?

后端 未结 7 1396
旧巷少年郎
旧巷少年郎 2020-12-12 08:49

I usually do not have difficulty to read JavaScript code but for this one I can’t figure out the logic. The code is from an exploit that has been published 4 days ago. You c

7条回答
  •  醉话见心
    2020-12-12 09:15

    See Character encodings in HTML.

    It's binary data encoded as a string, which JavaScript is decoding.

    Common form of XSS also.

    You can see all the encoding tricks here:

    http://www.owasp.org/index.php/Category:OWASP_CAL9000_Project

提交回复
热议问题