----- Original Message -----
From: Taed Wynnell
> Essentially, I want a tool that can test for problems with buffer overflow and garbage commands on a TCP/UDP port.
Initially you can work with the Packet capture drivers.
> First, it would open a socket to a given port. It would then send random data of a random length. It would close the port and repeat this forever (or some specified amount of time).
On UNIX there are utilities “nc” and “ttcp” you can try with compiling that code on Windows.
> An enhancement of this would be to have a file of prefixes for it to prepend to the random data. For example, if I were testing HTTP, my prefix file might contain things like “<”, “”, “”, and so on.
You can modify that codes to meet your requirements.
Hop this help you.
– Sumit
____________________________________________________________
eLitecore Technologies Pvt. Ltd.
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com