Add Rex::Exploitation::CmdStagerFetch

This commit is contained in:
Brendan Coles 2018-12-15 03:30:00 +00:00
parent ed03590ad8
commit 8d93812c0a
1 changed files with 2 additions and 1 deletions

View File

@ -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.