Skip to content

Commit 8af4c49

Browse files
committed
Add a missing include and require statement for psh
1 parent 0546282 commit 8af4c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/exploits/multi/script/web_delivery.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
##
55

66
require 'msf/core'
7+
require 'msf/core/exploit/powershell'
78

89
class Metasploit3 < Msf::Exploit::Remote
910
Rank = ManualRanking
1011

12+
include Msf::Exploit::Powershell
1113
include Msf::Exploit::Remote::HttpServer
1214

1315
def initialize(info = {})

0 commit comments

Comments
 (0)