Preface
After the above introduction, I can provide a comfortable environment for myself to grab bags , But after getting our bags comfortably , Maybe some requirements are still difficult to handle ,fiddler Some of our other modules are provided , Make our work easy , Please look down .
Text
autoResponder: Auto responder .
What is this for ?
First open the interface and have a look .
These two are usually opened .
The first is whether to activate the rule , The second is whether to release if there is no match .
The third is whether to activate delay , That is, after having this , Then you can set the delay in the rule , I won't introduce it here , I don't use this at ordinary times , You can try .
Although the third one does not introduce , But you can try , Know its function . Conspiracy can be avoided , But I can't help but understand , That's about it .
Add a new one rule after , See that there are many matching rules .
There are also built-in responses .
Here's an example , Is to make Baidu 404.
Like the following :
At this time, when I visited Baidu :
So whether it meets our needs in this way ? Obviously, these built-in are not satisfied , So what other functions are there ?
We can also grab from us session list Drag one item from to modify .
Then you can set and modify , Right click ha :
You can see that the response in this can be modified .
For example, I modify an expiration time :
Then save , Look at the effect .
What the browser receives changes .
You can see that there are many operation options , If you don't meet your needs, you can try it .
Then introduce this composer, This thing is also very useful .
So you can modify , Then send the request to do the experiment .
Just a brief introduction , After all, everyone's needs are different , Then you want something different , Just look for it when you use it .
The last one is statistics, According to the name, we also know it is statistics .
Let's check this statistic , to glance at .
Tell us the statistics request count by 1.
Then it's OK, that's the requested time , There is also a request tcp/ip Various connection times .
I don't use it much at ordinary times , One test said that an interface is sometimes fast and sometimes slow , Don't rush to see the server load , Then at this time, I have to make statistics , Check it out , You have to have reliable information and deal with it .
Select multiple requests .
here 101 There is a time statistic for each request , You can simply check .
junction
The next section introduces fiddler Command and debug.
Grab the bag and sort out the external articles ——————autoResponder、composer 、statistics [ 3、 ... and ] More articles about
- Fiddler Grab the bag 5- The interface test (Composer)【 Reprint 】
This is from the blog : Shanghai - long Original address :http://www.cnblogs.com/yoyoketang/p/6754560.html Preface Fiddler The biggest advantage is to grab the bag , Most of the functions we use are also grasping ...
- Fiddler Grab the bag 5- The interface test (Composer)
Preface Fiddler The biggest advantage is to grab the bag , Most of the functions we use are also in the function of capturing packets ,fiddler Interface testing is also very convenient . When there is no interface test document , You can grab the bag directly ,copy Request parameters , Just modify it . ...
- Mobile https I'll take care of those things -- Advanced
Last time I introduced the mobile terminal https The first part of catching a bag , That is, when the mobile phone is not root Or how to capture without breaking out of prison https Traffic , But when we analyzed the application, we found that , A lot of applications https We still can't capture the traffic of , Why is that ? Main cause ...
- Fiddler Grab Test App Interface
Fiddler Grab Test App Interface Use Fiddler Yes, cell phones App Application for packet capture , It can be done to App Interface test , You can also understand App Traffic usage and request response in transmission , So as to test whether the flow used in the process of data transmission is reasonable . I've caught it ...
- How to Android The device performs network packet capturing
Problem description and narration : Some time ago, my own app Visit server Of url There is always the problem of indirect failure , So and server My colleagues held a meeting . Raised them server The existence of this bug, My colleagues naturally say their own server That's all right. ...
- 【HTTP】Fiddler Caught tools
[HTTP]Fiddler( One ) - Fiddler brief introduction [HTTP]Fiddler( Two ) - Use Fiddler Do packet capture analysis [HTTP]Fiddler( 3、 ... and )- Fiddler Command line and HTTP Breakpoint debugging
- utilize tcpdump Packet capture tool monitoring TCP Three handshakes to connect and four waves to disconnect
TCP Transmission control protocol (TCP) is a reliable connection oriented transport layer protocol , Before data transmission , You need to be at both ends of the transmission ( Client side and server side ) Create a connection , This connection is uniquely identified by a pair of socket addresses , That is to say IP The source of the message header IP Address . Purpose IP Address , ...
- Wireshark Caught analysis TCP“ Three handshakes , Four waves ”
1. Purpose Establish a connection between the client and the server TCP/IP Connect , We know it is through three handshakes , Four waves , But in many places, the description of this knowledge is limited to the theoretical level , This time, let's take a look at the actual... Through network packet capture TCP/IP Transmission process . 2 ...
- 【 Tools section 】 The ace tool in catching bags —Fiddler (2- Tool is introduced )
Fiddler Introduction to the interface of the bag capturing tool 1) Field description Fiddler Want to get the packet , Make sure Capture Traffic Is open , stay File –> Capture Traffic. After opening, there will be ...
- How to use Charles Grab the bag -- Introduction
Download address Be careful : First you need to download java Operating environment support for ( It's usually used burp Everyone must be pretending java Environmental Science ). packed java After environment , You can directly go to Baidu to search and download charles The cracked version of , After downloading to the cracked version , There is usually registration ...
Random recommendation
- About IIS Appears during deployment “System.Data.OracleClient need Oracle Client software 8.1.7 Or later ” Problem solving summary of
System environment :windows2008 X64 IIS edition :iis7 oracle Client version :11g, In addition, it has 32 Bit client . Website .net framework edition : 4.0 Current status ,IIS It works , ...
- Unable to execute dex: Multiple dex files define( error analysis )
eclipse The name of the project package cannot conflict with the name of the dependent code base package , Otherwise, the running program will make mistakes Error message :
- python Module introduction ( One )
Modules allow you to organize your Python Code segment . Assign the relevant code to a Module can make your code better use , Easier to understand . Module is also Python object , Has a random name attribute for binding or referencing . In short , Module is a save ...
- WinExec
WinAPI: WinExec - Running external programs // Statement WinExec( lpCmdLine: LPCSTR; { File name and parameters ; If the path is not specified, it will be found in the following order : Program directory / Current directory /Syste ...
- textfile attribute
// Set up textfile Of Placeholder Color and font size nameText.attributedPlaceholder = NSAttributedString.init(string: &q ...
- python3 selenium Randomly select an element under the same type
Use scenarios : As shown in the figure above , occasionally , When we tested , I won't choose every direction , You can't choose one direction every time , At this time, you need to run the use case every time , Choose a random direction to test Usage method : random.randint() ...
- SQL Server 2012 Case studies ( Jia Xiangsu )—— Learning notes
The first 2 Chapter SQL Server 2012 summary 1.SQL(Structed Query Language), Structured query language . 2.SSMS(SQL Server Mangement Studio),SQ ...
- hi-nginx-1.3.4 Compilation and installation
hi-nginx both web The server , It's also application The server . It's open source in https://github.com/webcpp/hi-nginx It is NGINX Superset , Therefore, with compilation NGINX Slightly ...
- Java-Maven( One ):Maven Introduction and installation of
Maven An introduction to the Maven What is it? ? Maven It is a tool for project management and integration .Maven It provides a complete set of construction life cycle framework for developers . Developers can use Maven Faster automatic completion of the basic construction of the project to accompany children , because Mave ...
- Hadoop Record -hive merge Small files
1. Map Enter the corresponding parameters of the merged small file :set mapred.max.split.size=256000000; # Every Map Maximum input size set mapred.min.split.size.per.no ...