Skip to content

mottelet/CobraHTMLToolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cobra HTML Toolkit

The Cobra HTML Toolkit is a component that is used within burpsuite for HTML rendering.

I created this project to allow any burpsuite plugin to tap into that functionality. And updated the project in order to function with Java 1.7+

Usage

Add the following in your build.gradle to include this toolkit.

repositories {
  maven { url 'https://jetpack.io' }
}

dependencies {
  compileOnly 'com.github.vdbaan:CobraHTMLToolkit:0.98.5'
}

About

Cobra HTML Toolkit 0.98.4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • HTML 0.2%