Skip to content

Instantly share code, notes, and snippets.

View willsr's full-sized avatar

Will R willsr

  • Adelaide, Australia
View GitHub Profile
@willsr
willsr / masscares.py
Created December 6, 2015 02:03 — forked from rep/masscares.py
pycares mass resolver, input names on stdin
#!/usr/bin/python
# -*- coding: utf8 -*-
import sys
import os
import time
import select
import socket
import pycares