Nukesort will sort nuclei json into folders & files.
Go to file
perp 0e96de4a64 👽 Updated for "new" nuclei JSON 2023-09-08 04:54:11 +01:00
.gitignore Cleaned up 2022-09-10 13:57:50 +01:00
LICENSE Cleaned up 2022-09-10 13:57:50 +01:00
README.md Remove wallet 2023-06-12 00:43:46 +01:00
nukesort.py 👽 Updated for "new" nuclei JSON 2023-09-08 04:54:11 +01:00

Nukesort

IRC License: GPL v3

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
Developers are not responsible for any misuse