Fiddler 默认命令

来源:互联网 发布:淘宝活动报名大全 编辑:程序博客网 时间:2024/06/08 14:25

转自: http://blog.csdn.net/spring21st/article/details/5843495\

 

CommandActionSample usage?sometext

当你输入想查找某些文本(字符串),Fiddler会高亮显示在sessions 列表中出现该文本的的URL

?searchtext>size

筛选出sessions中,字节数大于 size 的响应

>40000 <-- Select responses over 40kb<size

筛选出sessions中,字节数小于 size 的响应

<5k <-- Select responses under 5kb=status
=method
筛选出sessions中, response status = status or request method =method.=301 <-- Select 301 redirect responses
=POST <-- Select POST requests@host

筛选出sessions中,请求的主机包含host的。

@msn.com <-- Select www.msn.com, login.msn.com, etcbold

Mark any future sessions in bold if the url contains the target string

标记url包含目标字符串的sessions列表

bold /bar.aspx

bold        <-- Call with no parameter to clear

bpafter

当请求的URI包含指定的字符串,中断任意响应

bpafter /favicon.ico

bpafter        <-- Call with no parameter to clear

bps

当状态码匹配是,中断任意的响应

bps 404

bps        <-- Call with no parameter to clear

bpv orbpm

对请求的方法(POST/GET)创建请求断点。使用无参数的bpv指令,清除断点

bpv POST

bpv        <-- Call with no parameter to clear

bpu

对URI创建一个请求中断,该URI可以包含特定的字符串。使用无参数的bpu指令,清除断点

bpu /myservice.asmx

bpu        <-- Call with no parameter to clear

cls orclear清空 session 列表clsdumpdump all sessions to a zip archive in C:/dumpg or go重置sessions里的所有响应ghelp显示帮助页面helphide在系统Tray中隐藏FiddlerhideurlreplaceReplace any string in URLs with a different string.  Setting this command will clear any previous value for the command; calling it with no parameter will cancel the replacement.urlreplace SeekStr ReplaceWithStr

urlreplace        <-- Call with no parameters to clear

start注册一个新的系统代理startstop停止指定的系统代理stopshowRestore Fiddler from system tray -- more useful when triggering rules from ExecAction.exe (see below)showselectSelect any session where the response Content-Type header contains the specified string.select image

select css

select htm

allbut orkeeponlyHide all sessions except those where Content-Type header contains the specified string.allbut xml

allbut java

quit关闭Fiddlerquit

 

 

 

官方原始文档:

 

CommandActionSample usage?sometextAs you type sometext, Fiddler will highlight sessions where the URL contains sometext.  Hit Enter to set focus to the selected matches.?searchtext>sizeSelect sessions where response size is greater than size bytes.>40000 <-- Select responses over 40kb<sizeSelect sessions where response size is less than size bytes.<5k <-- Select responses under 5kb=status
=method
Select sessions where response status = status or request method =method.=301 <-- Select 301 redirect responses
=POST <-- Select POST requests@hostSelect sessions where the request host contains host.  Hit Enter to set focus to the selected matches.@msn.com <-- Select www.msn.com, login.msn.com, etcboldMark any future sessions in bold if the url contains the target stringbold /bar.aspx

bold        <-- Call with no parameter to clear

bpafterBreak any response where the RequestURI contains the specified stringbpafter /favicon.ico

bpafter        <-- Call with no parameter to clear

bpsBreak any response where the status code matchesbps 404

bps        <-- Call with no parameter to clear

bpv orbpmCreate a request breakpoint for the specified HTTP method.  Setting this command will clear any previous value for the command; calling it with no parameter will disable the breakpoint.bpv POST

bpv        <-- Call with no parameter to clear

bpuCreate a request breakpoint for URIs containing the specified string.  Setting this command will clear any previous value for the command; calling it with no parameter will disable the breakpoint.bpu /myservice.asmx

bpu        <-- Call with no parameter to clear

cls orclearclear the session listclsdumpdump all sessions to a zip archive in C:/dumpg or goResume all breakpointed sessionsghelpshow this pagehelphideHide Fiddler in System trayhideurlreplaceReplace any string in URLs with a different string.  Setting this command will clear any previous value for the command; calling it with no parameter will cancel the replacement.urlreplace SeekStr ReplaceWithStr

urlreplace        <-- Call with no parameters to clear

startRegister as the system proxystartstopUnregister as the system proxystopshowRestore Fiddler from system tray -- more useful when triggering rules from ExecAction.exe (see below)showselectSelect any session where the response Content-Type header contains the specified string.select image

select css

select htm

allbut orkeeponlyHide all sessions except those where Content-Type header contains the specified string.allbut xml

allbut java

quitShutdown Fiddler.quit
0 0
原创粉丝点击