minorupdate

main
Dhiyaneshwaran 2024-07-15 14:41:14 +05:30 committed by GitHub
parent 853fc36122
commit 8a3ad71ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,11 @@
id: adcs-detect
info:
name: ADCS Detection
name: ADCS - Detect
author: pastaga,defte
severity: info
description: ADCS Detection checks for common redirection on potential ADCS endpoints. It should be used with the list of all domain servers like `cat servers_ips.txt | nuclei -id adcs-detect`
description: |
ADCS Detection checks for common redirection on potential ADCS endpoints. It should be used with the list of all domain servers like `cat servers_ips.txt | nuclei -id adcs-detect`
tags: ad,adcs
http:
@ -12,17 +13,16 @@ http:
path:
- "{{BaseURL}}/certenroll"
redirects: true
matchers-condition: and
matchers:
- type: word
part: header
words:
- "Location: {{BaseURL}}/certenroll/"
- type: status
status:
- 300
- 301
- 302
condition: or
- type: word
words:
- "Location: {{BaseURL}}/certenroll/"
part: header