Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbono committed Mar 5, 2024
1 parent a2e9e03 commit 8cc9e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ func FCMAPI(api, proxy string, poc, quiet bool) {
fmt.Printf("%v\n", red.Sprintf("❌ Vulnerable to FCMAPI"))
if poc {
command := fmt.Sprintf("curl -k -s -X POST -H \"Content-Type: application/json\" -H \"Authorization: key=%s\" -A \"GAP - The Google Maps API Checker\" -d '{\"registration_ids\":[\"ABC\"]}' \"%s\"", api, url)
fmt.Printf("%v %s\n\n", yellow.Sprintf("⚠️ PoC Command: %s"), command)
fmt.Printf("%v %s\n\n", yellow.Sprintf("⚠️ PoC Command:"), command)
}
}
}
Expand Down

0 comments on commit 8cc9e12

Please sign in to comment.