Skip to content

Instantly share code, notes, and snippets.

View imran-parray's full-sized avatar
🏠
Working from home

imran parray imran-parray

🏠
Working from home
View GitHub Profile
@imran-parray
imran-parray / rm_unwanted_nuclei_templates.bash
Last active January 22, 2026 01:27
remove all info and low templates from Nuclei Temaplte Dir
find nuclei-templates -type f -name "*.yaml" -exec grep -q "severity: info" {} \; -exec rm {} \;
@imran-parray
imran-parray / regreSSHion.yaml
Created July 2, 2024 03:59
Quick #regreSSHion checker (based on software version) for #nuclei CVE-2024-6387
id: CVE-2024-6387
info:
name: RegreSSHion detect (based on software version)
author: UnaPibaGeek
severity: High
description: Regression (CVE-2024-6387) software version checker.
classification:
cve-id: CVE-2024-6387
metadata: