Land #11128, Rex::Exploitation::CmdStagerFetch
commit
5cff330a38
|
@ -262,7 +262,7 @@ GEM
|
||||||
metasm
|
metasm
|
||||||
rex-arch
|
rex-arch
|
||||||
rex-text
|
rex-text
|
||||||
rex-exploitation (0.1.19)
|
rex-exploitation (0.1.20)
|
||||||
jsobfu
|
jsobfu
|
||||||
metasm
|
metasm
|
||||||
rex-arch
|
rex-arch
|
||||||
|
|
|
@ -87,7 +87,7 @@ rex-arch, 0.1.13, "New BSD"
|
||||||
rex-bin_tools, 0.1.6, "New BSD"
|
rex-bin_tools, 0.1.6, "New BSD"
|
||||||
rex-core, 0.1.13, "New BSD"
|
rex-core, 0.1.13, "New BSD"
|
||||||
rex-encoder, 0.1.4, "New BSD"
|
rex-encoder, 0.1.4, "New BSD"
|
||||||
rex-exploitation, 0.1.19, "New BSD"
|
rex-exploitation, 0.1.20, "New BSD"
|
||||||
rex-java, 0.1.5, "New BSD"
|
rex-java, 0.1.5, "New BSD"
|
||||||
rex-mime, 0.1.5, "New BSD"
|
rex-mime, 0.1.5, "New BSD"
|
||||||
rex-nop, 0.1.1, "New BSD"
|
rex-nop, 0.1.1, "New BSD"
|
||||||
|
|
|
@ -23,7 +23,8 @@ module Exploit::CmdStager
|
||||||
:certutil => Rex::Exploitation::CmdStagerCertutil,
|
:certutil => Rex::Exploitation::CmdStagerCertutil,
|
||||||
:tftp => Rex::Exploitation::CmdStagerTFTP,
|
:tftp => Rex::Exploitation::CmdStagerTFTP,
|
||||||
:wget => Rex::Exploitation::CmdStagerWget,
|
:wget => Rex::Exploitation::CmdStagerWget,
|
||||||
:curl => Rex::Exploitation::CmdStagerCurl
|
:curl => Rex::Exploitation::CmdStagerCurl,
|
||||||
|
:fetch => Rex::Exploitation::CmdStagerFetch
|
||||||
}
|
}
|
||||||
|
|
||||||
# Constant for decoders - used when checking the default flavor decoder.
|
# Constant for decoders - used when checking the default flavor decoder.
|
||||||
|
|
Loading…
Reference in New Issue