nukesort/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2022-09-10 08:57:50 -04:00
# Nukesort
[![IRC](https://img.shields.io/badge/ircd.chat-%23tcpdirect-blue.svg)](ircs://ircd.chat:6697/#tcpdirect) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Nukesort will sort nuclei json into folders & files.
## Installation
```
git clone https://git.tcp.direct/perp/nukesort
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
```
## License
##### Nukesort is provided under the [GNU General Public License v3.0](./LICENSE)
###### Developers are not responsible for any misuse