Created
May 1, 2022 18:35
-
-
Save cmmartin/f0d76270b1b6e5eaa722280a7e3086e6 to your computer and use it in GitHub Desktop.
Find what service is running the web server in bash
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
netstat -tulpen | grep 443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment