mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-24 20:55:30 +00:00
* init rdap * add an integration test, option to supply RDAP server to execute the request on * add rdap protocolMappings * add debug info, add IP, ASN query type support * rename rdap to whois, Host to Query in template * rename pending rdap to whois * remove port from whois varaiables * set Host variable even if input is not a parsable url
14 lines
229 B
YAML
14 lines
229 B
YAML
id: basic-whois-example
|
|
|
|
info:
|
|
name: test template for WHOIS
|
|
author: pdteam
|
|
severity: info
|
|
|
|
whois:
|
|
- query: "{{Host}}"
|
|
extractors:
|
|
- type: kval
|
|
kval:
|
|
- "expiration date"
|
|
- "registrar" |