neraliu / tainted-phantomjs

Tainted PhantomJS
BSD 3-Clause "New" or "Revised" License
53 stars 12 forks source link

Example use documentation #2

Closed andresriancho closed 10 years ago

andresriancho commented 10 years ago

Lets say I can download and compile tpjs... then what? Could you please add some documentation on how to use it, and what the expected output should be? Thanks!

yukinying commented 10 years ago

@neraliu Could we update the README.md with usage? Or could we create a wiki or github.io page?

andresriancho commented 10 years ago

Any format LGTM

yukinying commented 10 years ago

Before Nera would create that... let me document how I used it:

Build:

./build.sh

Run

./bin/phantomjs examples/domxss.js http://www.foobarqux.org
neraliu commented 10 years ago

will do it. i am focusing on the 64 bit issue. let me make it after that

neraliu commented 10 years ago

it is wrapped by the bash script now https://github.com/neraliu/tpjs/blob/master/cli/tpjs

better documentation will be provided later