Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoding issue #103

Open
Schrubitteflau opened this issue Feb 27, 2024 · 0 comments
Open

Decoding issue #103

Schrubitteflau opened this issue Feb 27, 2024 · 0 comments

Comments

@Schrubitteflau
Copy link
Contributor

Hi,

I recently encountered an issue with pymetasploit3 handling some specific characters.

After getting a Meterpreter shell, I uploaded and executed WinPEAS on the compromised computer (module post/multi/manage/upload_exec). In my case, a crash could occur because pymetasploit is trying to decode everything that is received in UTF-8, but some byte sequences aren't valid because they use another encoding.

I opened a PR allowing us to change the encodings that will be used when data is received at runtime.

@Schrubitteflau Schrubitteflau changed the title Encoding issue Decoding issue Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant