A Collection Of Web Tools
Your web-facing IP address & hostname
| IP address | |
| Hostname |
Your geographical location
Here's an attempt to get your location using the free GeoLite City data created by MindMax. It's usually updated monthly but its accuracy varies with city and country so take it with a large pinch of salt!
| Country | |
| City | |
| Location (view in Google Maps) |
Data last updated:
Check if a server is responding to requests on ports 21, 22, 80 & 443
Uses nmap to check if a server is listening on the above ports. It assumes the target is active (i.e. it bypasses the potentially invasive nmap discovery stage). Here's the explanations of the port states recognised.
NB: it may take a few seconds for results to show.
Domain name directory service
Looks up the authoritative WHOIS server for the domain name then does a WHOIS lookup using that server.
Forward & reverse DNS lookups
Uses dig to search for all DNS records for the domain. You can usually get more details by entering an authoritative name server for the domain in the optional name server box.
Show web page source with headers
Returns the page headers plus the HTML source.
Show web page source with headers by IP address & host header
As above, but allows you to check a site is up on a server before the DNS has been changed or fully propagated. Useful for sanity-checking site moves.
Generate Apache .htaccess passwords
Calculates different passwords on each run - none are stored.
Make a text file called .htpasswd - ideally in a non-web-served location. Add this line:
Make a text file called .htaccess in the directory to be protected. It should contain something like:
# Your comment here
AuthUserFile /server/path/to/.htpasswd
AuthGroupFile /dev/null
AuthName 'Your password dialogue box message here'
AuthType Basic
Require valid-user
Feedback and suggestions for improvements welcomed at bobosola@gmail.com