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