Add Rex::Exploitation::CmdStagerFetch
parent
ed03590ad8
commit
8d93812c0a
|
@ -23,7 +23,8 @@ module Exploit::CmdStager
|
|||
:certutil => Rex::Exploitation::CmdStagerCertutil,
|
||||
:tftp => Rex::Exploitation::CmdStagerTFTP,
|
||||
: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.
|
||||
|
|
Loading…
Reference in New Issue