Code Monkey home page Code Monkey logo

howhotis.brussels's Introduction

How hot is .brussels?

This repo contains the scripts made and used for the paper "How hot is .brussels", whose preprint is available at howhotis.brussels.

Overview

redirect.sh

This shell script checks whether one URL points to another. Using a two-column *.csv file as input, it uses curl to see if the URL in column 1 is being redirected to the URL in column 2. By putting the same URL in each column of the *.csv file, it becomes possible to determine if there is a redirection or not.

whois_dotbrussels.sh

This shell script launches the whois command on the list of registered .brussels domain names (as of March 2016). You will need to change your IP every 60 domain names for the script not to fail. The results are printed out in stdout and can be parsed using the below python program.

parsing_whois.py

This python 2.7 program parses the result of the above program, where each individual result has been encapsulated in a pair of tags. It prints in stdout two columns, the first one containing the domain name and the second one containing the name, address, postal code and city of the registrant.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.