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
3f9bee6cf8
commit
3950c20686
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ $ kill %1
|
|||
### SQL Map
|
||||
`sqlmap -r request.txt --dbms=mysql --dump`
|
||||
|
||||
### Binary Exploits
|
||||
|
||||
If there is a certain command running in a binary example `date` so we can create our own binary and add `/bin/bash` to and path so it gets executed<br/>
|
||||
`export PATH=<path_where_binary_is>/:$PATH`
|
||||
|
||||
# Windows
|
||||
|
||||
### Adding User
|
||||
|
|
Loading…
Reference in a new issue