<?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>Chinadu&#039;s Blog &#187; Web审计</title>
	<atom:link href="http://www.4shell.org/archives/tag/web%e5%ae%a1%e8%ae%a1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.4shell.org</link>
	<description>关注网络安全</description>
	<lastBuildDate>Fri, 10 Feb 2012 03:53:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SCRT Webshag web服务器审计工具（Python）</title>
		<link>http://www.4shell.org/archives/412.html</link>
		<comments>http://www.4shell.org/archives/412.html#comments</comments>
		<pubDate>Wed, 15 Oct 2008 02:25:11 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[Web审计]]></category>

		<guid isPermaLink="false">http://202.172.32.240/~shellorg/archives/412.html</guid>
		<description><![CDATA[<p>SCRT Webshag<br />IntroductionWebshag is a multi-threaded, multi-platform web server audit tool. Written in Python, it gathers commonly useful functionalities for web server auditing like website crawling, URL scanning or file fuzzing</p><p>&#160;</p>...
]]></description>
			<content:encoded><![CDATA[<p>SCRT Webshag<br />IntroductionWebshag is a multi-threaded, multi-platform web server audit tool. Written in Python, it gathers commonly useful functionalities for web server auditing like website crawling, URL scanning or file fuzzing</p>
<p>&nbsp;</p>
<p>Webshag can be used to scan a web server in HTTP or HTTPS, through a proxy and using HTTP authentication (Basic and Digest). In addition to that it proposes innovative IDS evasion functionalities aimed at making correlation between request more complicated (e.g. use a different random per request HTTP proxy server).</p>
<p>It also provides innovative functionalities like the capability of retrieving the list of domain names hosted on a target machine and file fuzzing using dynamically generated filenames (in addition to common list-based fuzzing).</p>
<p>Webshag URL scanner and file fuzzer are aimed at reducing the number of false positives and thus producing cleaner result sets. For this purpose, webshag implements a web page fingerprinting mechanism resistant to content changes. This fingerprinting mechanism is then used in a false positive removal algorithm specially aimed at dealing with &quot;soft 404&quot; server responses. Webshag provides a full featured and intuitive graphical user interface as well as a text-based command line interface and is available for Linux and Windows platforms, under <a title="http://www.gnu.org/licenses/gpl-3.0.html" href="http://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GPL license</a>. </p>
<p>Requirements<br />To be fully functional, webshag requires the following elements:</p>
<p>- <a title="http://www.python.org/" href="http://www.python.org/" target="_blank">Python 2.5</a> or <a title="http://www.activestate.com/Products/activepython/" href="http://www.activestate.com/Products/activepython/" target="_blank">ActivePython 2.5</a><br />- <a title="http://www.wxpython.org/" href="http://www.wxpython.org/" target="_blank">wxPython</a> GUI toolkit <br />- <a title="http://nmap.org/" href="http://nmap.org/" target="_blank">Nmap</a> port scanner (for port scanning module only)<br />- A valid Live Search <a title="http://search.live.com/developer" href="http://search.live.com/developer" target="_blank">AppID</a> (for domain information module only)</p>
<p>Note that Windows installer does <strong>not</strong> require Python or wxPython. <br />Downloads<br /><strong>version 1.00</strong><br />Linux (tarball)</p>
<p><a title="http://www.scrt.ch/outils/webshag/ws100_linux.tar.gz" href="http://www.scrt.ch/outils/webshag/ws100_linux.tar.gz" target="_blank">ws100_linux.tar.gz</a><br />Windows (installer)</p>
<p><a title="http://www.scrt.ch/outils/webshag/ws100_win.exe" href="http://www.scrt.ch/outils/webshag/ws100_win.exe" target="_blank">ws100_win.exe</a><br />Source only (no database)</p>
<p><a title="http://www.scrt.ch/outils/webshag/ws100_src.tar.gz" href="http://www.scrt.ch/outils/webshag/ws100_src.tar.gz" target="_blank">ws100_src.tar.gz</a><br />User Manual (EN)</p>
<p><a title="http://www.scrt.ch/outils/webshag/ws100_manual.pdf" href="http://www.scrt.ch/outils/webshag/ws100_manual.pdf" target="_blank">ws100_manual.pdf</a><br />FeedbackPlease report bugs and comments to <br /><a href="http://www.scrt.ch/imagesite/mail_webshag.jpg" target="_blank" rel="lightbox[roadtrip]"><img height="15" alt="http://www.scrt.ch/imagesite/mail_webshag.jpg" src="http://www.scrt.ch/imagesite/mail_webshag.jpg" width="114" border="0" /></a></p>
<p>CreditsWebshag is distributed with <a title="http://www.cirt.net/code/nikto.shtml" href="http://www.cirt.net/code/nikto.shtml" target="_blank">Nikto</a> vulnerability database.<br />Windows installer built using <a title="http://www.py2exe.org/" href="http://www.py2exe.org/" target="_blank">py2exe</a> and <a title="http://www.jrsoftware.org/isinfo.php" href="http://www.jrsoftware.org/isinfo.php" target="_blank">Inno Setup</a>.<!-- Added by RelatedTopic, plugin for Bo-Blog 2.0.0 --></p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li>2008年10月31日 -- <a href="http://www.4shell.org/archives/513.html" title="Anehta &#8212; 灵活的Cache机制">Anehta &#8212; 灵活的Cache机制</a></li><li>2007年11月25日 -- <a href="http://www.4shell.org/archives/253.html" title="渗透工具hijack使用原版说明">渗透工具hijack使用原版说明</a></li><li>2008年11月3日 -- <a href="http://www.4shell.org/archives/534.html" title="一种基于NTLDR的BOOTKIT─原理及实现">一种基于NTLDR的BOOTKIT─原理及实现</a></li><li>2010年04月10日 -- <a href="http://www.4shell.org/archives/1671.html" title="Google将访问速度纳入搜索排名考量">Google将访问速度纳入搜索排名考量</a></li><li>2009年09月18日 -- <a href="http://www.4shell.org/archives/1100.html" title="叫我MT(哀木涕)圣斗士星矢中文版">叫我MT(哀木涕)圣斗士星矢中文版</a></li><li>2009年08月31日 -- <a href="http://www.4shell.org/archives/1073.html" title="apache.org被黑">apache.org被黑</a></li><li>2008年11月24日 -- <a href="http://www.4shell.org/archives/660.html" title="<秋天不回来> T-Bag版"><秋天不回来> T-Bag版</a></li><li>2008年11月21日 -- <a href="http://www.4shell.org/archives/652.html" title="Linux各版本的本地root密码破解方法">Linux各版本的本地root密码破解方法</a></li><li>2008年11月3日 -- <a href="http://www.4shell.org/archives/531.html" title="Discuz! trade.php 数据库&#8217;注射&#8217; bug">Discuz! trade.php 数据库&#8217;注射&#8217; bug</a></li><li>2006年10月31日 -- <a href="http://www.4shell.org/archives/94.html" title="《分裂细胞：混沌理论》不能玩的解决办法">《分裂细胞：混沌理论》不能玩的解决办法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/412.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

