remove crufty require
git-svn-id: file:///home/svn/framework3/trunk@12497 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e30d2bbdd4
commit
91658ac45e
|
@ -1,5 +1,4 @@
|
||||||
require 'msf/core'
|
require 'msf/core'
|
||||||
require 'msf/core/auxiliary'
|
|
||||||
|
|
||||||
###
|
###
|
||||||
#
|
#
|
||||||
|
@ -10,8 +9,6 @@ require 'msf/core/auxiliary'
|
||||||
###
|
###
|
||||||
module Msf::Payload::Aix
|
module Msf::Payload::Aix
|
||||||
|
|
||||||
include Msf::Auxiliary::Report
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# This mixin is chained within payloads that target the AIX platform.
|
# This mixin is chained within payloads that target the AIX platform.
|
||||||
# It provides special prepends, to support things like chroot and setuid
|
# It provides special prepends, to support things like chroot and setuid
|
||||||
|
|
Loading…
Reference in New Issue