Skip to content

Yong-An-Dang/nuclei-plus

Repository files navigation

nuclei-plus-icon

nuclei-plus

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.

简体中文

Intro

Functional enhancement based on nuclei

Support

  • 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

Build

# JDK11+

# add terminal
mvn install:install-file -Dfile=libs/jediterm-core-3.20-SNAPSHOT.jar -DgroupId=com.jediterm  -DartifactId=jediterm-core -Dversion=3.20-SNAPSHOT -Dpackaging=jar
mvn install:install-file -Dfile=libs/jediterm-ui-3.20-SNAPSHOT.jar -DgroupId=com.jediterm  -DartifactId=jediterm-ui -Dversion=3.20-SNAPSHOT -Dpackaging=jar

# set a new version
mvn versions:set -DnewVersion=7.1.4

# package
mvn clean package -DskipTests

Run

# JDK11+
java -jar nuclei-x.x.x.jar

Usage

See Document

Dependency

JetBrains Logo (Main) logo