有没有什么工具可以方便地构造HTTP请求包?

426 views
Skip to first unread message

吴道远

unread,
Feb 27, 2010, 2:33:48 AM2/27/10
to cisrg...@googlegroups.com, ph4...@googlegroups.com
RT。

可以完整地构造http报文,然后发送出去。

比如,我自己输入我想要的报文,然后它帮我生成,并发送出去:
POST xxx HTTP/1.1
Content-Type: text/html

-------entity body--------


thx:)

skywalker

unread,
Mar 8, 2010, 1:05:51 AM3/8/10
to ph4...@googlegroups.com
linux的curl
windowns的fiddler

2010/2/27 吴道远 <clz...@gmail.com>
--
要向邮件组发送邮件,请发到 ph4...@googlegroups.com
要退订此邮件,请发邮件至 ph4nt0m-u...@googlegroups.com



--
苏  杰
(010)-51662601-633
中商流通生产力促进中心
北京市海淀南路32号中信国安数码港710

ShadowHider

unread,
Mar 8, 2010, 3:11:31 AM3/8/10
to ph4...@googlegroups.com
WVS就可以

--
要向邮件组发送邮件,请发到 ph4...@googlegroups.com
要退订此邮件,请发邮件至 ph4nt0m-u...@googlegroups.com



--
------------------------------------------
ShadowHider @Xeye Team  
         |www.Xeye.us|
http://hi.baidu.com/zrxc/
------------------------------------------

better0332

unread,
Mar 8, 2010, 5:51:14 AM3/8/10
to ph4...@googlegroups.com
look at WinINet Functions
--

btbugbug

unread,
Mar 8, 2010, 7:58:37 AM3/8/10
to ph4nt0m
nc,
fuzz,wvs那些都可以。

wangsheng

unread,
Mar 8, 2010, 9:20:21 PM3/8/10
to ph4...@googlegroups.com
SoapUI也可以,他主要是针对web service开发的,当然使用上也可以变通。


发件人: ph4...@googlegroups.com [mailto:ph4...@googlegroups.com] 代表 ShadowHider
发送时间: 2010年3月8日 16:12
收件人: ph4...@googlegroups.com
主题: Re: [Ph4nt0m] 有没有什么工具可以方便地构造HTTP请求包?

hwsample1

unread,
Mar 9, 2010, 7:08:55 AM3/9/10
to ph4nt0m
 
 
 
2010-03-09

hwsample1

RT
 
WINDOWS2003 系统 出现了一个奇怪的帐户 ,怎样查看这个帐户是什么时间创建的?

kelzz

unread,
Mar 8, 2010, 9:30:06 PM3/8/10
to ph4nt0m
perl加nc就可以了
 
例子如下:
 
perl -e 'print "POST /index.php?https://test.com HTTP/1.1\r\nContent-Length: 4\r\n\r\ntest";'|nc 192.168.1.8 80
 
中间可以添加自己需要的头部信息,post方式Content-Length必须有。
2010-03-09

kelzz

发件人: ShadowHider
发送时间: 2010-03-09  10:18:26
收件人: ph4nt0m
抄送:
主题: Re: [Ph4nt0m] 有没有什么工具可以方便地构造HTTP请求包?
Reply all
Reply to author
Forward
0 new messages