Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Yong-An-Dang/nuclei-plus

Functional enhancement based on nuclei
https://github.com/Yong-An-Dang/nuclei-plus

java nuclei poc swing swing-gui

Last synced: 3 months ago
JSON representation

Functional enhancement based on nuclei

Awesome Lists containing this project

README

        

![nuclei-plus-icon](doc/images/icon.png)

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.
> [简体中文](README_zh.md)

#### Intro

Functional enhancement based on nuclei

#### Support

- [x] Support system tray
- [x] Support project management
- [x] Support configuration management
- [x] Support template management
- [x] Support template editing
- [x] Support internationalization, default `zh_CN`
- [x] Support multiple network space engine interface search

#### Build

```shell
# 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.4.8

# package
mvn clean package -DskipTests -Dproject.build.sourceEncoding=UTF-8
```

#### Run

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

#### Usage

See [Document](https://yong-an-dang.github.io/nuclei-plus/)

#### Dependency

- [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei)
- [JetBrains/jediterm](https://github.com/JetBrains/jediterm)
- [JFormDesigner/FlatLaf](https://github.com/JFormDesigner/FlatLaf)
- more...

#### [Thanks to `JetBrains` for their support](https://jb.gg/OpenSourceSupport)

![JetBrains Logo (Main) logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)