3.2 DNS uses TCP - JadenGil/Jaden-Tech-Journal GitHub Wiki

NMAP

To run nmap against 10.0.5.22 in such a way that both tcp/53 and udp/53 are checked I used the command sudo nmap -n -sT -sU -p 53 10.0.5.22

image


Deliverable 1

image

to achieve this I just entered the command nslookup 10.0.5.22


Deliverable 2:

image

to make it show tcp I used the command nslookup -vc 10.0.5.22


Deliverable 3;

image