Skip to content

Commit 3c03932

Browse files
committed
include the new mixin
1 parent 7aed6e4 commit 3c03932

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/msf/core/exploit/mixins.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: binary -*-
2-
# $Id$
2+
# $Id: mixins.rb 16142 2012-11-30 19:45:04Z rapid7 $
33
#
44
# All exploit mixins should be added to the list below
55
#
@@ -24,6 +24,7 @@
2424
require 'msf/core/exploit/cmdstager_debug_write'
2525
require 'msf/core/exploit/cmdstager_debug_asm'
2626
require 'msf/core/exploit/cmdstager_tftp'
27+
require 'msf/core/exploit/cmdstager_bourne'
2728

2829
# Protocol
2930
require 'msf/core/exploit/tcp'

lib/rex/exploitation/cmdstager.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# -*- coding: binary -*-
22
##
3-
# $Id$
3+
# $Id: cmdstager.rb 15548 2012-06-29 06:08:20Z rapid7 $
44
##
55

66
require 'rex/exploitation/cmdstager/base'
77
require 'rex/exploitation/cmdstager/vbs'
88
require 'rex/exploitation/cmdstager/debug_write'
99
require 'rex/exploitation/cmdstager/debug_asm'
1010
require 'rex/exploitation/cmdstager/tftp'
11+
require 'rex/exploitation/cmdstager/bourne'

0 commit comments

Comments
 (0)