Networking: Difference between revisions

From mylearnings
Jump to navigationJump to search
Created page with "= NetCat Command = * nc = Dig Command = * dig = Nmap Command = = Curl Command = = Wget Command ="
 
No edit summary
Line 1: Line 1:
= Host Command =
<pre>
pristal@personal-system:~$ host google.com
google.com has address 142.250.196.14
google.com has IPv6 address 2404:6800:4007:829::200e
google.com mail is handled by 10 smtp.google.com.
pristal@personal-system:~$
</pre>
= NetCat Command =
= NetCat Command =
* nc
* nc

Revision as of 08:41, 18 May 2025

Host Command

pristal@personal-system:~$ host google.com
google.com has address 142.250.196.14
google.com has IPv6 address 2404:6800:4007:829::200e
google.com mail is handled by 10 smtp.google.com.
pristal@personal-system:~$ 

NetCat Command

  • nc

Dig Command

  • dig

Nmap Command

Curl Command

Wget Command