Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DingyShark/nuclei-scan-sort
- Owner: DingyShark
- Created: 2023-02-14T22:46:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T13:33:47.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:43:41.158Z (4 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 29
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - DingyShark/nuclei-scan-sort - Simple Python script to sort nuclei scans by severity and URL (Python)
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)