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

Unhandled Exception: Exception: Could not find ping binary on this system. Please ensure it is installed #53

Open
bugrevealingbme opened this issue Aug 12, 2023 · 2 comments

Comments

@bugrevealingbme
Copy link

bugrevealingbme commented Aug 12, 2023

Android 12 emulator and Redmi K30 device.
Version: 9.0.0

Unhandled Exception: Exception: Could not find ping binary on this system. Please ensure it is installed

@bugrevealingbme
Copy link
Author

I think there is an incompatibility with this package: freerasp

@point-source
Copy link
Owner

I think there is an incompatibility with this package: freerasp

This would make sense since calling a native platform binary (like "ping") could be malicious behavior. For instance, what if instead of calling "ping", we were calling "bash"? Then we would have escaped the app container and could perform executions on whatever device was running the app. It makes sense that freerasp would block such attempts or obscure natively installed binaries. Perhaps there is a way to create an exception in the freerasp system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants