automation.py 文件源码

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

项目:bounty_tools 作者: gradiuscypher 项目源码 文件源码
def droplet_worker(args, config, droplet, work_queue):
    while not work_queue.empty():
        # Get target info from queue
        target = work_queue.get()
        print(droplet.id, "Grabbing work...{}")

        args.workspace = target[0]
        args.domains = target[1]
        args.droplet = droplet

        # Run recon and import to elastic
        reconng.parse_args(args, config)
        print("Done working...")
    else:
        print("DONE")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号