<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>idv2 &#187; hacker</title>
	<atom:link href="http://tech.idv2.com/tag/hacker/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.idv2.com</link>
	<description>关注Web开发技术，关注Internet。</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:54:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Burp Suite: 网站攻击利器</title>
		<link>http://tech.idv2.com/2006/08/31/burp-suite/</link>
		<comments>http://tech.idv2.com/2006/08/31/burp-suite/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 06:26:54 +0000</pubDate>
		<dc:creator>charlee</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://charlee.itbdns.com/tech/archive/115.html</guid>
		<description><![CDATA[<!-- begin Pukiwiki generated code--><p>Burp Suite是一个免费的网站攻击工具。它包括proxy、spider、intruder、repeater四项功能。该程序使用Java写成，需要 JRE 1.4 以上版本。可以在 <a href="http://portswigger.net/suite/">http://portswigger.net/suite/</a> 下载，目前最新版本为 1.0.1。</p>
<p>解压之后执行 suite.bat，片刻之后即可启动。</p>
<!-- end Pukiwiki generated code--><span id="more-95"></span><!-- begin Pukiwiki generated code--><div class="contents">
<a id="contents_2"></a>
<ul class="list2" style="padding-left:16px;margin-left:16px"><li><a href="#content_2_0">  proxy</a></li>
<li><a href="#content_2_1">  spider</a></li>
<li><a href="#content_2_2">  intruder</a></li>
<li><a href="#content_2_3">  repeater</a></li></ul>
</div>

<hr class="full_hr" />
<h3 id="content_2_0">proxy</h3>
<p>在本地架设代理服务器以截获并修改浏览器发出的请求。默认设置为 127.0.0.1:8080。使用时只要将浏览器的代理服务器设置为 127.0.0.1:8080，burp proxy就会截获到浏览器发出的请求，并可方便地进行修改之后再向原网站发出，以达到篡改cookie、URL、form等目的。</p>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_proxy_01.png" alt="burp_suite_proxy_01.png" title="burp_suite_proxy_01.png" width="540" height="324" /></div>

<p>将浏览器的代理服务器设置为 localhost:8080，然后访问任意一个网站。burp proxy即可截获到该请求。你可以方便地编辑该请求的内容，然后按Forward按钮将编辑之后的请求发到原网站；或者按Drop按钮丢弃该请求。</p>

<h3 id="content_2_1">spider</h3>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_spider_01.png" alt="burp_suite_spider_01.png" title="burp_suite_spider_01.png" width="540" height="383" /></div>


<h3 id="content_2_2">intruder</h3>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_intruder_01.png" alt="burp_suite_intruder_01.png" title="burp_suite_intruder_01.png" width="490" height="294" /></div>


<h3 id="content_2_3">repeater</h3>
<p>burp repeater可以将同样的请求多次发送。你可以不断地修改请求的各种参数并发送，以寻找最好的攻击方法。</p>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_repeater_01.png" alt="burp_suite_repeater_01.png" title="burp_suite_repeater_01.png" width="535" height="404" /></div>

<!-- end Pukiwiki generated code-->
]]></description>
			<content:encoded><![CDATA[<!-- begin Pukiwiki generated code--><p>Burp Suite是一个免费的网站攻击工具。它包括proxy、spider、intruder、repeater四项功能。该程序使用Java写成，需要 JRE 1.4 以上版本。可以在 <a href="http://portswigger.net/suite/">http://portswigger.net/suite/</a> 下载，目前最新版本为 1.0.1。</p>
<p>解压之后执行 suite.bat，片刻之后即可启动。</p>
<!-- end Pukiwiki generated code--><span id="more-95"></span><!-- begin Pukiwiki generated code--><div class="contents">
<a id="contents_4"></a>
<ul class="list2" style="padding-left:16px;margin-left:16px"><li><a href="#content_4_0">  proxy</a></li>
<li><a href="#content_4_1">  spider</a></li>
<li><a href="#content_4_2">  intruder</a></li>
<li><a href="#content_4_3">  repeater</a></li></ul>
</div>

<hr class="full_hr" />
<h3 id="content_4_0">proxy</h3>
<p>在本地架设代理服务器以截获并修改浏览器发出的请求。默认设置为 127.0.0.1:8080。使用时只要将浏览器的代理服务器设置为 127.0.0.1:8080，burp proxy就会截获到浏览器发出的请求，并可方便地进行修改之后再向原网站发出，以达到篡改cookie、URL、form等目的。</p>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_proxy_01.png" alt="burp_suite_proxy_01.png" title="burp_suite_proxy_01.png" width="540" height="324" /></div>

<p>将浏览器的代理服务器设置为 localhost:8080，然后访问任意一个网站。burp proxy即可截获到该请求。你可以方便地编辑该请求的内容，然后按Forward按钮将编辑之后的请求发到原网站；或者按Drop按钮丢弃该请求。</p>

<h3 id="content_4_1">spider</h3>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_spider_01.png" alt="burp_suite_spider_01.png" title="burp_suite_spider_01.png" width="540" height="383" /></div>


<h3 id="content_4_2">intruder</h3>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_intruder_01.png" alt="burp_suite_intruder_01.png" title="burp_suite_intruder_01.png" width="490" height="294" /></div>


<h3 id="content_4_3">repeater</h3>
<p>burp repeater可以将同样的请求多次发送。你可以不断地修改请求的各种参数并发送，以寻找最好的攻击方法。</p>
<div class="img_margin" style="text-align:left"><img src="http://tech.idv2.com/wp-content/uploads/2006/09/burp_suite_repeater_01.png" alt="burp_suite_repeater_01.png" title="burp_suite_repeater_01.png" width="535" height="404" /></div>

<!-- end Pukiwiki generated code-->
]]></content:encoded>
			<wfw:commentRss>http://tech.idv2.com/2006/08/31/burp-suite/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
