lfisuite.py 文件源码

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

项目:LFISuite 作者: D35m0nd142 项目源码 文件源码
def access_control(resp,keyword,rand_str):
    lines = resp.split('\n')

    if("_PHP" in keyword):  # in case system() calls have been disabled
        keyword = keyword[:-4]

    if(len(SubstrFind(resp,rand_str)) > 0 and len(SubstrFind(resp,"echo %s" %rand_str)) == 0 and
       len(SubstrFind(resp,"echo%%20%s" %rand_str)) == 0):
        return True

    return False
    #----------------------------------------------------
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号