You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument("-u","--url",help="Specifiy a website link to crawl")
86
+
parser.add_argument("-s","--save",action="store_true", help="Save results in a file")
86
87
parser.add_argument("-m","--mail",action="store_true", help="Get e-mail addresses from the crawled sites")
87
88
parser.add_argument("-e","--extension",action='append',dest='extension',default=[],help="Specifiy additional website extensions to the list(.com or .org etc)")
88
89
parser.add_argument("-l","--live",action="store_true",help="Check if websites are live or not (slow)")
0 commit comments