nuclei-templates/exposed-tokens/generic/http-username-password.yaml

23 lines
457 B
YAML
Raw Normal View History

id: http-username-password
2020-05-25 08:24:39 +00:00
# Extract something like https://username:password@vulnerable.com
info:
name: Http usernamme password
author: nadino
2020-09-20 12:57:43 +00:00
severity: info
2021-01-10 23:20:14 +00:00
# Notes:-
# This template requires manual inspection once found valid match.
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-07-30 08:16:37 +00:00
extractors:
- type: regex
part: body
regex:
2020-08-19 14:59:38 +00:00
- '(ftp|ftps|http|https)://[A-Za-z0-9-_:\.~]+(@)'