jkingsman / bishop

Hunt for vulnerable websites as you browse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display escaped '\n' instead of actual newline in rules table

gsingh93 opened this issue · comments

I was confused on why a rule was giving a false positive, so I checked options_demo.js and found the actual rule was Index(.|\n)*modified instead of Index(.| )*modified, but the rules table was displaying the latter. There's an actual newline in the HTML, which gets rendered as a space. This should be rendered as '\n' instead.