惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
SecWiki News
SecWiki News
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
量子位
M
MIT News - Artificial intelligence
GbyAI
GbyAI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
TaoSecurity Blog
TaoSecurity Blog
博客园 - 【当耐特】
H
Heimdal Security Blog
腾讯CDC
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
S
Schneier on Security
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
博客园 - 司徒正美
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
Application and Cybersecurity Blog
Application and Cybersecurity Blog
F
Full Disclosure
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Threatpost
月光博客
月光博客
A
Arctic Wolf
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
T
Troy Hunt's Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
D
DataBreaches.Net
O
OpenAI News
L
LINUX DO - 最新话题
宝玉的分享
宝玉的分享
小众软件
小众软件
V
Vulnerabilities – Threatpost
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
美团技术团队
P
Privacy International News Feed

Lan小站-嗯,不错! - 综合笔记

Chrome 下载 http 进度 卡住 python-3.9.10-slim-buster Docker 镜像 安装mysqlclient 报错raise OSError("{} not found".format(_mysql_config_path)) OSError: mysql_config not found 八股文题库 - Lan小站-嗯,不错! 【油猴】将github项目在网页版vs code打开,Show Code To Visual Studio Git 常用指令笔记,pycharm+gitlab,保姆级笔记 - Lan小站-嗯,不错! AttributeError: module 'asyncio' has no attribute 'to_thread' ffmpeg批量压缩视频 python - Lan小站-嗯,不错! invalid request block size: 6030 (max 4096)...skip 爱普生l310打印机 打印不出蓝色和黄色 但是有墨水 - Lan小站-嗯,不错!
绕过某博客查看文章验证码,关注公众号得验证码 - Lan小站-嗯,不错!
Lan · 2023-01-15 · via Lan小站-嗯,不错! - 综合笔记

绕过某博客查看文章验证码,关注公众号得验证码

Lan

本文最后更新于2023年01月15日,已超过1245天没有更新,若内容或图片失效,请留言反馈。

之前也写过一篇,当时使用Burpsuite抓包,改包,有点杀鸡用牛刀了。
虽然我挺支持为知识那啥的,但是吧要我去关注公众号太麻烦了
绕过查看文章需要验证码
其实就是改一个返回的字段,既然后端也是改,那我前端改也一样,就不用开其他软件。
打开这个网址,尝试输入错误的验证码
www.lanol.cn
发送了网络请求,点击查看。
www.lanol.cn
盲猜result。
查看这次请求的上下文。
www.lanol.cn
全是这一个js提供的,那就好办了,随便点一个进去。
根据上述信息,可以得出关键词:result false true,因为他肯定会判断这个result是否是false或true,所以搜索。
搜result有8个,懒得找了,继续搜false
www.lanol.cn
false只有两个,并且一下就看见了==ture或==false。
www.lanol.cn
打个断点,查询提交错误验证码。
一顿操作猛如虎,结果根本没进断点,那就不是这个地方。
搜索true试一下,发现有段混淆代码存在==true。
www.lanol.cn
打个断点调试一下
www.lanol.cn
进入断点,放上去可以看见返回值。
都到这里了,直接console改值,设置为true,然后放开断点,内容就出来了

_0x77ddx18[__Ox552c9[0x34]] = true