Awesome
puppet-xss_validator
Table of Contents
- 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
Overview
Used to install the xssValidator Burp Extension on Kali Linux.
Module Description
This module will install a Burp Suite extension to automatically validate XSS findings with the Burp Intruder tool.
Setup
Setup Requirements
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'
Installing xssValidator
Simply specify the directory you wish xssValidator to be installed in as a parameter and run the module as you would any other.
Usage
Install the xssValidator Burp extension in /opt/xss_validator:
class { 'xss_validator':
install_location => '/opt/xss_validator',
}
Limitations
This has been tested on Kali only.
Development
Feel free to fork this up and issue a pull request if you want to improve on the work that has already been done.
Release Notes/Contributors/Etc
Jayson Grace (l50) jayson.e.grace@gmail.com