Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DingyShark/nuclei-scan-sort

Simple Python script to sort nuclei scans by severity and URL
https://github.com/DingyShark/nuclei-scan-sort

Last synced: 21 days ago
JSON representation

Simple Python script to sort nuclei scans by severity and URL

Awesome Lists containing this project

README

        

# nuclei-scan-sort

Simple Python script to sort nuclei scans by severity and URL

1. Install dependencies:
```
pip3 install -r requirements.txt
```
2. Simply save nuclei scan with -o option:
```
nuclei -l targets.txt -o scan.txt
```
3. Proceed it with script:
```
python3 nuclei_sort.py -i scan.txt
```
![sorted](https://user-images.githubusercontent.com/58632878/218885613-2fb46456-ef8e-41c9-92b8-23a150436319.jpg)