Merge pull request #6529 from 0xPugazh/patch-7

Create api-ipinfo.yaml
patch-1
pussycat0x 2023-01-13 17:21:37 +05:30 committed by GitHub
commit 126afac6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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