diff --git a/Gemfile.lock b/Gemfile.lock index 9c197f259f..06ac413ff5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM metasm rex-arch rex-text - rex-exploitation (0.1.19) + rex-exploitation (0.1.20) jsobfu metasm rex-arch diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 070671dd31..f656001aa8 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -87,7 +87,7 @@ rex-arch, 0.1.13, "New BSD" rex-bin_tools, 0.1.6, "New BSD" rex-core, 0.1.13, "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-mime, 0.1.5, "New BSD" rex-nop, 0.1.1, "New BSD" diff --git a/lib/msf/core/exploit/cmdstager.rb b/lib/msf/core/exploit/cmdstager.rb index 8f58a2fac2..4a2e870be5 100644 --- a/lib/msf/core/exploit/cmdstager.rb +++ b/lib/msf/core/exploit/cmdstager.rb @@ -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.