Odds and ends.
1. What is their ip? $ ./getipinfo.sh walmart.com Getting information for domain: walmart.com [ 161.170.244.20 ]... NetRange: 161.163.0.0 - 161.177.255.255 OriginAS: AS32851 OrgName: Wal-Mart Stores, Inc. City: Bentonville Country: US NetRange: 161.170.0.0 - 161.170.255.255 OriginAS: OrgName: Wal-Mart Stores, Inc. City: Bentonville Country: US [code] #!/bin/bash # A sample shell script to print domain ip address hosting information such as # Location of server, city, ip address owner, country and network range. # This is useful to track spammers or research purpose. # ------------------------------------------------------------------------- # Copyright (c) 2006 nixCraft project <http://cyberciti.biz/fb/> # This script is licensed under GNU GPL version 2.0 or above # ------------------------------------------------------------------------- # This scr