https://github.com/chainreactors/neutron
nano nuclei engine. no side effect.
https://github.com/chainreactors/neutron
Last synced: 9 months ago
JSON representation
nano nuclei engine. no side effect.
- Host: GitHub
- URL: https://github.com/chainreactors/neutron
- Owner: chainreactors
- Created: 2023-02-26T16:31:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T11:33:15.000Z (10 months ago)
- Last Synced: 2025-04-10T12:53:13.254Z (10 months ago)
- Language: Go
- Homepage: https://chainreactors.github.io/wiki/libs/neutron/
- Size: 182 KB
- Stars: 64
- Watchers: 1
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neutron
blog posts:
- https://chainreactors.github.io/wiki/blog/2024/10/30/neutron-introduce/
## Introduce
Neutron has been rewritten based on Nuclei 2.7, removing all dependencies (only depends on logs and utils from the chainreactors project, with no recursive dependencies, and is extremely small in size), and trimmed features that are less likely to be used in internal networks, resulting in a nano Nuclei engine.
Differences from the original Nuclei 2.7: https://chainreactors.github.io/wiki/libs/neutron/
Neutron POC repo: https://github.com/chainreactors/templates/tree/master/neutron
update log: https://chainreactors.github.io/wiki/libs/neutron/update/
### CMD
neutron 提供了两个简单的测试工具, 帮助用户测试poc
### validate
指定poc路径, 加载并预编译指定路径下的所有poc
```bash
go run ./cmd/validate
```
### shot
指定poc路径和url, 对单个url
```bash
go run ./cmd/shot [-proxy ]
```