Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 417 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 417 Bytes

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