Browsing the "authenticated" Tag

PRTG Authenticated Remote Code Execution – Torchsec

January 23rd, 2024 | ๐Ÿ•’

iSpeech.org class MetasploitModule < Msf::Exploit::RemoteRank = ExcellentRankinginclude Msf::Exploit::Remote::HttpClientinclude Msf::Exploit::CmdStagerinclude Msf::Exploit::Retry def initialize(info = {})super(update_info(info,'Name' => 'PRTG CVE-2023-32781 Authenticated RCE','Description' =>


Lucee Authenticated Scheduled Job Code Execution – Torchsec

March 2nd, 2023 | ๐Ÿ•’

https://www.ispeech.org/text.to.speech class MetasploitModule < Msf::Exploit::RemoteRank = ExcellentRanking include Msf::Exploit::Remote::HttpClientinclude Msf::Exploit::Remote::HttpServer::HTMLinclude Msf::Exploit::Retryinclude Msf::Exploit::FileDropperrequire 'base64' def initialize(info = {})super(update_info(info,'Name' => 'Lucee Authenticated


qdPM 9.1 Authenticated Shell Upload – Torchsec

September 29th, 2022 | ๐Ÿ•’

https://www.ispeech.org ### This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework## class MetasploitModule < Msf::Exploit::RemoteRank = ExcellentRanking include Msf::Exploit::Remote::HttpClientinclude Msf::Exploit::EXEinclude Msf::Exploit::PhpEXEinclude


WordPress Backup Guard Authenticated Remote Code Execution – Torchsec

July 21st, 2021 | ๐Ÿ•’

https://www.ispeech.org ### This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework##class MetasploitModule < Msf::Exploit::RemoteRank = ExcellentRanking include Msf::Exploit::Remote::HttpClientprepend Msf::Exploit::Remote::AutoCheckinclude Msf::Exploit::CmdStagerinclude Msf::Exploit::Remote::HTTP::Wordpressinclude