Nuclei is used to send requests across targets based on a template, leading to zero false positives and providing fast scanning on a large number of hosts. Nuclei offers scanning for a variety of protocols, including TCP, DNS, HTTP, SSL, File, Whois, Websocket, Headless etc. With powerful and flexible templating, Nuclei can be used to model all kinds of security checks.
Functional enhancement based on nuclei
- Support system tray
- Support project management
- Support configuration management
- Support template management
- Support template editing
- Support internationalization, default
zh_CN
- Support multiple network space engine interface search
# JDK11+
# add terminal
mvn install:install-file -Dfile=libs/jediterm-core-3.44-SNAPSHOT.jar -DgroupId=com.jediterm -DartifactId=jediterm-core -Dversion=3.44-SNAPSHOT -Dpackaging=jar
mvn install:install-file -Dfile=libs/jediterm-ui-3.44-SNAPSHOT.jar -DgroupId=com.jediterm -DartifactId=jediterm-ui -Dversion=3.44-SNAPSHOT -Dpackaging=jar
# set a new version
mvn versions:set -DnewVersion=7.5.9
# package
mvn clean package -DskipTests -Dproject.build.sourceEncoding=UTF-8
# JDK11+
java -jar nuclei-x.x.x.jar
See Document