Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Yong-An-Dang/nuclei-plus
- Owner: Yong-An-Dang
- License: apache-2.0
- Created: 2022-09-28T01:59:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T13:11:45.000Z (4 months ago)
- Last Synced: 2024-08-09T12:05:05.621Z (4 months ago)
- Topics: java, nuclei, poc, swing, swing-gui
- Language: Java
- Homepage: https://yong-an-dang.github.io/nuclei-plus/
- Size: 58.4 MB
- Stars: 275
- Watchers: 3
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-hacking-lists - Yong-An-Dang/nuclei-plus - Functional enhancement based on nuclei (Java)
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)