Skip to content

Simple Python script to sort nuclei scans by severity and URL

Notifications You must be signed in to change notification settings

DingyShark/nuclei-scan-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages