Hi !! Nice to meet you... In this video, I will show you how you can get IP address of any website or web server or web domain ... here in this video I found out the ip address of youtube server . I found the ip address in three ways .. with windows command prompt, python and linux terminal ... This is important for ethical hacking ... It is the first step ..
Python code:
import socket as s
ip=s.gethostbyname("youtube.com")
print("ip address of youtube.com is : ",ip)
Hope you liked it...consider subscribing and sharing this video with your friends
Earnest Request :
I am trying to grow my channel . PLEASE SUBSCRIBE TO MY CHANNEL ... if you are not subscribing , please comment the reason so that I can at least try to improve it
ALSO ,
I have a lot of viewers who watch my videos daily but do not subscribe .... so a request: Please Subscribe ... a subscribe encourages me a lot and boosts my morale
This video is for educational purpose only ...
replicate at your own risk or responsibility.
If you have any doubt , feel free to comment below and I will answer them as soon as possible
THANKS A LOT.