Browsing the "code" Tag

JetBrains TeamCity Unauthenticated Remote Code Execution – Torchsec

September 29th, 2023 | 🕒

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::Retryprepend Msf::Exploit::Remote::AutoCheckinclude Msf::Exploit::Remote::HttpClient


Apache Airflow 1.10.10 Remote Code Execution – Torchsec

September 19th, 2023 | 🕒

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::HttpClient prepend Msf::Exploit::Remote::AutoCheck


Sonicwall GMS 9.9.9320 Remote Code Execution – Torchsec

September 9th, 2023 | 🕒

iSpeech.org ### This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework## class MetasploitModule < Msf::Exploit::RemoteRank = ExcellentRanking # https://docs.metasploit.com/docs/using-metasploit/intermediate/exploit-ranking.html # We


LG Simple Editor Remote Code Execution – Torchsec

September 9th, 2023 | 🕒

iSpeech ### This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework## class MetasploitModule < Msf::Exploit::RemoteRank = ExcellentRankinginclude Msf::Exploit::EXEinclude Msf::Exploit::Remote::HttpClientinclude Msf::Exploit::FileDropper #


WinRAR Remote Code Execution – Torchsec

September 9th, 2023 | 🕒

iSpeech.org ### This module requires Metasploit: https://metasploit.com/download# Current source: https://github.com/rapid7/metasploit-framework## require 'zip' class MetasploitModule < Msf::Exploit::RemoteRank = ExcellentRanking include Msf::Exploit::FILEFORMATinclude