Add 32 token-spray templates and update references

patch-1
Muhammad Daffa 2022-06-18 10:54:41 +07:00
parent f7308a3796
commit 252202ec80
47 changed files with 828 additions and 15 deletions

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://docs.abuseipdb.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/AbuseIPDB.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/AbuseIPDB.md
tags: token-spray,abuseipdb
self-contained: true

View File

@ -0,0 +1,27 @@
id: api-airtable
info:
name: Airtable API Test
author: daffainfo
severity: info
reference:
- https://airtable.com/api
- https://github.com/daffainfo/all-about-apikey/blob/main/Documents%20%26%20Productivity/Airtable.md
tags: token-spray,airtable
self-contained: true
requests:
- raw:
- |
GET https://api.airtable.com/v0/meta/bases HTTP/1.1
Host: api.airtable.com
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"bases"'
- '"id"'
- '"name"'
condition: and

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://otx.alienvault.com/api
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/AlienVault%20Open%20Threat%20Exchange.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/AlienVault%20Open%20Threat%20Exchange.md
tags: token-spray,alienvault,exchange
self-contained: true

View File

@ -0,0 +1,22 @@
id: api-apiflash
info:
name: ApiFlash API Test
author: daffainfo
severity: info
reference:
- https://apiflash.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ApiFlash.md
tags: token-spray,apiflash
self-contained: true
requests:
- method: GET
path:
- "https://api.apiflash.com/v1/urltoimage?access_key={{token}}&url=https://lol.test"
matchers:
- type: word
part: body
words:
- 'net::ERR_NAME_NOT_RESOLVED at https://lol.test'

View File

@ -0,0 +1,28 @@
id: api-blitapp
info:
name: Blitapp API Test
author: daffainfo
severity: info
reference:
- https://blitapp.com/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Blitapp.md
tags: token-spray,blitapp
self-contained: true
requests:
- raw:
- |
GET https://blitapp.com/api/scheduledcapture HTTP/1.1
Host: blitapp.com
Accept: application/json
Api-key: {{token}}
matchers:
- type: word
part: body
words:
- '"id"'
- '"name"'
- '"apps"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-browshot
info:
name: Browshot API Test
author: daffainfo
severity: info
reference:
- https://browshot.com/api/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Browshot.md
tags: token-spray,browshot
self-contained: true
requests:
- method: GET
path:
- "https://api.browshot.com/api/v1/simple?url=http://mobilito.net/&instance_id=12&width=640&height=480&key={{token}}"
matchers:
- type: word
part: body
words:
- '"cost"'
- '"priority"'
- '"url"'
condition: and

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://collection.cooperhewitt.org/api/methods/
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Cooper%20Hewitt.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/Cooper%20Hewitt.md
tags: token-spray,cooperhewitt
self-contained: true

View File

@ -0,0 +1,25 @@
id: api-currencyfreaks
info:
name: CurrencyFreaks API Test
author: daffainfo
severity: info
reference:
- https://currencyfreaks.com/documentation.html
- https://github.com/daffainfo/all-about-apikey/blob/main/Currency%20Exchange/CurrencyFreaks.md
tags: token-spray,currencyfreaks
self-contained: true
requests:
- method: GET
path:
- "https://api.currencyfreaks.com/latest?apikey={{token}}"
matchers:
- type: word
part: body
words:
- '"date"'
- '"base"'
- '"rates"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-currencylayer
info:
name: Currencylayer API Test
author: daffainfo
severity: info
reference:
- https://currencylayer.com/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Currency%20Exchange/Currencylayer.md
tags: token-spray,currencylayer
self-contained: true
requests:
- method: GET
path:
- "http://api.currencylayer.com/live?access_key={{token}}"
matchers:
- type: word
part: body
words:
- '"terms"'
- '"source"'
- '"quotes"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-currencyscoop
info:
name: CurrencyScoop API Test
author: daffainfo
severity: info
reference:
- https://currencyscoop.com/api-documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Currency%20Exchange/CurrencyScoop.md
tags: token-spray,currencyscoop
self-contained: true
requests:
- method: GET
path:
- "https://api.currencyscoop.com//v1/historical?api_key={{token}}&date=2022-01-01"
matchers:
- type: word
part: body
words:
- '"date"'
- '"base"'
- '"rates"'
condition: and

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://developer.dribbble.com/v2/
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Dribbble.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/Dribbble.md
tags: token-spray,dribbble
self-contained: true

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://pro.europeana.eu/page/search
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Europeana.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/Europeana.md
tags: token-spray,europeana
self-contained: true

View File

