1 Star 0 Fork 0

null / hackvertor

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 529 Bytes
Copy Edit Raw Blame History
BApp Support authored 2019-11-20 15:04 . Updated Hackvertor to version 1.0
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
compile 'net.portswigger.burp.extender:burp-extender-api:1.7.22'
}
sourceSets {
main {
java {
srcDir 'src'
}
resources {
srcDir 'resources'
}
}
}
task fatJar(type: Jar) {
baseName = project.name + '-all'
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
}
compileJava {
targetCompatibility '1.8'
sourceCompatibility '1.8'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/a42/hackvertor.git
git@gitee.com:a42/hackvertor.git
a42
hackvertor
hackvertor
master

Search

344bd9b3 5694891 D2dac590 5694891