You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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()
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):
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: