Skip to content

Blitapp API Test

ID: api-blitapp

Severity: info

Author: daffainfo

Tags: token-spray,blitapp

Schedule screenshots of web pages and sync them to your cloud storage

id: api-blitapp
info:
name: Blitapp API Test
author: daffainfo
severity: info
description: Schedule screenshots of web pages and sync them to your cloud storage
reference:
- https://blitapp.com/api/
- https://github.com/daffainfo/all-about-apikey/tree/main/blitapp
metadata:
max-request: 1
tags: token-spray,blitapp
self-contained: true
http:
- 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
# digest: 4a0a004730450220313d416321a90f04b246ea5cc02c25c3ffb63ec8a60ad81c360fc04fbddb9c23022100a2897008622815c759f7589d408ce32a039579865fbcd36c03878319f3e7f73c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-blitapp.yaml"

View on Github