adfoster-r7

Results 43 issues of adfoster-r7

Hi there, just documenting an issue where hrr_rb_ssh currently doesn't load on Ubuntu 2022 with Ruby 3: ``` $ bundle exec rspec An error occurred while loading spec_helper. Failure/Error: cipher...

Updates the docs site to add color to Metasploit console examples ### Before Metasploit prompt examples are black and white: ### After Metasploit examples are now highlighted: ## Verification -...

rn-wiki

Add support for persisting pkcs12 credentials in Metasploit. Updates the `admin/dcerpc/icpr_cert` module to persist requested certificates. Depends on https://github.com/rapid7/metasploit-credential/pull/169 Example: ``` msf6 auxiliary(admin/dcerpc/icpr_cert) > rerun smbuser=Administrator smbpass=p4$$w0rd rhosts=192.168.123.13 ca=adf3-DC3-CA cert_template=ESC1-Test...

## Steps to reproduce Running ldap query results in a crash: ``` msf6 auxiliary(gather/ldap_query) > run domain=za.tryhackme.loc [email protected] password=Mwtv3419 ZA.TRYHACKME.LOC base_dn='DC=za,DC=tryhackme,DC=loc' action=ENUM_CONSTRAINED_DELEGATION [*] Running module against 10.200.60.101 [*] User-specified base...

bug

## Steps to reproduce Use the ldap_query module and set the action to lowercase `run_query_file`, and note that the module action doesn't appear: ``` msf6 auxiliary(gather/ldap_query) > set action run_query_file...

bug
newbie-friendly
easy

Extension of https://github.com/rapid7/metasploit-framework/pull/17495 Updating the Gemfile to pull in the gem to see if CI will pass

## Steps to reproduce Noticed when testing https://github.com/rapid7/metasploit-framework/pull/17374 When loot is stored, it persists locally: https://github.com/rapid7/metasploit-framework/blob/37fe3b909a298e46db21380ebcda7965ad6fe492/lib/msf/core/auxiliary/report.rb#L417-L430 But when the ccache content and file name is sent to the remote DB,...

bug
database
confirmed

## Summary When we run `smb_version` with Metasploit against a windows server 2016 domain controller, the output is: ``` [*] 192.168.123.13:445 - SMB Detected (versions:2, 3) (preferred dialect:SMB 3.1.1) (compression...

suggestion-feature

This pull request adds additional constants to the reliability metadata for modules. This requirement has come up before for @bcoles and @h00die on modules they have worked on - as...

enhancement

It would be great to add support for Arm64 as it starts to become more popular with the recent Apple silicon etc