Sha256: 2d708c631dab255c82c628e299733462fdb03d2e833823b743ab5868559eb001
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
# -*- coding: binary -*- module Rex module Post module Meterpreter module Extensions module Stdapi module Railgun module Def class Def_shell32 def self.create_dll(dll_path = 'shell32') dll = DLL.new(dll_path, ApiConstants.manager) dll.add_function('IsUserAnAdmin', 'BOOL', [ ]) return dll end end end; end; end; end; end; end; end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_shell32.rb |
librex-0.0.66 | lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_shell32.rb |