Security concern #6167
Closed
TuncTaylan
started this conversation in
General
Replies: 1 comment 2 replies
-
You added the YTMD segment to your configuration. Nothing weird about that. Don't add that segment if you don't use YTMD, we don't check for installed application as that's more expensive than doing the call. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
There is this part in the
oh-my-posh debug
messages I'm concerned about:What service should be running on port 9863 and why is this call made?
What is this about?
A search for this port yields something about a Backdoor.Win32.PsyRat.b, which is also concerning:
https://www.speedguide.net/port.php?port=9863
Edit: I'm guessing from this:
https://github.com/search?q=repo%3AJanDeDobbeleer%2Foh-my-posh%209863&type=code
that it is about this:
https://github.com/ytmdesktop/ytmdesktop
Shouldn't it just be checked before making the api call, if those addon is installed?
Beta Was this translation helpful? Give feedback.
All reactions