Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 458 Bytes

MySQL.md

File metadata and controls

20 lines (14 loc) · 458 Bytes

📂 References

📂 Commands

# save output to a file
mysql -u [username] -p [dbname] -e [query] > [filename]
# execute Linux shell command
mysql -u root -p -e "system id"

📂 User-Defined Functions

Linux Privilege Escalation

https://steflan-security.com/linux-privilege-escalation-exploiting-user-defined-functions/