email_basic_checks.py 文件源码

python
阅读 16 收藏 0 点赞 0 评论 0

项目:DataSploit 作者: zanyarjamal 项目源码 文件源码
def main():
    email = sys.argv[1]
    basic_checks(email)








    '''
    print colored(style.BOLD + '\n---> Basic Email Check(s)..\n' + style.END, 'blue')
    if cfg.mailboxlayer_api != "" and cfg.mailboxlayer_api != "XYZ" and cfg.mailboxlayer_api != "" and cfg.mailboxlayer_api != "XYZ":
        total_results = google_search(email, 1)
        if (total_results != 0 and total_results > 10):
            more_iters = (total_results / 10)
            if more_iters >= 10:
                    print colored(style.BOLD + '\n---> Too many results, Daily API limit might exceed\n' + style.END, 'red')
            for x in xrange(1,more_iters + 1):  
                google_search(email, (x*10)+1)
        print "\n\n-----------------------------\n"
    else:
        print colored(style.BOLD + '\n[-] google_cse_key and google_cse_cx not configured. Skipping paste(s) search.\nPlease refer to http://datasploit.readthedocs.io/en/latest/apiGeneration/.\n' + style.END, 'red')
    '''
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号