3 matches found
Lynx <= 2.8.6dev.13 Remote Buffer Overflow Exploit (port bind)
No description provided by source...
Lynx 2.8.6dev.13 - Remote Buffer Overflow (PoC)
!/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"; print "SENT: $str\n"; sub mysend sub...
Lynx <= 2.8.6dev.13 Remote Buffer Overflow Exploit (PoC)
Exploit for multiple platform in category dos / poc ======================================================== Lynx ; alarm 0; ; if email protected eq "alarm\n" $inp = ''; print "TIMED OUT\n"; $inp = tr/\015\012\000//d; print "RECEIVED: $inp\n"; $inp; sub myreceive MAIN PROGRAM my $server =...