Search
 
SCRIPT & CODE EXAMPLE
 

HTML

query dns

read -p 'enter a domain ' c;for i in $(seq 1 8);do for a in $(echo ns`echo $i`.dynamichosting.cloud);do dig  $c +short @$a;echo $a;done;done | grep -A1 '[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}'  | tail -n 4 ;d=$(for i in $(seq 1 8);do for a in $(echo ns`echo $i`.dynamichosting.cloud);do dig  $c +short @$a;echo $a;done;done | grep -o '[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}'); e=$(echo $d | awk '{print $1}');host $e 
Comment

PREVIOUS NEXT
Code Example
Html :: what is anchor tag 
Html :: making spinner in css 
Html :: html attribute keyboard shortcut 
Html :: vmware workstation ubuntu 19.04 
Html :: include react in html 
Html :: form boilerplate 
Html :: How to find the immediate parent in xpath 
Html :: scroll an element in html with a button 
Html :: how to convert html to jpg 
Html :: declare variable in html angular 
Html :: what is html 
Html :: html title attribute 
Html :: html aside tag example 
Html :: vmware workstation ubuntu 16.04 
Html :: Przezroczysty div 
Html :: Change Default Message Of Required Field Input Popover 
Html :: how to link an javascrit to an html fle grepper 
Html :: compile haml to html 
Html :: how to divide web page into different sections which scroll independently 
Html :: button to hide and show div 
Html :: free android apk 
Html :: step 47 freecodecamp nutrition table 
Html :: tripadvisor button 
Html :: créer un titre html 
Html :: how to display superscript in breadcrumbs in html 
Html :: create drop down menu in html 
Html :: single div using two tags h5 tag &h6tag 
Html :: eml vs emlx files 
Html :: emmet abbr 
Html :: show html in laravel template 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =