Skip to content

Commit

Permalink
Networking
Browse files Browse the repository at this point in the history
- Look up website information (e.g. name server), searches for an object
in a RFC 3912 database.
  • Loading branch information
onceupon committed Jul 19, 2020
1 parent 640fb02 commit 0df09b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,11 @@ nc -vw5 google.com 22
# nc: connect to google.com port 22 (tcp) failed: Network is unreachable
```
##### Look up website information (e.g. name server), searches for an object in a RFC 3912 database.
```bash
whois google.com
```
##### Show the SSL certificate of a domain
```bash
openssl s_client -showcerts -connect www.example.com:443
Expand Down

0 comments on commit 0df09b7

Please sign in to comment.