module.py 文件源码

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

项目:recon-ng 作者: Hehe-Zhc 项目源码 文件源码
def make_cookie(self, name, value, domain, path='/'):
        return cookielib.Cookie(
            version=0, 
            name=name, 
            value=value,
            port=None, 
            port_specified=False,
            domain=domain, 
            domain_specified=True, 
            domain_initial_dot=False,
            path=path, 
            path_specified=True,
            secure=False,
            expires=None,
            discard=False,
            comment=None,
            comment_url=None,
            rest=None
        )

    #==================================================
    # SHOW METHODS
    #==================================================
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号