@ -0,0 +1,25 @@
id: api-exchangerateapi
info:
name: ExchangeRate-API API Test
author: daffainfo
severity: info
reference:
- https://www.exchangerate-api.com/docs/overview
- https://github.com/daffainfo/all-about-apikey/blob/main/Currency%20Exchange/ExchangeRate-API.md
tags: token-spray,exchangerateapi
self-contained: true
requests:
- method: GET
path:
- "https://v6.exchangerate-api.com/v6/{{token}}/latest/USD"
matchers:
- type: word
part: body
words:
- '"time_next_update_utc"'
- '"base_code"'
- '"conversion_rates"'
condition: and

View File

@ -0,0 +1,31 @@
id: api-gorest
info:
name: Gorest API Test
author: daffainfo
severity: info
reference:
- https://gorest.co.in/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Gorest.md
tags: token-spray,gorest
self-contained: true
requests:
- raw:
- |
GET https://gorest.co.in/public/v2/users/5 HTTP/1.1
Host: gorest.co.in
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{token}}
matchers-condition: and
matchers:
- type: status
status:
- 204
- type: word
part: header
words:
- 'Content-Length: 0'

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://github.com/harvardartmuseums/api-docs
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Harvard%20Art%20Museums.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/Harvard%20Art%20Museums.md
tags: token-spray,harvardart
self-contained: true

View File

@ -0,0 +1,25 @@
id: api-host-io
info:
name: host.io API Test
author: daffainfo
severity: info
reference:
- https://host.io/docs
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/host.io.md
tags: token-spray,hostio
self-contained: true
requests:
- method: GET
path:
- "https://host.io/api/full/facebook.com?token=${{token}}"
matchers:
- type: word
part: body
words:
- '"domain"'
- '"rank"'
- '"url"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-hunter
info:
name: Hunter API Test
author: daffainfo
severity: info
reference:
- https://hunter.io/api-documentation/v2
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Hunter.md
tags: token-spray,hunter
self-contained: true
requests:
- method: GET
path:
- "https://api.hunter.io/v2/domain-search?domain=stripe.com&api_key={{token}}"
matchers:
- type: word
part: body
words:
- '"domain"'
- '"disposable"'
- '"webmail"'
condition: and

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://developer.iconfinder.com/reference/overview-1
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/IconFinder.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/IconFinder.md
tags: token-spray,iconfinder
self-contained: true

View File

@ -0,0 +1,25 @@
id: api-ip2whois
info:
name: IP2WHOIS API Test
author: daffainfo
severity: info
reference:
- https://www.ip2whois.com/developers-api
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/IP2WHOIS.md
tags: token-spray,ip2whois
self-contained: true
requests:
- method: GET
path:
- "https://api.ip2whois.com/v2?key={{token}}&domain=daffa.tech&format=json"
matchers:
- type: word
part: body
words:
- '"domain"'
- '"domain_id"'
- '"whois_server"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-ipfind
info:
name: IPFind API Test
author: daffainfo
severity: info
reference:
- https://ipfind.io/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/IPFind.md
tags: token-spray,ipfind
self-contained: true
requests:
- method: GET
path:
- "https://app.ipfind.io/api/iplocation?apikey={{token}}"
matchers:
- type: word
part: body
words:
- '"continent"'
- '"country"'
- '"zipCode"'
condition: and

View File

@ -0,0 +1,27 @@
id: api-jsonbin
info:
name: JSONBin API Test
author: daffainfo
severity: info
reference:
- https://jsonbin.io/api-reference
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/JSONBin.md
tags: token-spray,jsonbin
self-contained: true
requests:
- raw:
- |
GET https://api.jsonbin.io/v3/c HTTP/1.1
Host: api.jsonbin.io
X-Master-key: {{token}}
matchers:
- type: word
part: body
words:
- '"record"'
- '"collectionMeta"'
- '"schemaDocId"'
condition: and

27
token-spray/api-lob.yaml Normal file
View File

@ -0,0 +1,27 @@
id: api-lob
info:
name: Lob API Test
author: daffainfo
severity: info
reference:
- https://docs.lob.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Data%20Validation/Lob.md
tags: token-spray,lob
self-contained: true
requests:
- raw:
- |
GET https://api.lob.com/v1/addresses HTTP/1.1
Authorization: Basic {{base64(token + ':')}}
Host: api.lob.com
matchers:
- type: word
part: body
words:
- '"id"'
- '"description"'
- '"name"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-mac-address-lookup
info:
name: MAC Address Lookup API Test
author: daffainfo
severity: info
reference:
- https://macaddress.io/api
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/MAC%20Address%20Lookup.md
tags: token-spray,macaddresslookup
self-contained: true
requests:
- method: GET
path:
- "https://api.macaddress.io/v1?apiKey={{token}}&output=json&search=44:38:39:ff:ef:57"
matchers:
- type: word
part: body
words:
- '"vendorDetails"'
- '"companyName"'
- '"companyAddress"'
condition: and

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://malshare.com/doc.php
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/MalShare.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/MalShare.md
tags: token-spray,malshare
self-contained: true

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://bazaar.abuse.ch/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/MalwareBazaar.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/MalwareBazaar.md
tags: token-spray,malwarebazaar
self-contained: true

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://support.mywot.com/hc/en-us/sections/360004477734-API-
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/Web%20of%20Trust.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/Web%20of%20Trust.md
tags: token-spray,weboftrust
self-contained: true

