nuclei-templates/token-spray/api-open-page-rank.yaml

29 lines
760 B
YAML
Raw Normal View History

id: api-open-page-rank
info:
name: Open Page Rank API Test
author: daffainfo
severity: info
description: API for calculating and comparing metrics of different websites using Page Rank algorithm
reference:
- https://www.domcop.com/openpagerank/documentation
- https://github.com/daffainfo/all-about-apikey/tree/main/open-page-rank
tags: token-spray,openpagerank
self-contained: true
requests:
- raw:
- |
GET https://openpagerank.com/api/v1.0/getPageRank?domains[]=google.com HTTP/1.1
Host: openpagerank.com
API-OPR: {{token}}
matchers:
- type: word
part: body
words:
- '"page_rank_integer"'
- '"page_rank_decimal"'
- '"rank"'
condition: and