Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.89 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.89 KB

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.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

Run

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

Usage

See Document

Dependency

JetBrains Logo (Main) logo