This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
__author__ = 'Angelis Pseftis' | |
from bs4 import BeautifulSoup | |
import urllib | |
import urlparse | |
import argparse | |
from termcolor import colored | |
import subprocess | |
import whois |