Skip to content

WebTaint is a dynamic taint tracker created to secure Java-based web applications.

Notifications You must be signed in to change notification settings

fredrikkadolfsson/WebTaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTaint - Dynamic Taint Tracker

WebTaint is a Dynamic Taint Tracker developed during the conduction of a masters thesis.

Installation (Generate Agent and RT JAR)

  • cd WebTaint root directory
  • ./gradlew clean assemble

Installation (Add Agent and RT JAR to Web Application)

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

About

WebTaint is a dynamic taint tracker created to secure Java-based web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages