Skip to content

Commit 8bacb08

Browse files
authored
Update gcp-firebase-privesc.md
1 parent 8e8b21c commit 8bacb08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-firebase-privesc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ A function is vulnerable when it is insecurely configured:
127127
128128
Firebase HTTP Cloud Functions are exposed through URLs such as:
129129
130-
- [https://<region>-<project-id>.cloudfunctions.net/<function-name>](https://<region>-<project-id>.cloudfunctions.net/<function-name>)
131-
- https://<project-id>.web.app/<function-name> (when integrated with Firebase Hosting)
130+
- `https://<region>-<project-id>.cloudfunctions.net/<function-name>`
131+
- `https://<project-id>.web.app/<function-name>` (when integrated with Firebase Hosting)
132132
133133
An attacker can discover these URLs through source code analysis, network traffic inspection, enumeration tools, or mobile app reverse engineering.
134134
If the function is publicly exposed and unauthenticated, the attacker can invoke it directly without credentials.

0 commit comments

Comments
 (0)