Created
September 13, 2016 12:51
-
-
Save loretoparisi/0dccc15b60ce16f6604a9630b73ad553 to your computer and use it in GitHub Desktop.
Get LISTEN TCP connections on localhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
netstat -atn | grep LISTEN | grep "127.0.0.1" |
Do you know what is the port 15292?
When I go to http://localhost:15292, I have the following error:
ERROR
The request could not be satisfied.
Bad request.
----------------------------------------
Generated by cloudfront (CloudFront)
Request ID: [a request ID]
Do you know what is the port 15292?
When I go to http://localhost:15292, I have the following error:ERROR The request could not be satisfied. Bad request. ---------------------------------------- Generated by cloudfront (CloudFront) Request ID: [a request ID]
I had the same port open. I'm on MacOS and after running:
lsof -i 4 | grep -i "localhost:15292"
It turns out it was the 'Adobe Desktop Service', maybe it's the same for you?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This command will list all
tcp
connection listening on localhost like: