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

'Error reading password from BIO' on MacOS target #4

Open
levay08 opened this issue Jun 19, 2023 · 1 comment
Open

'Error reading password from BIO' on MacOS target #4

levay08 opened this issue Jun 19, 2023 · 1 comment

Comments

@levay08
Copy link

levay08 commented Jun 19, 2023

Hi,
Thanks for creating this clean tool for generating the MacOS payload.
However, I still experience this error when I execute the payload on the target device (with bash terminal, and Ventura as based-OS):

Error reading password from BIO
Error getting password

Any idea how to solve this?

@M0S4YSH3LL0
Copy link

M0S4YSH3LL0 commented Aug 24, 2023

Hi, I have encountered the same issue.

While debugging the stager I noticed, that the HTTP response from ncat was using http0.9, which is not allowed by default by curl since version 7.66.0.

To fix this add --http0.9 flag to the curl command in mk_stager()

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

2 participants