View File

@ -0,0 +1,27 @@
id: api-open-page-rank
info:
name: Open Page Rank API Test
author: daffainfo
severity: info
reference:
- https://www.domcop.com/openpagerank/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Open%20Page%20Rank.md
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

View File

@ -0,0 +1,25 @@
id: api-opengraphr
info:
name: OpenGraphr API Test
author: daffainfo
severity: info
reference:
- https://opengraphr.com/docs/1.0/overview
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/OpenGraphr.md
tags: token-spray,opengraphr
self-contained: true
requests:
- method: GET
path:
- "https://api.opengraphr.com/v1/og?api_token={{token}}&url=https://google.com"
matchers:
- type: word
part: body
words:
- '"title"'
- '"image"'
- '"url"'
condition: and

View File

@ -0,0 +1,24 @@
id: api-pagecdn
info:
name: PageCDN API Test
author: daffainfo
severity: info
reference:
- https://pagecdn.com/docs/public-api
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/PageCDN.md
tags: token-spray,pagecdn
self-contained: true
requests:
- method: GET
path:
- "https://pagecdn.com/api/v2/private/repo/files?apikey={{token}}&repo=site/wxyz"
matchers:
- type: word
part: body
words:
- '"count"'
- '"files"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-proxycrawl
info:
name: ProxyCrawl API Test
author: daffainfo
severity: info
reference:
- https://proxycrawl.com/docs/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ProxyCrawl.md
tags: token-spray,proxycrawl
self-contained: true
requests:
- method: GET
path:
- "https://api.proxycrawl.com/leads?token={{token}}&domain=www.amazon.com"
matchers:
- type: word
part: body
words:
- '"remaining_requests"'
- '"domain"'
- '"leads"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-proxykingdom
info:
name: ProxyKingdom API Test
author: daffainfo
severity: info
reference:
- https://proxykingdom.com/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ProxyKingdom.md
tags: token-spray,proxykingdom
self-contained: true
requests:
- method: GET
path:
- "https://api.proxykingdom.com/proxy?token={{token}}"
matchers:
- type: word
part: body
words:
- '"address"'
- '"port"'
- '"protocol"'
condition: and

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://data.rijksmuseum.nl/user-generated-content/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Rijksmuseum.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/Rijksmuseum.md
tags: token-spray,rijksmuseum
self-contained: true

View File

@ -0,0 +1,22 @@
id: api-savepage
info:
name: SavePage API Test
author: daffainfo
severity: info
reference:
- https://docs.savepage.io
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/SavePage.md
tags: token-spray,savepage
self-contained: true
requests:
- method: GET
path:
- "https://api.savepage.io/v1?key={{token}}&q=https://lol.test"
matchers:
- type: word
part: body
words:
- 'getaddrinfo ENOTFOUND lol.test'

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://docs.scanii.com/v2.1/resources.html
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/Scanii.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/Scanii.md
tags: token-spray,scanii
self-contained: true

View File

@ -0,0 +1,25 @@
id: api-scraperapi
info:
name: ScraperAPI API Test
author: daffainfo
severity: info
reference:
- https://www.scraperapi.com/documentation/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ScraperAPI.md
tags: token-spray,scraperapi
self-contained: true
requests:
- method: GET
path:
- "http://api.scraperapi.com/account?api_key={{token}}"
matchers:
- type: word
part: body
words:
- '"concurrencyLimit"'
- '"concurrentRequests"'
- '"requestLimit"'
condition: and

View File

@ -0,0 +1,27 @@
id: api-scraperbox
info:
name: ScraperBox API Test
author: daffainfo
severity: info
reference:
- https://scraperbox.com/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ScraperBox.md
tags: token-spray,scraperbox
self-contained: true
requests:
- method: GET
path:
- "https://api.scraperbox.com/scrape?token={{token}}&url=https://example.com"
matchers-condition: and
matchers:
- type: status
status:
- 304
- type: word
part: body
words:
- '<title>Example Domain</title>'

View File

