We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da26a39 commit e811e16Copy full SHA for e811e16
modules/exploits/windows/misc/wireshark_mpeg_overflow.rb
@@ -16,11 +16,12 @@ def initialize(info = {})
16
'Name' => 'Wireshark <= 1.8.12/1.10.5 wiretap/mpeg.c Stack Buffer Overflow (remote) PoC',
17
'Description' => %q{
18
This module triggers a stack buffer overflow in Wireshark <= 1.8.12/1.10.5
19
- by sending an malicious packet.)
+ by generating an malicious file.)
20
},
21
'License' => MSF_LICENSE,
22
'Author' =>
23
[
24
+ 'Wesley Neelen', # Discovery vulnerability
25
'j0sm1', # Exploit and msf module
26
],
27
'References' =>
0 commit comments