Skip to content

HTaccess config file

ID: htaccess-config

Severity: info

Author: Yash Anand @yashanand155

Tags: miscellaneous,misc,config

id: htaccess-config
info:
name: HTaccess config file
author: Yash Anand @yashanand155
severity: info
metadata:
max-request: 6
tags: miscellaneous,misc,config
http:
- method: GET
path:
- "{{BaseURL}}/.htaccess"
- "{{BaseURL}}/example.htaccess"
- "{{BaseURL}}/_.htaccess"
- "{{BaseURL}}/sample.htaccess"
- "{{BaseURL}}/a.htaccess"
- "{{BaseURL}}/htaccess_for_page_not_found_redirects.htaccess"
stop-at-first-match: true
matchers:
- type: word
words:
- RewriteRule
- </IfModule>
- <IfModule
condition: and
# digest: 4a0a0047304502205e2225b26383976b9addae2fd2843de3fa1c9ae97bfba79d570e22d124604435022100c937d6eb827e3705791662404ba8319efed7eb1693afec0ff601f06ff419a5ad:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/miscellaneous/htaccess-config.yaml"

View on Github