File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: binary -*-
2
- # $Id$
2
+ # $Id: mixins.rb 16142 2012-11-30 19:45:04Z rapid7 $
3
3
#
4
4
# All exploit mixins should be added to the list below
5
5
#
24
24
require 'msf/core/exploit/cmdstager_debug_write'
25
25
require 'msf/core/exploit/cmdstager_debug_asm'
26
26
require 'msf/core/exploit/cmdstager_tftp'
27
+ require 'msf/core/exploit/cmdstager_bourne'
27
28
28
29
# Protocol
29
30
require 'msf/core/exploit/tcp'
Original file line number Diff line number Diff line change 1
1
# -*- coding: binary -*-
2
2
##
3
- # $Id$
3
+ # $Id: cmdstager.rb 15548 2012-06-29 06:08:20Z rapid7 $
4
4
##
5
5
6
6
require 'rex/exploitation/cmdstager/base'
7
7
require 'rex/exploitation/cmdstager/vbs'
8
8
require 'rex/exploitation/cmdstager/debug_write'
9
9
require 'rex/exploitation/cmdstager/debug_asm'
10
10
require 'rex/exploitation/cmdstager/tftp'
11
+ require 'rex/exploitation/cmdstager/bourne'
You can’t perform that action at this time.
0 commit comments