reewardius / nuclei-scan-sort

Simple Python script to sort nuclei scans by severity and URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuclei-scan-sort

Simple Python script to sort nuclei scans by severity and URL

  1. Install dependencies:
pip3 install -r requirements.txt
  1. Simply save nuclei scan with -o option:
nuclei -l targets.txt -o scan.txt
  1. Proceed it with script:
python3 nuclei_sort.py -i scan.txt

sorted

About

Simple Python script to sort nuclei scans by severity and URL


Languages

Language:Python 100.0%