Skip to content
Thomas Skora edited this page Apr 11, 2014 · 3 revisions

clone the source from git.corp.yahoo.com

git clone git@github.com:neraliu/tpjs.git

build the source (under the root directory)

./build.sh

run the test cases (under the root directory)

./bin/phantomjs test/run-tests.js

test your target URL

./bin/phantomjs scripts/domxss.js 'URL'

Clone this wiki locally