Update Cheat Sheet.md

This commit is contained in:
ARZ 2021-11-27 05:00:18 +05:00 committed by GitHub
parent cd895059d4
commit fb8c2687cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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