Language Injection for custom js tags
Hello, I'm using Splade (SPA) with laravel and it's using custom tags for js such as
x-splade-script
I added value pattern like this
<x-splade-script>(.*)</x-splade-script>
but I can't select it as I need to add places pattern to enable the injection rule
how can I do it?
Please sign in to leave a comment.
Hi,
I understand that it may sound weird but I have found out empirically that an XML injection works fine here:
Does it work for you too?
Yes it worked thank you very much I appreciate your help :)
Cool, thank you for the update!