Skip to content

Commit e08206d

Browse files
author
Brent Cook
committed
Land rapid7#4768, jvazquez-r7 reorganizes the SMB mixins
2 parents 0597d2d + 2c842ee commit e08206d

File tree

79 files changed

+878
-893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+878
-893
lines changed

lib/msf/core/exploit/mixins.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
require 'msf/core/exploit/dhcp'
2929
require 'msf/core/exploit/ntlm'
3030
require 'msf/core/exploit/dcerpc'
31-
require 'msf/core/exploit/smb'
32-
require 'msf/core/exploit/smb/authenticated'
33-
require 'msf/core/exploit/smb/psexec'
31+
require 'msf/core/exploit/smb/client'
32+
require 'msf/core/exploit/smb/client/authenticated'
33+
require 'msf/core/exploit/smb/client/psexec'
34+
require 'msf/core/exploit/smb/server'
3435
require 'msf/core/exploit/ftp'
3536
require 'msf/core/exploit/tftp'
3637
require 'msf/core/exploit/telnet'

0 commit comments

Comments
 (0)