#!/bin/sh
#
# Bind 9.0 Finger Printing by no-one
#            Bug Found by Max Vision.

if [ "$1" = "" ]; then 
        echo "Bind 9.0 fingerprint"
        echo ""
        echo "Usage: $0 <host>"
        exit 1
fi
echo "If you see a reply, its running Bind 9."
dig @$1 authors.bind chaos txt