WebTaint is a Dynamic Taint Tracker developed during the conduction of a masters thesis.
- cd WebTaint root directory
- ./gradlew clean assemble
Add following two Java options to application startup execution.
- -Xbootclasspath/p:WebTaint root directory/build/libs/webtaint-rt-*.jar
- -javaagent:WebTaint root directory/build/libs/webtaint-agent-*.jar