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
Firefox-CVE-2016-9079 | Kitploit
Tools/GitHubGitHub/tau-hub/firefox-cve-2016-9079
ExploitationShellcodeWeb Application ExploitationPenetration TestingPayload Development
GitHubtau-hub/firefox-cve-2016-9079

Firefox-CVE-2016-9079

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

Firefox RCE CVE-2016-9079 nsSMILTimeContainer

This a manual exploit of https://www.exploit-db.com/exploits/41151, another one exists for Windows 10 (https://github.com/soham23/firefox-rce-nssmil) but it didn't work on windows 8.1 so I made mine.

You have to modify the line 241 with your own shellcode. There is an example above this line.

Download the repository, and start a server. Using python server works fine.

root@kitploit:~
python3 -m http.server 8080

On your victime browse to http://<attacker_ip>:8080/ and it should work.

Tested on Windows 8.1 Entreprise x64 using firefox 38.

Download Tool