mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Networking
- Look up website information (e.g. name server), searches for an object in a RFC 3912 database.
This commit is contained in:
parent
640fb02686
commit
0df09b76c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user