View Issue Details

IDProjectCategoryView StatusLast Update
0009314Kali LinuxKali Package Bugpublic2025-09-20 16:50
Reporterstlmnstr Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0009314: Msfvenom breaks with upgrade
Description

Running into an issue with apt full-upgrade
Hit this bug on my usual build after upgrading.
Additionally, downloaded fresh image and redeployed and ran the following command successfully:
msfvenom -p php/reverse_php LHOST=127.0.0.1 LPORT=4444 -f raw

after issuing
sudo apt update
sudo apt full-upgrade
the same command fails with the following errors
─$ msfvenom -p php/reverse_php LHOST=127.0.0.1 LPORT=4444 -f raw
[-] No platform was selected, choosing Msf::Module::Platform::PHP from the payload
[-] No arch selected, selecting arch: php from the payload
Error: Language option php is not supported. Expected one of [:default, :java, :jsp, :javascript, :python, :powershell]

I believe this error in kali may be related to this bug
https://github.com/rapid7/metasploit-framework/issues/20539

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-09-20 16:50 stlmnstr New Issue