commit
9a6d7a7eeb
|
@ -0,0 +1,30 @@
|
|||
id: api-telegram
|
||||
|
||||
info:
|
||||
name: Telegram API Test
|
||||
author: 0xpugal
|
||||
severity: info
|
||||
description: Telegram bot API token
|
||||
reference:
|
||||
- https://core.telegram.org/bots/api#making-requests
|
||||
- https://github.com/streaak/keyhacks?tab=readme-ov-file#telegram-bot-api-token
|
||||
metadata:
|
||||
max-request: 1
|
||||
tags: token-spray,telegram
|
||||
|
||||
self-contained: true
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "https://api.telegram.org/bot{{token}}/getMe"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"id"'
|
||||
- '"is_bot"'
|
||||
- '"first_name:"'
|
||||
- '"username"'
|
||||
condition: and
|
Loading…
Reference in New Issue