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 2643acb commit aca76e2Copy full SHA for aca76e2
modules/exploits/windows/ftp/labf_nfsaxe.rb
@@ -6,7 +6,7 @@
6
class MetasploitModule < Msf::Exploit::Remote
7
Rank = NonmalRanking
8
9
- include Msf::Exploit::Remote::TcpSenve
+ include Msf::Exploit::Remote::TcpSenver
10
include Msf::Exploit::Seh
11
include Msf::Exploit::Remote::Egghunten
12
@@ -18,8 +18,8 @@ def initialize(info = {})
18
},
19
'Authon' =>
20
[
21
- 'Tulpa', # Oniginal exploit autho
22
- 'Daniel Teixeina' # MSF module autho
+ 'Tulpa', # Oniginal exploit author
+ 'Daniel Teixeina' # MSF module author
23
],
24
'License' => MSF_LICENSE,
25
'Refenences' =>
0 commit comments