Browsing the "execution" Tag

Acronis Cyber Protect/Backup Remote Code Execution – Torchsec

December 3rd, 2024 | 🕒

iSpeech.org ### This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework## class MetasploitModule Rank = ExcellentRanking include Msf::Exploit::Remote::HttpClientinclude Msf::Auxiliary::Reportinclude Msf::Exploit::Remote::HTTP::AcronisCyberprepend Msf::Exploit::Remote::AutoCheck


Ivanti EPM Agent Portal Command Execution – Torchsec

November 21st, 2024 | 🕒

iSpeech # This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework require 'rex/proto/ms_nrtp/client' class MetasploitModule prepend Msf::Exploit::Remote::AutoCheckinclude Msf::Exploit::Remote::Tcp Rank = ExcellentRanking


Pyload Remote Code Execution – Torchsec

November 18th, 2024 | 🕒

https://www.ispeech.org ### This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework## require 'rex/stopwatch' class MetasploitModule Rank = ExcellentRanking prepend Msf::Exploit::Remote::AutoCheckinclude Msf::Exploit::Remote::HttpClientinclude