metasploit-framework icon indicating copy to clipboard operation
metasploit-framework copied to clipboard

Metasploit Framework

Results 550 metasploit-framework issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce How'd you do it? 1. If the msfdb database has not been configured yet (after `sudo msfdb delete`) 2. Configure PostgreSQL to run on a Port...

bug

I have been doing tests with the command msfdb init, reinit, delete, start, etc... and when I execute msfdb to activate the storage of the scans that I do with...

question

Fixes missing ssh_login peerinfo information which was introduced by https://github.com/rapid7/metasploit-framework/pull/15831 Before ``` $ rvm use; bundle; time bundle exec ruby ./msfconsole -qx "use scanner/ssh/ssh_login; set rhosts 192.168.123.128; set rport 2222;...

## Summary ## Relevant information

question

This pull request adds the following module for a vulnerability found in [Syncovery for Linux](https://de.syncovery.com/download/linux/). The vulnerability has been communicated to the vendor and is fixed in the current release....

module
docs
needs-linting

This pull request adds the following module for vulnerabilities found in [Syncovery for Linux](https://de.syncovery.com/download/linux/). The vulnerabilities have been communicated to the vendor and are fixed in the current release. CVEs...

module
rn-modules
needs-linting

This exploits an unauthenticated remote code execution vulnerability that affects Zoho ManageEngine Endpoint Central and MSP versions 10.1.2228.10 and below. See CVE-2022-47966 and [ManageEngine security advisory](https://www.manageengine.com/security/advisory/CVE/cve-2022-47966.html). Due to a dependency...

## Summary Right now, `creds` is a stand-alone, 1 way feature (at least in framework). I mean this in that some modules push creds into the database, but the only...

suggestion-feature

I tried to uninstall and reinstall msfconsole in linux and I got ended up with: _> Could not find pcaprub-0.13.1, ruby-oci8-2.2.12 in any of the sources > Run `bundle install`...

question