xsshunter-express icon indicating copy to clipboard operation
xsshunter-express copied to clipboard

js runs before page gets loaded

Open k-sau opened this issue 4 years ago • 1 comments

Uncaught TypeError: Cannot read properties of null (reading 'outerText')
    at get_dom_text ((index):103)
    at (index):243

Tested on chrome. Below is html content:

<html>
<script src=https://xx.xx></script>
<body>
test
</body>
</html>

xyz.xss.ht payload works fine on above html page.

k-sau avatar Sep 12 '21 18:09 k-sau

Having the same issue, makes the whole hunter unreliable since this error isn't handled and doesn't report a trigger

Velby avatar May 12 '22 16:05 Velby