Open ayadim opened 3 weeks ago
Hi @ayadim 👋
Thanks for reporting this! However, this is a well-known issue with DOMLogger++ that I forgot to mention in the README.md :(
To explain further, this happens because document.write calls document.open, which clears all event listeners present on the document, breaking DOMLogger++.
I don’t have a solution for this at the moment, but I’ll update the README.md to include a warning about it and leave this issue open for now.
Cheers, Kévin
Hi, First i would like to thank you for your efforts, the extension is working but not in some cases take an example this lab, https://portswigger-labs.net/dom-invader/testcases/augmented-dom-document-write/index.php?x=burpdomxss
even the parameter value was pass to document.write sink using backend but the extension didn't detect it?
Update: after many time restarting firefox it detect it but why is not logging requests at first not like dom-invader
Regards