- El ping, es una herramienta que viene por default instalada en casi todos los sistemas operativos, mediante la cual podemos comprobar si un dispositivo esta en linea o no. dicha herramienta se utiliza a travez de la consola de la siguiente manera.
$ ping www.google.es
-
PING www.google.es (216.58.192.99): 56 data bytes64 bytes from 216.58.192.99: icmp_seq=0 ttl=58 time=52.455 ms64 bytes from 216.58.192.99: icmp_seq=1 ttl=58 time=50.550 ms64 bytes from 216.58.192.99: icmp_seq=2 ttl=58 time=66.285 ms64 bytes from 216.58.192.99: icmp_seq=3 ttl=58 time=50.712 ms64 bytes from 216.58.192.99: icmp_seq=4 ttl=58 time=51.087 ms64 bytes from 216.58.192.99: icmp_seq=5 ttl=58 time=61.689 ms64 bytes from 216.58.192.99: icmp_seq=6 ttl=58 time=51.021 ms64 bytes from 216.58.192.99: icmp_seq=7 ttl=58 time=50.464 ms^C--- www.google.es ping statistics ---8 packets transmitted, 8 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 50.464/54.283/66.285/5.749 ms
- Otra herramienta muy util es el whois, esta herramienta nos permite saber a quien pertenece un dominio una dirección ip.
- Ejemplo:
-
juanjo$ whois 216.58.192.99## ARIN WHOIS data and services are subject to the Terms of Use# available at: https://www.arin.net/whois_tou.html## If you see inaccuracies in the results, please report at# http://www.arin.net/public/whoisinaccuracy/index.xhtml### Query terms are ambiguous. The query is assumed to be:# "n 216.58.192.99"## Use "?" to get help.### The following results may also be obtained via:# http://whois.arin.net/rest/nets;q=216.58.192.99?showDetails=true&showARIN=false&showNonArinTopLevelNet=false&ext=netref2#NetRange: 216.58.192.0 - 216.58.223.255CIDR: 216.58.192.0/19NetName: GOOGLENetHandle: NET-216-58-192-0-1Parent: NET216 (NET-216-0-0-0-0)NetType: Direct AllocationOriginAS: AS15169Organization: Google Inc. (GOGL)RegDate: 2012-01-27Updated: 2012-01-27Ref: http://whois.arin.net/rest/net/NET-216-58-192-0-1OrgName: Google Inc.OrgId: GOGLAddress: 1600 Amphitheatre ParkwayCity: Mountain ViewStateProv: CAPostalCode: 94043Country: USRegDate: 2000-03-30Updated: 2013-08-07Ref: http://whois.arin.net/rest/org/GOGLOrgAbuseHandle: ZG39-ARINOrgAbuseName: Google IncOrgAbusePhone: +1-650-253-0000OrgAbuseEmail: arin-contact@google.comOrgAbuseRef: http://whois.arin.net/rest/poc/ZG39-ARINOrgTechHandle: ZG39-ARINOrgTechName: Google IncOrgTechPhone: +1-650-253-0000OrgTechEmail: arin-contact@google.comOrgTechRef: http://whois.arin.net/rest/poc/ZG39-ARIN## ARIN WHOIS data and services are subject to the Terms of Use# available at: https://www.arin.net/whois_tou.html## If you see inaccuracies in the results, please report at# http://www.arin.net/public/whoisinaccuracy/index.xhtml
- Una de mis herramientas favoritas es el nmap, esta nos permite ver que puertos tiene abiertos un servidor.
- Ejemplo:
-
juanjo$ nmap google.esStarting Nmap 6.49BETA5 ( https://nmap.org ) at 2015-10-03 10:36 ASTNmap scan report for google.es (216.58.192.99)Host is up (0.070s latency).Other addresses for google.es (not scanned): 2607:f8b0:4008:80b::2003rDNS record for 216.58.192.99: mia07s35-in-f3.1e100.netNot shown: 998 filtered portsPORT STATE SERVICE80/tcp open http443/tcp open httpsNmap done: 1 IP address (1 host up) scanned in 9.88 seconds
No hay comentarios.:
Publicar un comentario