Noam Rathaus
Noam Rathaus
A potential fix in ntp.py: ``` class NTPControlDataPacketLenField(PacketLenField): """ PacketField handling the "data" field of NTP control messages. """ def m2i(self, pkt, m): ret = None if not m: return...
Thanks for taking care of this
I was using Ubuntu 20.04 LTS, is there a way you can "future proof" it so that Ubuntu 20.04 or 22.04 (even better) will be supported?
Can be closed: ``` msf6 > version Framework: 6.4.1-dev- Console : 6.4.1-dev- msf6 > use payload/cmd/linux/https/x64/meterpreter/bind_tcp msf6 payload(cmd/linux/https/x64/meterpreter/bind_tcp) > show info Name: HTTPS Fetch, Bind TCP Stager Module: payload/cmd/linux/https/x64/meterpreter/bind_tcp Platform:...
Isn't linking to the original Issue sufficient here? @cgranleese-r7
@cgranleese-r7 how can I get the modules_metadata updated with the privileged attribute? Is there a way to populate the JSON file?
@cgranleese-r7 The 'privileged' field information is read from the `modules_metadata.json` file that is either the version under `~/.msf4/store/` or the one shipped with the metasploit `db/modules_metadata_base.json`
1. We need to decide if we add support (non-ambiguous, or ambiguous privileged) or we don't 2. Then we need to decide non-ambiguous/ambiguous way
This is based on an issue raised here https://github.com/rapid7/metasploit-framework/issues/17402 If this is it needed (I agree btw that it’s shown twice) then ignore this PR and close the issue On...
Can you clarify what are the requirements for completing the task? I will try to work on it On Wed, 24 Apr 2024 at 16:49, adfoster-r7 ***@***.***> wrote: > I...