From daaaef27ee3ff28f154a742fc18cea91564390ff Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Mon, 2 May 2016 17:22:44 +0430 Subject: [PATCH] updated sample output with accurate timing --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5ff90dd..11423df 100644 --- a/README.md +++ b/README.md @@ -74,22 +74,22 @@ routed to any unwanted path. ``` % ./dnstraceroute.py --expert -s 8.8.4.4 yahoo.com - dnstraceroute.py DNS: 8.8.4.4:53, hostname: yahoo.com, rdatatype: A -1 204.109.58.53 (204.109.58.53) 14 ms -2 208.79.80.5 (208.79.80.5) 76 ms -3 162.223.13.177 (162.223.13.177) 30 ms -4 208.79.80.254 (208.79.80.254) 11 ms -5 eqixva-google-gige.google.com (206.126.236.21) 74 ms -6 209.85.242.140 (209.85.242.140) 21 ms -7 209.85.143.210 (209.85.143.210) 47 ms -8 72.14.235.12 (72.14.235.12) 48 ms -9 74.125.37.222 (74.125.37.222) 74 ms -10 * -11 google-public-dns-b.google.com (8.8.4.4) 48 ms - +1 204.109.58.53 (204.109.58.53) 1 ms +2 208.79.80.5 (208.79.80.5) 1 ms +3 162.223.13.177 (162.223.13.177) 1 ms +4 208.79.80.254 (208.79.80.254) 7 ms +5 eqixva-google-gige.google.com (206.126.236.21) 7 ms +6 209.85.242.142 (209.85.242.142) 7 ms +7 72.14.236.148 (72.14.236.148) 8 ms +8 209.85.250.70 (209.85.250.70) 16 ms +9 74.125.37.222 (74.125.37.222) 16 ms +10 * +11 google-public-dns-b.google.com (8.8.4.4) 15 ms + === Expert Hints === [*] public DNS server is next to an invisible hop (probably a firewall) + ``` Using `--expert` will instruct dnstraceroute to print expert hints (such as warnings of possible DNS traffic hijacking).