Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-11-29 12:41:22 -05:00 committed by GitHub
parent 3f9bee6cf8
commit 3950c20686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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