Skip to content

Instantly share code, notes, and snippets.

@cmmartin
Created May 1, 2022 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmmartin/f0d76270b1b6e5eaa722280a7e3086e6 to your computer and use it in GitHub Desktop.
Save cmmartin/f0d76270b1b6e5eaa722280a7e3086e6 to your computer and use it in GitHub Desktop.
Find what service is running the web server in bash
netstat -tulpen | grep 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment