nuclei-templates/file/keys/credentials.yaml

16 lines
279 B
YAML
Raw Normal View History

2021-05-29 09:16:00 +00:00
id: basic-auth-creds
info:
2021-05-29 09:22:12 +00:00
name: Basic Auth Credentials
2021-05-29 09:16:00 +00:00
author: gaurang
severity: high
2021-06-09 17:29:13 +00:00
tags: token,file
2021-05-29 09:16:00 +00:00
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]"