失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > python指纹识别_python实现CMS指纹识别

python指纹识别_python实现CMS指纹识别

时间:2021-11-13 05:01:50

相关推荐

python指纹识别_python实现CMS指纹识别

#coding=utf-8

import requests

import json

url=raw_input(unicode("请输入要识别的url地址:","utf-8").encode("gbk"))

def what_cms(url):

headers={

'Content-Type':'application/x-www-form-urlencoded'

}

post={

'hash':'0eca8914342fc63f5a2ef5246b7a3b14_7289fd8cf7f420f594ac165e475f1479',

'url':url,

}

r=requests.post(url='/what/', data=post, headers=headers)

dic=json.loads(r.text)

if dic['cms']=='':

return u'未识别'

else:

return dic['cms']

print what_cms(url)

如果觉得《python指纹识别_python实现CMS指纹识别》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。