fuzzbunch.py 文件源码

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

项目:isf 作者: w3h 项目源码 文件源码
def do_quit(self, arg):
        """Quit fuzzbunch"""
        try:
            opencontracts = [ item.name
                              for item in self.session.get_itemlist()
                              if item.value.has_opencontract() ]
            if opencontracts:
                self.io.print_opensessions({'sessions' : opencontracts})

                line = self.io.get_input("Really quit [n] ? ")
                if line.lower() not in ("yes", "y", "q", "quit"):
                    return 
            if self.log: self.log.close()
            return True
        except:
            pass

        return True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号