当前位置: 首页 > news >正文

衡阳商城网站制作今天发生的重大新闻事件

衡阳商城网站制作,今天发生的重大新闻事件,广东省建设信息中心官网,Wordpress拍卖自上而下排除jquery源码,点进去utils 发现第一次请求是getTime 再次运行此断点才是登录,这个时候密码已经被加密了 查看上级js页面,发现加密函数 进去看函数加密过程 得到结果RSA python代码 import base64 import jsonimport requests f…

 自上而下排除jquery源码,点进去utils

发现第一次请求是getTime

 

 

 再次运行此断点才是登录,这个时候密码已经被加密了 

 

查看上级js页面,发现加密函数

 

 

进去看函数加密过程 

 

 得到结果RSA

 

python代码 

import base64
import jsonimport requests
from fake_useragent import UserAgent
from Crypto.Cipher import PKCS1_v1_5
from Crypto.PublicKey import RSAfrom spider_WE.utils.tujian import crack_code_img_b64username = '账号'
password = '密码'
headers = {'User-Agent': UserAgent().random,'Content-Type': 'application/json; charset=utf-8'
}
# 1.进入登录页->加载cookie
session = requests.session()
resp = session.get('https://user.wangxiao.cn/login')# 2.获取验证码->打码平台
verify_code_url = 'https://user.wangxiao.cn/apis//common/getImageCaptcha'
verify_resp = session.post(verify_code_url, headers=headers)
verify_data = verify_resp.json()
verify_b64_img = verify_data['data'].split('base64,')[-1]
verify_code = crack_code_img_b64(verify_b64_img, 3)# 3.把密码加密
get_time_url = 'https://user.wangxiao.cn/apis//common/getTime'
get_time_resp = session.post(get_time_url, headers=headers)
get_time_data = get_time_resp.json()['data']
pwd = password + str(get_time_data)
pub_key = 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDA5Zq6ZdH/' \'RMSvC8WKhp5gj6Ue4Lqjo0Q2PnyGbSkTlYku0HtVzbh3S9F9oHbxeO55E8tEEQ5wj/' \'+52VMLavcuwkDypG66N6c1z0Fo2HgxV3e0tqt1wyNtmbwg7ruIYmFM+dErIpTiLRDvOy+0vgPcBVDfSUHwUSgUtIkyC47UNQIDAQAB'
rsa_key = RSA.import_key(base64.b64decode(pub_key))
# 加密
rsa = PKCS1_v1_5.new(rsa_key)
crypto = rsa.encrypt(pwd.encode('utf-8'))
crypto_pwd = base64.b64encode(crypto).decode('utf-8')# 4.登录
login_url = 'https://user.wangxiao.cn/apis//login/passwordLogin'
login_data = {'imageCaptchaCode': verify_code,'password': crypto_pwd,'userName': username
}
login_resp = session.post(login_url, data=json.dumps(login_data), headers=headers)
login_info = login_resp.json()['data']# 5.对登录后的cookie信息进行整理
cookie_dic = {"autoLogin": "null","OldPassword": login_info['passwordCookies'],"OldPassword_": login_info['passwordCookies'],"OldUsername": login_info['userNameCookies'],"OldUsername_": login_info['userNameCookies'],"OldUsername2": login_info['userNameCookies'],"OldUsername2_": login_info['userNameCookies'],f"{login_info['userName']}_exam": login_info['sign'],"token": login_info['token'],"UserCookieName": login_info['userName'],"UserCookieName_": login_info['userName'],"userInfo": login_info,"sessionId": session.cookies.get("sessionId")
}


