Merge pull request #528 from Abss0x7tbh/patch-1

Grep for Potential FCM Server Keys
patch-1
bauthard 2020-10-02 21:42:57 +05:30 committed by GitHub
commit b4e68503cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
id: fcm-server-key
info:
name: FCM Server Key
author: Abss (@absshax)
severity: high
# Reference:- https://abss.me/posts/fcm-takeover
# FCM Project Credentials
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "AAAA[a-zA-Z0-9_-]{7}:[a-zA-Z0-9_-]{140}"