- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with discover
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Used to install the xssValidator Burp Extension on Kali Linux.
This module will install a Burp Suite extension to automatically validate XSS findings with the Burp Intruder tool.
The following puppet modules are required for this module to work properly. Please add them to your Puppetfile like so:
mod 'puppetlabs/git'
mod 'puppetlabs/vcsrepo'
mod 'maestrodev-wget'
mod '3fs/phantomjs'
Simply specify the directory you wish xssValidator to be installed in as a parameter and run the module as you would any other.
Install the xssValidator Burp extension in /opt/xss_validator:
class { 'xss_validator':
install_location => '/opt/xss_validator',
}
This has been tested on Kali only.
Feel free to fork this up and issue a pull request if you want to improve on the work that has already been done.
Jayson Grace (l50) jayson.e.grace@gmail.com