Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: push code to github repository from command line 
Shell :: install android sdk 
Shell :: how to check file size in linux 
Shell :: uuntu free port from use 
Shell :: split string in shell script 
Shell :: global configuration git 
Shell :: how to kill intellij process in linux 
Shell :: git code push 
Shell :: git update fork from original repo 
Shell :: brew install golang-migrate 
Shell :: command line calculate folder size 
Shell :: uninstall node using n 
Shell :: update aws amplify cli 
Shell :: bash script getopts no argument 
Shell :: how to convert pyqt5 to python 
Shell :: shell load file as variable 
Shell :: git set upstream remote branch 
Shell :: git see current commit message 
Shell :: sequelize installation 
Shell :: docker remove tag 
Shell :: ext-dom missing ubuntu 
Shell :: how to download using curl 
Shell :: install redux npm 
Shell :: run shell script in dockerfile 
Shell :: import ovpn file ubuntu 
Shell :: powershell length of string 
Shell :: pip3 install from git 
Shell :: using tar 
Shell :: remove eclipse from ubuntu 
Shell :: heroku update remote url 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =