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
cd895059d4
commit
fb8c2687cd
1 changed files with 4 additions and 0 deletions
|
@ -258,6 +258,10 @@ echo "" > --checkpoint=1
|
|||
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`
|
||||
|
||||
### Shared Library (LD_PRELOAD)
|
||||
|
||||
https://www.hackingarticles.in/linux-privilege-escalation-using-ld_preload/
|
||||
|
||||
### MairaDB Command Execution
|
||||
|
||||
https://packetstormsecurity.com/files/162177/MariaDB-10.2-Command-Execution.html
|
||||
|
|
Loading…
Reference in a new issue