Module: Rex::Exploitation

Defined in:
lib/rex/exploitation.rb,
lib/rex/exploitation/seh.rb,
lib/rex/exploitation/ropdb.rb,
lib/rex/exploitation/jsobfu.rb,
lib/rex/exploitation/omelet.rb,
lib/rex/exploitation/heaplib.rb,
lib/rex/exploitation/version.rb,
lib/rex/exploitation/js/utils.rb,
lib/rex/exploitation/opcodedb.rb,
lib/rex/exploitation/egghunter.rb,
lib/rex/exploitation/encryptjs.rb,
lib/rex/exploitation/js/detect.rb,
lib/rex/exploitation/js/memory.rb,
lib/rex/exploitation/js/network.rb,
lib/rex/exploitation/obfuscatejs.rb,
lib/rex/exploitation/cmdstager/vbs.rb,
lib/rex/exploitation/cmdstager/base.rb,
lib/rex/exploitation/cmdstager/echo.rb,
lib/rex/exploitation/cmdstager/tftp.rb,
lib/rex/exploitation/cmdstager/bourne.rb,
lib/rex/exploitation/cmdstager/printf.rb,
lib/rex/exploitation/cmdstager/certutil.rb,
lib/rex/exploitation/cmdstager/debug_asm.rb,
lib/rex/exploitation/cmdstager/debug_write.rb

Defined Under Namespace

Modules: Js, OpcodeDb Classes: CmdStagerBase, CmdStagerBourne, CmdStagerCertutil, CmdStagerCurl, CmdStagerDebugAsm, CmdStagerDebugWrite, CmdStagerEcho, CmdStagerFetch, CmdStagerLwpRequest, CmdStagerPrintf, CmdStagerTFTP, CmdStagerVBS, CmdStagerWget, Egghunter, EncryptJS, HeapLib, JSObfu, ObfuscateJS, Omelet, RopDb, Seh

Constant Summary collapse

DATA_DIR =
File.expand_path(File.join(__FILE__, '..', '..', '..', 'data'))
VERSION =
"0.1.23"