mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
Networking
- Print the route packets trace to network host
This commit is contained in:
parent
5b12320bc9
commit
8b0d9aa44a
@ -2287,6 +2287,11 @@ dig +short www.example.com
|
|||||||
ping 8.8.8.8 -t 10
|
ping 8.8.8.8 -t 10
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Print the route packets trace to network host
|
||||||
|
```bash
|
||||||
|
traceroute google.com
|
||||||
|
```
|
||||||
|
|
||||||
##### Show the SSL certificate of a domain
|
##### Show the SSL certificate of a domain
|
||||||
```bash
|
```bash
|
||||||
openssl s_client -showcerts -connect www.example.com:443
|
openssl s_client -showcerts -connect www.example.com:443
|
||||||
|
Loading…
Reference in New Issue
Block a user