We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The cnquery web page shows users a ports.listening example as the first thing to try:
ports.listening
ports.listening{ port process { executable pid } user.name }
However, trying this on macOS results in an error message.
To Reproduce Steps to reproduce the behavior:
cnspec shell local
cnquery> ports.listening {} Query encountered errors: could not detect suitable ports manager for platform: macos ports.listening: []
Expected behavior cnspec should return an array of open ports, with process, pid, executable, and user.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The cnquery web page shows users a
ports.listening
example as the first thing to try:However, trying this on macOS results in an error message.
To Reproduce
Steps to reproduce the behavior:
cnspec shell local
Expected behavior
cnspec should return an array of open ports, with process, pid, executable, and user.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: