RastLeak_1_0.py 文件源码

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

项目:RastLeak 作者: n4xh4ck5 项目源码 文件源码
def ShowResults(newlist,num_files,target):
    print "Files in the target "+target+" are:\n"
    print "Files indexed:", len (urls_final)
    for i in urls_final:
        if i not in newlist:
            newlist.append(i)
            print i     
    #verify if the user wants to export results
    if output == 'Y':
        #Only it can enter if -j is put in the execution
        ExportResults(newlist)
    #Call to function to download the files     
    Downloadfiles(newlist)
#INICIO MAIN
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号