diff --git a/token-spray/api-ipinfo.yaml b/token-spray/api-ipinfo.yaml new file mode 100644 index 0000000000..e6bbfe06a2 --- /dev/null +++ b/token-spray/api-ipinfo.yaml @@ -0,0 +1,27 @@ +id: api-ipinfo + +info: + name: IPinfo API Test + author: 0xlittleboy + severity: info + reference: + - https://ipinfo.io/developers + metadata: + verified: true + tags: token-spray,ipinfo + +self-contained: true +requests: + - method: GET + path: + - "https://ipinfo.io/?token={{token}}" + matchers: + - type: word + part: body + words: + - '"ip"' + - '"city"' + - '"org"' + - '"postal"' + - '"timezone"' + condition: and