@ -0,0 +1,22 @@
id: api-scrapestack
info:
name: scrapestack API Test
author: daffainfo
severity: info
reference:
- https://scrapestack.com/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/scrapestack.md
tags: token-spray,scrapestack
self-contained: true
requests:
- method: GET
path:
- "https://api.scrapestack.com/scrape?access_key={{token}}&url=https://example.com"
matchers:
- type: word
part: body
words:
- '<title>Example Domain</title>'

View File

@ -0,0 +1,32 @@
id: api-scrapingant
info:
name: ScrapingAnt API Test
author: daffainfo
severity: info
reference:
- https://docs.scrapingant.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ScrapingAnt.md
tags: token-spray,scrapingant
self-contained: true
requests:
- raw:
- |
POST https://api.scrapingant.com/v1/general HTTP/1.1
Host: api.scrapingant.com
x-api-key: {{token}}
Accept: application/json
Content-Type: application/json
{"url": "https://example.com"}
matchers:
- type: word
part: body
words:
- '"content"'
- '"cookies"'
- '"status_code"'
condition: and

View File

@ -0,0 +1,22 @@
id: api-scrapingdog
info:
name: ScrapingDog API Test
author: daffainfo
severity: info
reference:
- https://www.scrapingdog.com/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ScrapingDog.md
tags: token-spray,scrapingdog
self-contained: true
requests:
- method: GET
path:
- "https://api.scrapingdog.com/scrape?api_key={{token}}&url=https://example.com/ip&dynamic=false"
matchers:
- type: word
part: body
words:
- '<title>Example Domain</title>'

View File

@ -0,0 +1,25 @@
id: api-screenshotapi
info:
name: ScreenshotAPI API Test
author: daffainfo
severity: info
reference:
- https://docs.screenshotapi.net/?ref=webflow
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Screenshot%20API.md
tags: token-spray,screenshotapi
self-contained: true
requests:
- method: GET
path:
- "https://shot.screenshotapi.net/screenshot?token={{token}}&url=https://example.com"
matchers:
- type: word
part: body
words:
- '"screenshot"'
- '"url"'
- '"created_at"'
condition: and

View File

@ -0,0 +1,25 @@
id: api-serpstack
info:
name: serpstack API Test
author: daffainfo
severity: info
reference:
- https://serpstack.com/documentation
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/serpstack.md
tags: token-spray,serpstack
self-contained: true
requests:
- method: GET
path:
- "http://api.serpstack.com/search?access_key={{token}}&query=mcdonalds"
matchers:
- type: word
part: body
words:
- '"total_time_taken"'
- '"processed_timestamp"'
- '"search_url"'
condition: and

View File

@ -0,0 +1,28 @@
id: api-supportivekoala
info:
name: Supportivekoala API Test
author: daffainfo
severity: info
reference:
- https://developers.supportivekoala.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Supportivekoala.md
tags: token-spray,supportivekoala
self-contained: true
requests:
- raw:
- |
GET https://api.supportivekoala.com/v1/images HTTP/1.1
Host: api.supportivekoala.com
Content-Type: application/json
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"_id"'
- '"template"'
- '"imageUrl"'
condition: and

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://urlscan.io/docs/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/URLScan.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/URLScan.md
tags: token-spray,urlscan
self-contained: true

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://developers.virustotal.com/reference
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/VirusTotal.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti%20Malware/VirusTotal.md
tags: token-spray,virustotal
self-contained: true

View File

@ -6,7 +6,7 @@ info:
severity: info
reference:
- https://wordcloudapi.com/getting-started
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Word%20Cloud.md
- https://github.com/daffainfo/all-about-apikey/blob/main/Art%20Design/Word%20Cloud.md
tags: token-spray,wordcloud
self-contained: true

View File

@ -0,0 +1,25 @@
id: api-wordnik
info:
name: Wordnik API Test
author: daffainfo
severity: info
reference:
- https://developer.wordnik.com/docs
- https://github.com/daffainfo/all-about-apikey/blob/main/Dictionaries/Wordnik.md
tags: token-spray,wordnik
self-contained: true
requests:
- method: GET
path:
- "https://api.wordnik.com/v4/word.json/hedgehog/topExample?useCanonical=false&api_key={{token}}"
matchers:
- type: word
part: body
words:
- '"provider"'
- '"year"'
- '"rating"'
condition: and

View File

@ -0,0 +1,22 @@
id: api-zenrows
info:
name: ZenRows API Test
author: daffainfo
severity: info
reference:
- https://www.zenrows.com/documentation/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/ZenRows.md
tags: token-spray,zenrows
self-contained: true
requests:
- method: GET
path:
- "https://api.zenrows.com/v1/?apikey={{token}}&url=https://example.com"
matchers:
- type: word
part: body
words:
- '<title>Example Domain</title>'