metasploit-framework
metasploit-framework copied to clipboard
Metasploit Framework
## Summary I tried to use Zutto Dekiru encoder (x64), but it seems not to work correctly because the **FXSAVE/FXSAVE64** doesn't save the FPU environnment as well as **FNSTENV** does...
the command msfconsole "is not found" even though i have metasploit-framework installed. Ive tried uninstalling metasploit-framework though theres "no formula with that name". Ive tried installing agian but "it already...
As per discussion here: https://github.com/rapid7/metasploit-framework/pull/17067#issuecomment-1279339260 Implement an upper bounds on the exploitable versions of remote mouse and update the documentation with a vulnerable download link. ## Verification - [ ]...
## Summary The [Python Meterpreter loader](https://github.com/rapid7/metasploit-framework/blob/d3486013f8771ec1ebc027dc5e6fb20d67738664/lib/msf/core/payload/python/meterpreter_loader.rb) AES constants lookups are needlessly large. The Si, T1, T2, T3, T4, T5, T6, T7, T8, U1, U2, U3, and U4 lookups constitute over...
Many Hikvision IP cameras have improper authorization logic that allows unauthenticated information disclosure of camera information, such as detailed hardware and software configuration, user credentials, and camera snapshots. This module...
This PR authenticates to Kerberos using a certificate, receiving a TGT, which it stores in loot for later use with other modules. ## Verification List the steps needed to make...
Spotted as part of https://github.com/rapid7/metasploit-framework/issues/15557 ### Before When the user uses the following options: ``` use exploit/linux/postgres/postgres_payload set username postgres set password postgres set rhost 192.168.123.6 set rport 5432 set...
I'm facing some very unintended behavior from my msfconsole. After proceeded with every correct step to import my rb exploit to the tool and after running the updatedb command at...
https://github.com/Warxim/CVE-2022-41852
This PR adds two things to the wmiexec module, as requested in [Issue 16218](https://github.com/rapid7/metasploit-framework/issues/16218): 1. Ability to use hashes for authentication 2. Better error handling for failed SMB connections. The...