Skip to content

Commit 6512eb4

Browse files
author
jvazquez-r7
committed
Merge branch 'naming_corrections' of https://github.com/wchen-r7/metasploit-framework into wchen-r7-naming_corrections
2 parents b315a4e + 283d37f commit 6512eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/post/windows/manage/rpcapd_start.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Metasploit3 < Msf::Post
2222

2323
def initialize(info={})
2424
super( update_info( info,
25-
'Name' => 'Enable Remote Packet Capture Service',
25+
'Name' => 'Windows Manage Remote Packet Capture Service Starter',
2626
'Description' => %q{
2727
This module enables the Remote Packet Capture System (rpcapd service)
2828
included in the default installation of Winpcap. The module allows you to set up

modules/post/windows/manage/sdel.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Metasploit3 < Msf::Post
1818

1919
def initialize(info={})
2020
super( update_info( info,
21-
'Name' => 'Safe Delete Meterpreter Module',
21+
'Name' => 'Windows Manage Safe Delete',
2222
'Description' => %q{
2323
The goal of the module is to hinder the recovery of deleted files by overwriting
2424
its contents. This could be useful when you need to download some file on the victim

0 commit comments

Comments
 (0)