
@rxerium이 제로데이 및 활발히 악용되는 취약점을 위해 제작한 Nuclei 스크립트입니다.

제로데이 및 실제 환경에서 활발히 악용되는 취약점에 중점을 둔 144개 이상의 Nuclei 템플릿 선별 컬렉션으로, 몇 가지 기타 템플릿도 포함합니다. 템플릿은 수동 탐지 기법(버전/날짜 매칭)을 사용하며 연도별로 정리되어 있어 쉽게 탐색할 수 있습니다.
⚠️ 참고: 날짜 매칭은 버전 탐지보다 신뢰도가 낮을 수 있습니다. 주의해서 사용하세요.
# Clone the repository
git clone https://github.com/rxerium/rxerium-templates.git
cd rxerium-templates
# Or use directly with Nuclei
nuclei -t rxerium-templates/ -u https://target.com
# Scan a single target
nuclei -t rxerium-templates/ -u https://example.com
# Scan with specific severity
nuclei -t rxerium-templates/ -u https://example.com -severity critical,high
# Scan specific year
nuclei -t rxerium-templates/2025/ -u https://example.com
# Bulk scan from file
nuclei -t rxerium-templates/ -l targets.txt
새 템플릿이 공개될 때마다 알림을 받아보세요:
이 저장소에 새 Nuclei 템플릿이 추가되면 이메일 알림을 받으려면 구독하세요.
템플릿은 NCSC, SonicWall, NVD NIST, Censys, ReSecurity, California CyberSecurity Integration Center 및 기타 여러 곳의 보안 연구에서 인용되었습니다.
이 템플릿은 승인된 보안 테스트 전용입니다. 스캔 전에 항상 적절한 허가를 받으십시오.