Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Kali Linux to get the IP address of a website. code example

Example: how to find ip adress of a web side kali linux

1 Dig method
sudo dig website

2 nslookup method
sudo apt install nslookup
nslookup website

3 Host method
host website

4 ping method
ping website

Tags:

Shell Example

Related

hide and show navigation bar swift code example what is fixed position in css code example boostrap image adjust size code example modules.exports function how to use code example ü javascript entities code example reduce font size latex code example fetch js for code example qr code decode online code example c# query mysql code example flutter container background gradient code example cobol stack overflow code example js object add new property code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy