Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
WonderShell — Proof-of-concept exploit for CVE-2021-44595 and CVE-2021-44596 in Wondershare Dr.Fone, enabling remote code execution as SYSTEM via vulnerable services. | Kitploit
Tools/GitHubGitHub/netanelc305/wondershell
Privilege EscalationExploitationPenetration Testing
GitHubnetanelc305/wondershell

WonderShell

Proof-of-concept exploit for CVE-2021-44595 and CVE-2021-44596 in Wondershare Dr.Fone, enabling remote code execution as SYSTEM via vulnerable services.

View Repository
32134 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

WonderShell - CVE - 2021-44595 | CVE - 2021-44596

Discovered by

Netanel Cohen and Tomer Peled a Security Researchers from BugSec.

Description

POC example to exploit Wondershare Dr.Fone .
Dr.Fone is a phone toolkit develop by wondershare , and vulnerable to RCE.
Only with network access we manage to execute remote code as SYSTEM user.

Vulnerable services:

InstallAssistService.exe
ElevationService.exe

Tested on versions : 12.0.7 , 11.4

Usage

Change ip and port and execute.

root@kitploit:~
stty raw -echo; (stty size; cat) | nc -lvnp 1338
./ElevationServiceRCE.py
root@kitploit:~
nc -lvnp 1337
./InstallAssistServiceRCE.py

Publications

https://medium.com/@tomerp_77017/wondershell-a82372914f26

Download Tool