当前位置:网站首页>cs架构下抓包的几种方法
cs架构下抓包的几种方法
2022-07-02 04:23:00 【luminous_you】
burp+Proxifier进行抓包
安装证书
安装完证书配置主机代理,可以直接从chrome进入
要注意选择安装在受信任的根证书颁发机构下
Proxifier设置burp的代理
因为用的burp所以放过java的包,其他包走代理
这种方法并不能抓取到登陆包
然后再关闭代理,登录完成后进行Proxifier的流量转发
Fiddler Everywhere+burp使用
安装Fiddler Everywhere证书
设置全局代理(Fiddler Everywhere会自动配置,最好检查一下)
某钉设置浏览器代理
查看数据包
平常burp用的多一点,Fiddler Everywhere用的多一点。
将上层代理设置成burp监听的端口
然后就可以再burp中进行测试了
模拟器+Burp抓包
先访问Fiddler Everywhere监听的端口(体验卡到期)
很多cs架构的应用大都存在手机端应用。
我这里用的是雷神模拟器3.0稳定版,高版本不走代理
因为版本低证书导入要从设置中导入,没办法双击导入,网上有很多教程。
安装桥接驱动
安装完需要重启,重启后进入模拟器,在wifi处添加代理
然后就可以抓到包了
使用NoPE进行流量的抓取(TCP)
需要使用NoPE,他是一个burp的插件用于抓取非http的包
下载地址:https://github.com/summitt/Burp-Non-HTTP-Extension
使用Proxifier设置代理,将PE文件代理到8081端口
设置需要监听的PE文件
burp设置代理,监听所有然后端口是8080
打开NoPE,设置dns解析
设置对应的转发,用于抓包,此处是将8081端口接收到的数据转向8080端口
记得点一下,将80和443加进去
然后就可以看到抓的包了
也可以对数据进行重放
如有不对之处请各位师傅指正!
灼剑安全团队
灼剑安全团队(Tsojan Security Team)专注于web安全、内网安全、域安全、网络攻防、移动端安全、IOT安全、代码审计、漏洞复现,APT相关技术等研究方向,仅发布相关技术研究文章。
公众号
边栏推荐
- Monkey test
- Microsoft Research Institute's new book "Fundamentals of data science", 479 Pages pdf
- [C language] Dynamic Planning --- from entry to standing up
- Read "the way to clean code" - function names should express their behavior
- uni-app - 实现获取手机验证码倒计时 60 秒(手机号+验证码登录功能)
- pip 安装第三方库
- The original author is out! Faker. JS has been controlled by the community..
- Pytorch---使用Pytorch实现U-Net进行语义分割
- Hand tear - sort
- Yolov5网络修改教程(将backbone修改为EfficientNet、MobileNet3、RegNet等)
猜你喜欢
The confusion I encountered when learning stm32
[untitled]
Wpviewpdf Delphi and Net PDF viewing component
Fluent icon demo
Exposure X8标准版图片后期滤镜PS、LR等软件的插件
PIP installation of third-party libraries
Pytoch --- use pytoch for image positioning
The core idea of performance optimization, dry goods sharing
PR zero foundation introductory guide note 2
How to model noise data? Hong Kong Baptist University's latest review paper on "label noise representation learning" comprehensively expounds the data, objective function and optimization strategy of
随机推荐
Hands on deep learning (II) -- multi layer perceptron
Go language introduction
Pytorch-Yolov5从0运行Bug解决:
Yolov5 network modification tutorial (modify the backbone to efficientnet, mobilenet3, regnet, etc.)
okcc为什么云呼叫中心比传统呼叫中心更好?
6月书讯 | 9本新书上市,阵容强大,闭眼入!
Yyds dry goods inventory kubernetes introduction foundation pod concept and related operations
二叉樹解題(二)
Force buckle 540 A single element in an ordered array
Three ways for programmers to learn PHP easily and put chaos out of order
66.qt quick-qml自定义日历组件(支持竖屏和横屏)
Www 2022 | rethinking the knowledge map completion of graph convolution network
WiFi 5GHz frequency
Wpviewpdf Delphi and Net PDF viewing component
IDEA xml中sql没提示,且方言设置没用。
2022-07-01: at the annual meeting of a company, everyone is going to play a game of giving bonuses. There are a total of N employees. Each employee has construction points and trouble points. They nee
Federal learning: dividing non IID samples according to Dirichlet distribution
Okcc why is cloud call center better than traditional call center?
Deeply understand the concepts of synchronization and asynchrony, blocking and non blocking, parallel and serial
手撕——排序