master
Add human-readable descriptions to CheckCode returns in linux/http exploit modules (A-M)
Remove redundant Platform and Arch definitions
Mass rubocop changes
Update info -d markdown
add edb references
review comments
Update rubocop target ruby version
Remove false positive references
Add exploit for AVideo Encoder getImage.php command injection (CVE-2026-29058)
Add GHSA and OSV reference type support
Updates description
Incorporate PR review suggestions from Copilot
add CVEs to modules
Update module disclosure dates
Reapply "This adjusts module options that need a routable address"
Fix archs
fix some review comments
Update Name metadata to be more descriptive
#{rhost}:#{rport} -> #{Rex::Socket.to_authority(rhost, rport)}
Add missing CVEs from VulnCheck
Apply reviewer feedback: CheckCode::Appears, ARTIFACTS_ON_DISK, simplify connect
Runs Rubocop to fix layout in modules
Remove non-functioning Arch'es
remove CmdStager inclusion
Literally unplayable
add in the AKB analysis
remove the extra + operator. add a comment as to why we ljust the value.
Add suggested changes
Fix metabase rce to support older versions
Add human-readable descriptions to CheckCode returns in linux/http exploit modules (N-Z)
Update checkcodes and bug fixes
Handle nil versions for rubygems 4
Refactor: Extract shared logic in exploit method for openDCIM module
Update opennms_horizon_authenticated_rce.rb
Remove redundant 'successfully' from module outputs to fix msftidy error
update based on jheysel-r7 code review suggestions
Added incorrect creds check
Update modules/exploits/linux/http/prison_management_rce.rb
Change xml to html in get_html_document
Improve failure condition checks
Rubocop fixes
Remove emails from source
Fixes Python payload delivery for Firefox profile
Update modules/exploits/linux/http/sonicwall_sma1000_wsproxy_rce.rb
add suggestions from @jheysel-r7
Fix: Address review feedback - remove dead execute_command, fix dropper race condition
Add references to MITRE ATT&CK T1021 - Remote Services
Suggestion and rubocop fixes
Updates more dead links
Remove unused mix in, add low bound to check
Add authenticated RCE module for FreePBX filestore (CVE-2025-64328)
Fix an issue where the session handler would close too early on Zimbra modules
Add in changes from review
Remove unecessary return statement
Apply suggestions from code review