Skip to content

Commit f50c7ea

Browse files
committed
A version number helps deciding which exploit to use
1 parent a1f8da9 commit f50c7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/misc/novell_edirectory_ncp_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Metasploit3 < Msf::Exploit::Remote
1414

1515
def initialize(info = {})
1616
super(update_info(info,
17-
'Name' => 'Novell eDirectory Buffer Overflow',
17+
'Name' => 'Novell eDirectory 8 Buffer Overflow',
1818
'Description' => %q{
1919
This exploit abuses a buffer overflow vulnerability in Novell eDirectory. The
2020
vulnerability exists in the ndsd daemon, specifically in the NCP service, while

0 commit comments

Comments
 (0)