fixed incorrect documentation

This commit is contained in:
ej 2013-09-03 20:49:33 -04:00
parent d2bddce6df
commit 409dcfac31

View file

@ -9,19 +9,6 @@
''' '''
import sys import sys
import argparse import argparse
'''
Created on Mar 2, 2013
Created on Mar 2, 2013
@descr: little script that finds subdomains of a domain specified
as a command line argument
@author: Evan J Johnson
@bugs:
It doesn't work amazingly. It works okay. I had the idea that this might work...
but I think it needs more work. It will only find subdomains that have been indexed by
search engines
'''
def pngit(infile, outfile): def pngit(infile, outfile):