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
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.
The text was updated successfully, but these errors were encountered:
tahayassine
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Jan 15, 2025
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:
Steps To Reproduce:
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.
The text was updated successfully, but these errors were encountered: