Skip to content

Commit 826f6bd

Browse files
committed
a
1 parent 11f1f81 commit 826f6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pentesting-cloud/gcp-security/gcp-unauthenticated-enum-and-access/gcp-api-keys-unauthenticated-enum.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Search it for example in Github following: [https://github.com/search?q=%2FAIza%
2222

2323
This is extremely useful to check to **which GCP project an API key that you have found belongs to**. We have different options:
2424

25-
- Contact `https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=<api-key`
25+
- Contact `https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=<api-key>`
2626

2727
For the sake of brevity the output was truncated, but in the complete output the project ID appears more than 5 times
2828

@@ -36,7 +36,7 @@ curl -s "https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectCo
3636
[...]
3737
```
3838
39-
- Contact `https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=<api-key`
39+
- Contact `https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=<api-key>`
4040
4141
For the sake of brevity the output was truncated, but in the complete output the project ID appears more than 5 times
4242

0 commit comments

Comments
 (0)