nukesort/README.md

38 lines
1.0 KiB
Markdown
Raw Normal View History

2022-09-10 08:57:50 -04:00
# Nukesort
2024-05-30 00:34:14 -04:00
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
2022-09-10 08:57:50 -04:00
Nukesort will sort nuclei json into folders & files.
## Installation
```
2024-05-28 20:44:58 -04:00
git clone https://git.supernets.org/perp/nukesort
2022-09-10 08:57:50 -04:00
cd nukesort
```
## Usage
```
python3 nukescan.py <json-scan> <output-folder>
python3 nukescan.py scan.json scan
```
## Structure
```
scan
└── domains
├── example.com
│ ├── azure-domain-tenant
│ │ ├── azure-domain-tenant.json
│ │ └── azure-domain-tenant.txt
│ ├── credentials-disclosure
│ │ ├── credentials-disclosure.json
│ │ └── credentials-disclosure.txt
│ └── http-missing-security-headers
│ └── http-missing-security-headers.json
└── example.com
└── http-missing-security-headers
└── http-missing-security-headers.json
```
2024-05-28 20:44:58 -04:00
## Disclaimer
2022-09-10 08:57:50 -04:00
###### Developers are not responsible for any misuse