The following steps demonstrate the XSS Validator:
- We open up Burp and switch to the Extender tab:
- We then install the XSS Validator extender:
- Once the installation is done, we will see a new tab in the Burp window titled xssValidator:
- Next, we install PhantomJS and SlimerJS; this can be done on Kali with a few simple commands.
- We download both the PhantomJS file from the internet using wget:
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/ ...