2020-04-05 16:19:21 +00:00
|
|
|
id: dir-listing
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Directory listing enabled
|
2021-06-09 12:20:56 +00:00
|
|
|
author: _harleo,pentest_swissky
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2021-09-16 11:57:49 +00:00
|
|
|
reference: https://portswigger.net/kb/issues/00600100_directory-listing
|
2021-08-11 07:59:46 +00:00
|
|
|
tags: misc,generic
|
2020-04-05 16:19:21 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
2020-05-25 08:02:27 +00:00
|
|
|
path:
|
2021-01-13 07:31:46 +00:00
|
|
|
- "{{BaseURL}}"
|
2022-01-28 10:24:49 +00:00
|
|
|
|
2020-04-05 16:19:21 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2020-05-25 08:02:27 +00:00
|
|
|
words:
|
2020-10-01 18:40:24 +00:00
|
|
|
- "Directory listing for"
|
2020-04-09 12:44:55 +00:00
|
|
|
- "Index of /"
|
2020-04-15 08:00:08 +00:00
|
|
|
- "[To Parent Directory]"
|
2020-12-13 20:22:24 +00:00
|
|
|
- "Directory: /"
|
2022-01-28 10:24:49 +00:00
|
|
|
condition: or
|