<?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>Lifedork &#187; JavaScript</title>
	<atom:link href="http://www.lifedork.net/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lifedork.net</link>
	<description>still GeeX? still SuX!</description>
	<lastBuildDate>Thu, 08 Jul 2010 16:15:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.lifedork.net</link>
  <url>http://www.lifedork.com/favicon.ico</url>
  <title>Lifedork</title>
</image>
		<item>
		<title>Xss scanner</title>
		<link>http://www.lifedork.net/xss-scanner.html</link>
		<comments>http://www.lifedork.net/xss-scanner.html#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:30:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sectools]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Cross-site scripting]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Web application]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.lifedork.net/?p=828</guid>
		<description><![CDATA[



Image by vissago via Flickr



Firstly, if you have no idea what xss is all about , please read xss injection tutorial to understand the way xss works. In this post I&#8217;ll list some xss scanners which are available to be used to pentest your own webs. Instead of online xss scanner that I mentioned on [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/7550402@N02/2427863697"><img title="Watching some asshat fail at cross site script..." src="http://farm4.static.flickr.com/3062/2427863697_335b7e324b_m.jpg" alt="Watching some asshat fail at cross site script..." width="240" height="194" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/7550402@N02/2427863697">vissago</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Firstly, if you have no idea what xss is all about , please read<a href="http://www.testingsecurity.com/how-to-test/injection-vulnerabilities/XSS-Injection" target="_blank"> <strong>xss injection tutorial</strong></a> to understand the way xss works. In this post I&#8217;ll list some <strong>xss scanners</strong> which are available to be used to pentest your own webs. Instead of<strong> online xss scanner</strong> that I mentioned on my <a href="http://www.lifedork.net/web-based-xss-html-injection-scanner.html" target="_blank">previous post</a> , I&#8217;ll introduce you to some other scanner xss.</p>
<p>Acunetix</p>
<blockquote><p>* Acunetix WVS automatically <strong>checks your web applications for XSS</strong>, SQL Injection &amp; other vulnerabilities.<br />
* Firewalls, SSL and locked-down servers are futile against web application hacking.<br />
* Acunetix checks your web applications for coding errors that result in Cross Site Scripting vulnerabilities.<br />
* Acunetix also checks for other vulnerabilities in popular web applications such as Joomla, PHPbb.<br />
* Acunetix identifies files with XSS vulnerabilities allowing you to fix them BEFORE the hacker finds them!</p>
<p>URL : http://www.acunetix.com/cross-site-scripting/scanner.htm</p></blockquote>
<p>Pixy</p>
<blockquote><p>Pixy is a Java program that performs automatic scans of PHP 4 source code, aimed at the detection of XSS and SQL injection vulnerabilities. Pixy takes a PHP program as input, and creates a report that lists possible vulnerable points in the program, together with additional information for understanding the vulnerability.</p>
<p>URL : http://pixybox.seclab.tuwien.ac.at/pixy/download.php</p></blockquote>
<p>GNUCITIZEN <strong>Javascript xss scanner</strong></p>
<blockquote><p>Once you open the POC application there are two options that are given to you. The first one is to use the XSS scanner together with the Yahoo Site Explorer Spider. The spider is restricted in terms of depth and number of results per page. You can spider only the top 50 results. Again, this is done on purpose. Concurrently with the spider, the scanner will test for the XSS issues and deliver the result via a callback mechanism.</p>
<p>URL : http://www.gnucitizen.org/blog/javascript-xss-scanner/</p></blockquote>
<p>D3hydr8 <strong>Google XSS scanner</strong></p>
<blockquote><p>XSS Scanner that can find hosts using a google query or search one site.</p>
<p>URL : http://darkcode.ath.cx/scanners/XSSscan.py</p></blockquote>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles :</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.noupe.com/php/php-security-tips.html"> PHP Security: Fortifying Your Website- Power Tips, Tools &amp; How to&#8217;s </a> (noupe.com)</li>
<li class="zemanta-article-ul-li"><a href="http://java.sys-con.com/node/646922"> Retrieving Data on a SQL Anywhere Server Using AJAX </a> (java.sys-con.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slideshare.net/mirahman/php-web-security-phpxperts-2009"> Php &amp; Web Security &#8211; PHPXperts 2009 </a> (slideshare.net)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lifedork.net/xss-scanner.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 zero day exploit released</title>
		<link>http://www.lifedork.net/firefox-35-zero-day-exploit-released.html</link>
		<comments>http://www.lifedork.net/firefox-35-zero-day-exploit-released.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 09:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla Foundation]]></category>
		<category><![CDATA[Secunia]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.lifedork.net/?p=820</guid>
		<description><![CDATA[



Image via Wikipedia



Milw0rm is finally back with some new interesting informations and exploits , one of then is Firefox 3.5 Zero Day exploit! the exploit has been published on milw0rm yesterday. The firefox 3.5 zero day exploit itself simply demonstrates a security vulnerability that existed on firefox 3.5 by loading windows calculator. The most preventive [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Mozilla_Foundation_logo.svg"><img title="Mozilla Foundation logo" src="http://upload.wikimedia.org/wikipedia/en/thumb/7/74/Mozilla_Foundation_logo.svg/300px-Mozilla_Foundation_logo.svg.png" alt="Mozilla Foundation logo" width="300" height="282" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Mozilla_Foundation_logo.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Milw0rm is finally back with some new interesting informations and exploits , one of then is <strong>Firefox 3.5 Zero Day exploit</strong>! the exploit has been published on milw0rm yesterday. The firefox 3.5 zero day exploit itself simply demonstrates a security vulnerability that existed on firefox 3.5 by loading windows calculator. The most preventive way to take is by disabling javascript on firefox 3.5 , otherwise your pcs might get infected!</p>
<p>Excerpt :</p>
<blockquote><p>The exploit portal Milw0rm has published an exploit for Firefox 3.5. The exploit demonstrates a security vulnerability by starting the Windows calculator. In testing by heise Security, the exploit crashed Firefox under Vista, but security service providers Secunia and VUPEN confirmed that attackers using prepared websites can infect PCs. The cause of the problem is a buffer overflow when processing specially prepared Font tags.</p>
<p>The Mozilla Foundation has been informed about the problem, but so far has not responded to queries by heise Security. An update does not currently exist. So far there are no reports of sites on the internet being first to use the hole for active infections and exploitation of Windows PCs. Since the published exploit uses PC heap spraying under JavaScript, disabling JavaScript should act as a stop gap. When the exploit was tested with Windows 7 RC1, after a short time, the browser displayed a dialogue offering to abort the script.</p></blockquote>
<p><strong>Download firefox 3.5 zero day Exploit : http://www.milw0rm.com/exploits/9137</strong></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles :</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2009/07/15/security-vulnerability-firefox-3-5/"> Highly Critical Security Vulnerability Found in Firefox 3. </a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/141694/2009/07/firefox35_javascript.html?lsrc=rss_main"> Firefox 3.5 vulnerable to critical Javascript attack </a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.consumingexperience.com/2009/07/firefox-users-critical-security.html"> Firefox users: critical security vulnerability </a> (consumingexperience.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lifedork.net/firefox-35-zero-day-exploit-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Httpry &#8211; HTTP Traffic sniffer</title>
		<link>http://www.lifedork.net/httpry-http-traffic-sniffer.html</link>
		<comments>http://www.lifedork.net/httpry-http-traffic-sniffer.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:16:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sectools]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Hypertext Transfer Protocol]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Design and Development]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://www.lifedork.net/?p=805</guid>
		<description><![CDATA[If you&#8217;re already familiar with network sniffers like ethereal, ettercap and so on , you must try this sniffer too. Httpry, is a sniffer specializing in sniffing http traffic. Httpry is used to log and display http traffic by capturing, parsing and logging the traffic for further analysis.
Here&#8217;s few things that you can do by [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re already familiar with <strong>network sniffers</strong> like <strong>ethereal</strong>, <strong>ettercap</strong> and so on , you must try this sniffer too. Httpry, is a sniffer specializing in <strong>sniffing http traffic</strong>. Httpry is used to log and display http traffic by capturing, parsing and logging the traffic for further analysis.<br />
Here&#8217;s few things that you can do by using httpry :</p>
<p>*  See what users on your network are requesting online<br />
* Check for proper server configuration (or improper, as the case may be)<br />
* Research patterns in HTTP usage<br />
* Watch for dangerous downloaded files<br />
* Verify the enforcement of HTTP policy on your network<br />
* Extract HTTP statistics out of saved capture files<br />
* It&#8217;s just plain fun to watch in realtime</p>
<p>Quick excerpt from the official site of httypry:</p>
<blockquote><p>httpry is a specialized packet sniffer designed for displaying and logging HTTP traffic. It is not intended to perform analysis itself, but to capture, parse, and log the traffic for later analysis. It can be run in real-time displaying the traffic as it is parsed, or as a daemon process that logs to an output file. It is written to be as lightweight and flexible as possible, so that it can be easily adaptable to different applications.</p></blockquote>
<p><strong>Download httpry 0.1.5</strong> :<br />
<strong>http://dumpsterventures.com/jason/httpry/httpry-0.1.5.tar.gz</strong></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles :</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.5min.com/Video/How-to-monitor-site-resources-and-stats-in-PLESK-29468433?sid=247"> How to monitor site resources and stats in PLESK </a> (5min.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.mysqlperformanceblog.com/2009/07/01/gathering-queries-from-a-server-with-maatkit-and-tcpdump/"> Gathering queries from a server with Maatkit and tcpdump </a> (mysqlperformanceblog.com)</li>
<li class="zemanta-article-ul-li"><a href="http://aws.typepad.com/aws/2009/06/s3stat-log-analysis-for-amazon-cloudfront-and-amazon-s3.html"> S3Stat &#8211; Log Analysis for Amazon CloudFront and Amazon S3 </a> (aws.typepad.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lifedork.net/httpry-http-traffic-sniffer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hack password facebook with javascript keylogger</title>
		<link>http://www.lifedork.net/hack-password-facebook-with-javascript-keylogger.html</link>
		<comments>http://www.lifedork.net/hack-password-facebook-with-javascript-keylogger.html#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:20:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miscs]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Keystroke logging]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Netscape]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://www.lifedork.com/?p=644</guid>
		<description><![CDATA[



Image via CrunchBase



If you&#8217;ve read my previous post about hacking myspace account using keylogger on &#8216;myspace account hacking &#8211; does your wife cheat on you?&#8217; , the same thing can also be implemented in hacking into facebook account by using more advanced keylogging method like javascript keylogger. Hack Password Facebook with javascript keylogger can be [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;">
<div>
<dl class="wp-caption" style="width: 255px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/facebook"><img title="Image representing Facebook as depicted in Cru..." src="http://www.crunchbase.com/assets/images/resized/0000/4561/4561v1-max-450x450.png" alt="Image representing Facebook as depicted in Cru..." width="245" height="100" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>If you&#8217;ve read my previous post about <strong>hacking myspace account using keylogger</strong> on &#8216;<a href="http://www.lifedork.com/myspace-account-hacking-does-your-wife-cheat-on-you.html" target="_blank">myspace account hacking &#8211; does your wife cheat on you</a>?&#8217; , the same thing can also be implemented in <strong>hacking into facebook account</strong> by using more advanced keylogging method like <strong>javascript keylogger</strong>. <strong>Hack Password Facebook with javascript keylogger</strong> can be achieved by combining those both XSS vulnerabilities and Javascript Keylogger itself. Facebook was <a href="http://www.lifedork.com/more-facebook-xss-hacking-2009.html" target="_blank">vulnerable to some XSS</a> back then , this hole can be a good opportunity for intruders to infect a lot of facebook members with their web malware , including javascript keylogger ! And of course by keylogging , intruders can retrieve those <strong>facebook users &#8217;s password</strong> easily , and then extend their hack into <strong>hack facebook profiles</strong> , etc</p>
<p>A good implementation of javascript keylogger can be found on <a href="http://www.xssed.com/article/25/Paper_Smashing_the_Web_for_fun_&amp;_profit_using_XSS/" target="_blank">http://www.xssed.com/article/25/Paper_Smashing_the_Web_for_fun_&amp;_profit_using_XSS/</a>. Exceprts :</p>
<blockquote><p><strong>Introduction</strong></p>
<p>This article is dedicated to all this people that believe XSS is not a serious Web application vulnerability. Using XSS vulnerabilities someone can actually make lots of money. I don’t have any responsibility how this knowledge is going to be used, this article was created at of love of hacking and not to hack other people sites. Recently I became very interested to XSS and decided to write an article that fully explains how to inject a JavaScript key logger, and by saying fully explain I mean describe in full detail how can someone perform XSS filter invasion and run my JavaScript key logger in order to steal user names, passwords and user credentials. The scary part is that you don’t have to be a JavaScript expert to write effective JavaScript malicious code, you just have to have a good understanding of the Web. In the following article I provide the reader with two flavors of practically the same JavaScript key logger.</p>
<p>In order to understand this article you have to know:</p>
<p>1. How to write Html web forms (look at [4]).<br />
2. How to write Javascript DOM objects (look at [3]).<br />
3. Basic functionality of Http protocol (look at [1]).<br />
4. Understand JavaScript what obfuscation is (have a look at [5]).<br />
5. Understand how to use Burp Suite1.1 (look at [6]).</p>
<p><strong>The functionality of your XSS</strong></p>
<p>Before you exploit an XSS someone has to understand what is the functionality a XSS exploit should have. By saying functionality I mean what is the reason of your XSS, e.g. to deface a website, to cause a redirect or to steal user credentials (something that is the most interesting!!). In our situation we have to think about writing a key logger XSS. So that is why we have to make some thoughts about what is a log-in page form, from the user perspective, for example what is the average user name and password length? And how fast the an average user is typing? We are going to use this information to build up two flavors of JavaScript key loggers that run in IE, Firefox, Opera and Netscape. So our program is going to steal the user credential based only on time (e.g. auto execute after certain amount of time) or based only on password length (e.g. auto execute after the user types 5 characters) or based on both time and password length (e.g. maybe perform some character mapping, like check if Enter or Tab buttons have been pressed).</p></blockquote>
<p>You can also read insanesecurity&#8217;s article to extend your understanding of <a href="http://insanesecurity.info/2009/01/javascript-userscript-keylogger/" target="_blank">userscript keylogger</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Random articles :</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.downloadsquad.com/2009/01/21/thwart-password-hungry-keyloggers-with-a-greasemonkey-script/">Thwart password-hungry keyloggers with a Greasemonkey script</a></li>
<li class="zemanta-article-ul-li"><a href="http://blog.deurainfosec.com/harmful-spyware-and-their-stealthier-means">Harmful Spyware and their stealthier means</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.engadget.com/2008/10/20/keyboard-eavesdropping-just-got-way-easier-thanks-to-electrom/">Keyboard &#8220;eavesdropping&#8221; just got way easier, thanks to electromagnetic emanations</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/9e7b32a9-7976-48c3-a112-13487fdc4137/"><br />
</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lifedork.net/hack-password-facebook-with-javascript-keylogger.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Browser Fuzzer 2</title>
		<link>http://www.lifedork.net/browser-fuzzer-2.html</link>
		<comments>http://www.lifedork.net/browser-fuzzer-2.html#comments</comments>
		<pubDate>Fri, 23 Jan 2009 21:30:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sectools]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Jeremy Brown]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.lifedork.com/?p=624</guid>
		<description><![CDATA[



Image via Wikipedia



It&#8217;s a bit late to introduce this tool anyway , but it&#8217;s still interesting to talk about this tool! The tool is called Browser Fuzzer 2 , developed by Jeremy Brown @ Krakow Labs. This tool allows you to fuzz any browsers you&#8217;d like to fuzz by fuzzing CSS,DOM,HTML and JavaScript. The main [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;">
<div>
<dl class="wp-caption" style="width: 212px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Internet_Explorer_5_logo.png"><img title="Internet Explorer 5" src="http://upload.wikimedia.org/wikipedia/en/thumb/0/03/Internet_Explorer_5_logo.png/202px-Internet_Explorer_5_logo.png" alt="Internet Explorer 5" width="202" height="198" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Internet_Explorer_5_logo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>It&#8217;s a bit late to introduce this tool anyway , but it&#8217;s still interesting to talk about this tool! The tool is called <strong>Browser Fuzzer 2</strong> , developed by Jeremy Brown @ <a href="http://www.krakowlabs.com" target="_blank">Krakow Labs</a>. This tool allows you to fuzz any browsers you&#8217;d like to fuzz by fuzzing CSS,DOM,HTML and JavaScript. The main purpose of this tool is to fuzz web browsers as they process data and render content.</p>
<p><strong>How to use Browser Fuzzer 2</strong> :</p>
<blockquote><p>1) Set up a place for output and pick a fuzzing phase.</p>
<p>rush@linux:~$ mkdir fuzz<br />
rush@linux:~$ perl bf2.pl -o /home/rush/fuzz -p 4</p>
<p>Krakow Labs Development [krakowlabs.com] -&gt; bf2<br />
&#8220;Browser Fuzzer 2 &#8212; The bugs cannot hide anymore&#8221;<br />
rush@KL (Jeremy Brown) [rush@krakowlabs.com]</p>
<p>bf2[phase four] JS Process Engaged. This could take some time (and disc space)!</p>
<p>[STAGE-&gt; 1] Writing      fuzz data to /home/rush/Desktop/fuzz<br />
[STAGE-&gt; 2] Writing  fuzz data to /home/rush/Desktop/fuzz<br />
[STAGE-&gt; 3] Writing    fuzz data to /home/rush/Desktop/fuzz<br />
[STAGE-&gt; 4] Writing    fuzz data to /home/rush/Desktop/fuzz<br />
[STAGE-&gt; 5] Writing  fuzz data to /home/rush/Desktop/fuzz</p>
<p>bf2[phase four] JS Process Complete (Final Count: 8004). Point your browser to /home/rush/fuzz/js1.html and monitor for exceptions <img src='http://www.lifedork.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>rush@linux:~$</p>
<p>2) Open the browser you wish to fuzz (in a debugger or with one attached if you like) and send it to the address of<br />
xxxx1.html, where xxxx is the name of the phase you selected to fuzz.</p></blockquote>
<p><strong>Download Browser Fuzzer 2 : <code>http://www.krakowlabs.com/dev/fuz/bf2/bf2.tar.gz</code></strong></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles :</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.tuibguy.com/?p=2695">Internet Explorer? Tuibguy says &#8220;No, Thanks!&#8221;</a></li>
<li class="zemanta-article-ul-li"><a href="http://lenina.wordpress.com/2008/12/09/tv-repair-update/">TV Repair Update</a></li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.telegraph.co.uk/scienceandtechnology/technology/microsoft/3794159/Internet-Explorer-security-alert-Your-questions-answered.html&amp;a=2280803&amp;rid=ad7729be-154c-4aa9-ad64-1b9963132430&amp;e=ab2d44f8abcfe98590912ada1b809e53">Internet Explorer security alert: Your questions answered</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/c69b8357-a8dd-4294-aaa3-b4560dab3672/"><br />
</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lifedork.net/browser-fuzzer-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browser Rider &#8211; Exploit your browser!</title>
		<link>http://www.lifedork.net/browser-rider-exploit-your-browser.html</link>
		<comments>http://www.lifedork.net/browser-rider-exploit-your-browser.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 20:03:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sectools]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[secInfo]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://www.lifedork.com/?p=447</guid>
		<description><![CDATA[

Just stumbled across to packet storm security&#8217;s tools collection , and I&#8217;ve just found an interesting tool to be discussed here , especially if you&#8217;re interested in Browser exploitation. The tool itself is called Browser Rider. It&#8217;s a hacking framework to build payloads that exploit your browser. Sounds similar to bEEF ? Well , yes [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img zemanta-action-click">
<div class="wp-caption alignright" style="width: 212px"><a href="http://commons.wikipedia.org/wiki/Image:Group_of_Apaches.jpg"><img title="A Group of Apaches {{fi|Apasseja näyttävissä r..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/04/Group_of_Apaches.jpg/202px-Group_of_Apaches.jpg" alt="A Group of Apaches {{fi|Apasseja näyttävissä r..." width="202" height="155" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>Just stumbled across to packet storm security&#8217;s tools collection , and I&#8217;ve just found an interesting tool to be discussed here , especially if you&#8217;re interested in Browser exploitation. The tool itself is called Browser Rider. It&#8217;s a hacking framework to build payloads that exploit your browser. Sounds similar to bEEF ? Well , yes it does! the developer&#8217;s purpose of developing this tool is to provide you with the more reliable browser hacking framework than just those other unmaintained tools out there <img src='http://www.lifedork.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  nice..</p>
<p>However , here&#8217;s the excerpt from their official project site :</p>
<blockquote><p>Browser Rider is not a new concept. Similar tools such as BeEF or Backframe exploited the same concept. However most of the other existing tools out there are unmainted, not updated and not documented. Browser Rider wants to fill those gaps by providing a better alternative.<br />
What are the features?</p>
<p>^ Easily create powerful payloads and plugins<br />
^ Manage payloads automatically with plugins<br />
^ All data can be saved in a database<br />
^ Obfuscation<br />
^ Polymorphisme<br />
^ Control more than one zombie at a time<br />
^ Simple administration panel<br />
Why create Browser Rider?</p>
<p>› Fun<br />
› The challenge of creating something better than what is already existing<br />
› Browser Rider can be used as a better XSS tunnel than the other tools during a pentest<br />
› General hacking<br />
Technical requirements</p>
<p>› PHP 5, with json installed<br />
› Mysql<br />
› Apache with url_rewrite on<br />
› Targets must have Javascript turned on</p></blockquote>
<p>You can also try the online demo of Browser Rider by following these steps :<br />
- Open <strong>http://ultratopcool.free.fr/xss_remotedomain.html</strong> , and do not close it.<br />
- Then go to <strong>http://www.engineeringforfun.com/BrowserRiderDemo/</strong> , and you should see your ip in the zombie list</p>
<p>Watch the video &amp; Read more about this project <a href="http://engineeringforfun.com/browserrider.html" target="_blank">here</a> !</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related article :</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.theregister.co.uk/2008/11/27/wordpress_update/">WordPress update kyboshes XSS flaw</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/c4b1df33-f16f-4891-8132-8bd8bf398ef3/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c4b1df33-f16f-4891-8132-8bd8bf398ef3" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lifedork.net/browser-rider-exploit-your-browser.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
