Skip to content

Commit f1d33b5

Browse files
committed
PXE: Naming consistency
1 parent 75819d7 commit f1d33b5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

modules/exploits/windows/local/pxeexploit.rb renamed to modules/exploits/windows/local/pxe_exploit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class MetasploitModule < Msf::Exploit::Remote
1111

1212
def initialize
1313
super(
14-
'Name' => 'PXE Exploit Server',
14+
'Name' => 'PXE Boot Exploit Server',
1515
'Description' => %q{
1616
This module provides a PXE server, running a DHCP and TFTP server.
1717
The default configuration loads a linux kernel and initrd into memory that
File renamed without changes.

0 commit comments

Comments
 (0)