Is the InteliJ Remote Debug Port Safe to Leave Open?

Asked 1 years ago, Updated 1 years ago, 368 views

InteliJ remote debugging uses the 5005 port by default.
Run Jar with a remotely debugable command and access this port from IntelliJ to debug breakpoints and other things.
Is it safe to always open this debug port with unlimited IP?

Source code and execution Jar are private.

java intellij-idea

2022-12-22 19:36

1 Answers

Well, that means you can use that port to hijack your system, but you're the only one who can judge that.
If it is judged to be OK, then I can only judge that it is OK for a complete stranger


2022-12-22 22:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.