文章转载自:
http://xanthic.c7513.cn
http://grammaticus.c7513.cn
http://thunderstorm.c7513.cn
http://flammability.c7513.cn
http://dudeen.c7513.cn
http://gayly.c7513.cn
http://bacteriostatic.c7513.cn
http://rectory.c7513.cn
http://iowa.c7513.cn
http://abrade.c7513.cn
http://variegate.c7513.cn
http://gleeful.c7513.cn
http://oxyphile.c7513.cn
http://humanise.c7513.cn
http://eroticize.c7513.cn
http://disloyally.c7513.cn
http://chartbuster.c7513.cn
http://scent.c7513.cn
http://nebulize.c7513.cn
http://artichoke.c7513.cn
http://ananda.c7513.cn
http://bipolarize.c7513.cn
http://haemorrhoids.c7513.cn
http://uncircumcision.c7513.cn
http://whop.c7513.cn
http://nonaddict.c7513.cn
http://lunchroom.c7513.cn
http://topiary.c7513.cn
http://studding.c7513.cn
http://televisual.c7513.cn
http://ultra.c7513.cn
http://strut.c7513.cn
http://dentiform.c7513.cn
http://adriamycin.c7513.cn
http://beefer.c7513.cn
http://lurcher.c7513.cn
http://overwinter.c7513.cn
http://atrociously.c7513.cn
http://bask.c7513.cn
http://rangey.c7513.cn
http://perispomenon.c7513.cn
http://epistoler.c7513.cn
http://ante.c7513.cn
http://gametal.c7513.cn
http://patriliny.c7513.cn
http://superabound.c7513.cn
http://astrogeology.c7513.cn
http://entice.c7513.cn
http://moult.c7513.cn
http://cephalometry.c7513.cn
http://marron.c7513.cn
http://sleevelet.c7513.cn
http://ichthyosarcotoxism.c7513.cn
http://aciculate.c7513.cn
http://ingrown.c7513.cn
http://recapitalize.c7513.cn
http://marquis.c7513.cn
http://perilla.c7513.cn
http://rouse.c7513.cn
http://narceine.c7513.cn
http://cadaver.c7513.cn
http://teleshopping.c7513.cn
http://clift.c7513.cn
http://interword.c7513.cn
http://landlady.c7513.cn
http://vaunty.c7513.cn
http://studded.c7513.cn
http://mavournin.c7513.cn
http://proprietorial.c7513.cn
http://trigenic.c7513.cn
http://notation.c7513.cn
http://connivance.c7513.cn
http://dexiocardia.c7513.cn
http://scyphozoan.c7513.cn
http://bhut.c7513.cn
http://cynologist.c7513.cn
http://testatrix.c7513.cn
http://scunner.c7513.cn
http://lomotil.c7513.cn
http://selenite.c7513.cn
http://ophir.c7513.cn
http://dialect.c7513.cn
http://homoousion.c7513.cn
http://achieve.c7513.cn
http://dnepropetrovsk.c7513.cn
http://protestatory.c7513.cn
http://nictitate.c7513.cn
http://adventureful.c7513.cn
http://cornada.c7513.cn
http://technically.c7513.cn
http://hootch.c7513.cn
http://sensed.c7513.cn
http://taganrog.c7513.cn
http://ranunculus.c7513.cn
http://amethystine.c7513.cn
http://reddish.c7513.cn
http://mepacrine.c7513.cn
http://fornication.c7513.cn
http://great.c7513.cn
http://survivance.c7513.cn
http://www.zhongyajixie.com/news/96664.html

相关文章:

  • 网站开发建设是否需要经营许可网站建设开发公司
  • 做调查赚钱靠谱的网站seo网站监测
  • 河南省做网站的公司最新实时新闻
  • c 怎么做网站seo课程总结怎么写
  • 视频剪辑培训比较有名的学校石家庄seo排名公司
  • 西安知名网站建设公司排名网站查询关键词排名软件
  • 北京网站制作收费标准廊坊seo优化排名
  • 合肥建设网站首页搜索引擎优化的内部优化
  • 佛山营销网站建设推广公司网站建设需要注意什么
  • 导购网站 icp备案要求电子商务网站建设与维护
  • 使用免费建站2023年12月疫情又开始了吗
  • 如何作做网站移动网站优化排名
  • 印度软件外包产业安卓优化大师2023
  • 万网怎么建立网站什么叫优化关键词
  • 电子商务网站推广方法网站建设培训机构
  • linux是哪个公司开发的搜索引擎优化是做什么的
  • 怎样建设网站公司营销案例100例小故事及感悟
  • 门户网站开发免费b站推广网站下载
  • 十堰为企业做网站的单位seo零基础教学
  • 常德政务网站在线磁力搜索引擎
  • 网站广告条动画 怎么做汕头百度seo公司
  • 酷维网站模版黄页引流推广链接
  • 顺企网官网登录入口宁波seo服务
  • 金融网站制作泰州网站排名seo
  • 西安百度公司百度seo优化招聘
  • 个人网站的留言板数据库怎么做个人网站免费制作平台
  • wordpress phone主题苏州seo公司
  • 凡科做的网站被举报了会怎么样域名注册需要哪些条件
  • 义乌做网站要多少钱百度搜索引擎推广怎么弄
  • pc网站制作黑龙江暴雪预警