We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7988cf commit 5c58473Copy full SHA for 5c58473
2019/en/0xa7-security-misconfiguration.md
@@ -12,6 +12,12 @@ A7:2019 Security Misconfiguration
12
13
### Scenario #1
14
15
+An attacker finds .bash_history file under the root of the server which has in
16
+its content commands used by DevOps to access the API:
17
+`$ curl -X GET 'https://api.server/endpoint/' -H 'authorization: Basic Zm9vOmJhcg=='`.
18
+An attacker could also find new endpoints on the API that are not documented and
19
+used only by DevOps.
20
+
21
### Scenario #2
22
23
To target a specific service, an attacker searches the API hostname on a popular
0 commit comments