Skip to content

Commit 18fb300

Browse files
committed
Merge branch 'master' of github.com:rapid7/metasploit-framework
2 parents 77c8548 + be9a954 commit 18fb300

Some content is hidden

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

56 files changed

+67
-2
lines changed

modules/exploits/linux/local/sock_sendpage.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
require 'msf/core/exploit/local/linux_kernel'
1414
require 'msf/core/exploit/local/linux'
1515
require 'msf/core/exploit/local/unix'
16+
require 'msf/core/exploit/exe'
1617

1718
#load 'lib/msf/core/post/file.rb'
1819
#load 'lib/msf/core/exploit/local/unix.rb'

modules/exploits/linux/local/udev_netlink.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
require 'msf/core/exploit/local/linux_kernel'
1414
require 'msf/core/exploit/local/linux'
1515
require 'msf/core/exploit/local/unix'
16+
require 'msf/core/exploit/exe'
1617

1718
#load 'lib/msf/core/post/file.rb'
1819
#load 'lib/msf/core/exploit/local/unix.rb'

modules/exploits/unix/local/setuid_nmap.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
require 'msf/core/post/common'
1111
require 'msf/core/post/file'
1212
require 'msf/core/post/linux/priv'
13+
require 'msf/core/exploit/exe'
1314

1415

1516
class Metasploit4 < Msf::Exploit::Local

modules/exploits/windows/local/ask.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
##
1111

1212
require 'msf/core'
13+
require 'msf/core/post/common'
14+
require 'msf/core/exploit/exe'
15+
require 'msf/core/post/file'
1316

1417
class Metasploit3 < Msf::Exploit::Local
1518
Rank = ExcellentRanking

modules/exploits/windows/local/bypassuac.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
##
1111

1212
require 'msf/core'
13+
require 'msf/core/post/common'
14+
require 'msf/core/exploit/exe'
15+
require 'msf/core/post/file'
1316

1417
class Metasploit3 < Msf::Exploit::Local
1518
Rank = ExcellentRanking

modules/exploits/windows/local/current_user_psexec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
require 'msf/core/post/windows/services'
1515
require 'msf/core/post/common'
1616
require 'msf/core/post/file'
17+
require 'msf/core/exploit/exe'
1718

1819
class Metasploit3 < Msf::Exploit::Local
1920
Rank = ExcellentRanking

modules/exploits/windows/local/ms10_092_schelevator.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
require 'msf/core/post/common'
1010
require 'rex'
1111
require 'zlib'
12+
require 'msf/core/exploit/exe'
13+
require 'msf/core/post/file'
1214

1315

1416
class Metasploit3 < Msf::Exploit::Local

modules/exploits/windows/local/trusted_service_path.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
require 'msf/core'
99
require 'msf/core/post/common'
1010
require 'msf/core/post/windows/services'
11+
require 'msf/core/exploit/exe'
12+
require 'msf/core/post/file'
1113

1214
class Metasploit3 < Msf::Exploit::Local
1315
Rank = ExcellentRanking

modules/post/multi/gather/dns_srv_lookup.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
require 'msf/core'
1313
require 'rex'
1414
require 'msf/core/post/common'
15+
require 'msf/core/auxiliary/report'
1516

1617

1718
class Metasploit3 < Msf::Post

modules/post/osx/gather/enum_adium.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
require 'rex'
1010
require 'msf/core/post/common'
1111
require 'msf/core/post/file'
12+
require 'msf/core/auxiliary/report'
1213

1314
class Metasploit3 < Msf::Post
1415

0 commit comments

Comments
 (0)