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

Proxify process gets killed immediately on macOS #702

Open
tahayassine opened this issue Jan 15, 2025 · 0 comments
Open

Proxify process gets killed immediately on macOS #702

tahayassine opened this issue Jan 15, 2025 · 0 comments
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@tahayassine
Copy link

Proxify version:
v0.0.15

Current Behavior:
When I execute the proxify command, the process is terminated immediately by macOS. Here's the output I receive:

bash
Copy code
proxify
[1] 54856 killed proxify
The process does not persist or provide any additional logs.

Expected Behavior:

The proxify command should start and continue running without being forcefully killed by macOS.

Steps To Reproduce:

Install Proxify on macOS : go install -v github.com/projectdiscovery/proxify/cmd/proxify@latest

Open a terminal and run the command proxify.
Observe that the process is terminated immediately, producing the output:
bash
Copy code
[1] 54856 killed proxify
Anything else:
System Information: macOS version [Indiquer la version macOS].
Steps already taken to debug:
Verified the installation process was successful.
Checked permissions and available system resources.
Tried running the command with elevated privileges (sudo proxify) without success.

@tahayassine tahayassine added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant