当前位置:网站首页>Proxyman, a native high-performance packet capturing tool, is for you who love learning
Proxyman, a native high-performance packet capturing tool, is for you who love learning
2022-07-26 06:36:00 【Peng Yuyan in the testing industry】
Thank you for your time

.

.

“Nowadays, there are many kinds of bag grabbing tools , such as Fiddler,Charles,LightProxy etc. , Each has its own advantages and disadvantages , Recently, I saw a new packet capturing tool , A person with strong curiosity like me , How can I miss , Let's study together !
”
One .Proxyman brief introduction
Proxyman It is a native high-performance macOS End grab tool , It enables developers or testers to easily capture 、 Inspection and operation HTTP or HTTPS request / Respond to .
Two . Download address
https://proxyman.io/
3、 ... and . Interface description
1. install Proxy Helper Tool

Install Proxy Helper Tool
2. Installation certificate

Installation certificate

Installation successful
3. Interface description

Interface description
1. Filter by different content
2. Custom layout display
3. request URL
4. Interface request message
5. Interface response message
6. Filter requests based on keywords
7. favorites
Four . Grab the bag
1.PC End
PC It is relatively simple to capture packets on the end , Just click the open button
2. Mobile terminal ( With Android For example )
Install the corresponding certificate on the mobile terminal ( If the certificate has been installed after the first download and installation , You can ignore )

Install mobile terminal certificate
After the certificate is successfully installed , Will get the current Ip And port information

mobile phone WIFI Set up Long press
WIFI, Select the agent as manual , InputIP(192.168.2.101) andport(9090), Click save .( explain : This is actually the same as other packet capturing tools )Mobile download Proxyman certificate The mobile browser opens
http://proxy.man/ssl, Click download nowMobile terminal installation Proxyman certificate Click phone settings -> Security -> More security settings -> Encryption and credentials -> Install from storage settings -> Select the certificate you just downloaded -> Enter the certificate name ( Whatever the )-> Click ok
stay Android Add in application Proxyman To configure ( Only applicable to Android 10 And above ), add to
res/xml/network_security_config.xml, Replace with the domain to block
<network-security-config>
<debug-overrides>
<trust-anchors>
<!-- Trust user added CAs while debuggable only -->
<certificates src="user" />
<certificates src="system" />
</trust-anchors>
</debug-overrides>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
<domain-config>
<!-- Make sure your URL Server here -->
<domain includeSubdomains="true">your_production_domain</domain>
<trust-anchors>
<certificates src="user"/>
<certificates src="system"/>
</trust-anchors>
</domain-config>
</network-security-config>
Add the following code to AndroidManifest.xml
<manifest>
<application android:networkSecurityConfig="@xml/network_security_config">
</application>
</manifest>
Friendship tips : Make sure to remove these configurations from production .
A little help
Finally, thank everyone who reads my article carefully , Watching the rise and attention of fans all the way , Reciprocity is always necessary , Although it's not very valuable , If you can use it, you can take it

These materials , For those engaged in 【 software test 】 For our friends, it should be the most comprehensive and complete war preparation warehouse , This warehouse also accompanied me through the most difficult journey , I hope it can help you ! Everything should be done as soon as possible , Especially in the technology industry , We must improve our technical skills . I hope that's helpful ….

边栏推荐
- 【Day06_0423】C语言选择题
- IP day 10 notes - BGP
- What are the main reasons for server crash
- Alibaba cloud OSS binding custom domain name
- The real epidemic situation in the United States, do not easily "bottom" 2020-03-23
- Force buckle - 4. Find the median of two positive arrays
- Gdown Access denied:Cannot retrieve the public link of the file.
- Interpretation of TPS motion (cvpr2022) video generation paper
- [image denoising] image denoising based on bicube interpolation and sparse representation matlab source code
- C language introduction practice (8): switch case calculates the month, year and day of the next day (normal year / leap year calculation)
猜你喜欢

Upgrade appium automation framework to the latest 2.0

YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

【C语言】文件操作

TPS Motion(CVPR2022)视频生成论文解读

带你搞透IO多路复用原理(select、poll和epoll)

Vision Transformer 必读系列之图像分类综述

Why the server is stuck
![[1]数学建模基础入门知识](/img/29/90b1c7533e9443852758d10080e239.png)
[1]数学建模基础入门知识
![[pytorch] fine tuning technology](/img/d3/6d0f60fffd815f520f4b3880bd0ac7.png)
[pytorch] fine tuning technology

BPG笔记(四)
随机推荐
[day_010418] delete public string
【Day_01 0418】删除公共字符串
Convert amount figures to uppercase
CONDA virtual environment envs directory is empty
RNN recurrent neural network
PG vacuum auto vacuum
『牛客|每日一题』逆波兰表达式
多目标检测
Do it yourself smart home: intelligent air conditioning control
抖音web端 s_v_web_id 参数生成分析与实现
数据库中varchar和Nvarchar区别与联系
If I want to listen to Jay Chou with you, I want you to listen to my whole youth
Swift basic FileManager (file management)
『牛客|每日一题』有效括号序列
Leetcode 347. top k high frequency elements
IP day 10 notes - BGP
【Day_03 0420】字符串中找出连续最长的数字串
使用Scanner从键盘获取多种数据类型
Slice and array of go
[day05_0422] C language multiple choice questions