metasploit-framework
metasploit-framework copied to clipboard
Metasploit Framework
This PR adds a module which exploits several authenticated sqli in VICIdial. Of note, two of the modules require a permissions change (vicibox sets admin permissions to near nothing, other...
**Note:** requires #16900 to be merged first. --- Resolves Rubocop violations. Adds documentation. Adds `Notes` module meta information. Adds support for non-Meterpreter sessions. Uses `Msf::Post::Process.kill_process(pid)`. (#16900) Removes an unnecessary incremental...
Removes `./scripts/meterpreter/domain_list_gen.rb`. Scripts are deprecated and no longer supported. #7789 Scripts were deprecated more than 5 years ago. The `domain_list_gen` script is effectively replaced by `post/windows/gather/enum_domain_group_users`. The script and module...
This PR modifies the remote file hashing methods to perform hashing remotely. It also offers an option for users to specify a hashing utility with the `:util` option. No utility...
Hello folks! Made a new poll because the other got deleted. If you could answer this one, we would so appreciate it! Poll here: https://github.com/rapid7/metasploit-framework/discussions/16803
Can't even install it. Whenever I'm able to download the zip but I can't extract it. I get permission denied. But when I check properties. I have full permission.
## CVE-2022-34918 This is a local-privilege escalation exploit targeting the Netfilter component of the Linux kernel. [CVE details](https://nvd.nist.gov/vuln/detail/CVE-2022-34918) [RandoriSec blog post](https://www.randorisec.fr/fr/crack-linux-firewall/) The vulnerability was discovered, and the initial exploit code...
## Steps to reproduce In my lab environment, a target machine is behind a firewall, the outbound gateway for the target environment is 100.64.1.254, and the target IP is 172.16.99.5....
I started a ngrok tcp tunnel on port 3333. I've set ReverseListenerBindAddress 127.0.0.1 and ReverseListenerBindPort 3333 after the exploit succeed the Meterpreter session dies. Any help will be appreciated, Thank...
I've managed to trigger this bug a few times accidentaly through tactical user error. Reproduce: 1. Work on a module then switch back to `msfconsole` window 2. Type `rex` and...