<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>a4apphack &#187; Security</title>
	<atom:link href="http://a4apphack.com/index.php/category/security/feed" rel="self" type="application/rss+xml" />
	<link>http://a4apphack.com</link>
	<description>Get more out of the Apps!</description>
	<lastBuildDate>Wed, 11 Jan 2012 20:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
<link>http://a4apphack.com</link>
<url>http://a4apphack.com/blog/wp-content/themes/primus/favicon.ico</url>
<title>a4apphack</title>
</image>
		<item>
		<title>Py Script to Update Backtrack 5 Tools</title>
		<link>http://a4apphack.com/security/sec-code/py-script-to-update-backtrack-5-tools</link>
		<comments>http://a4apphack.com/security/sec-code/py-script-to-update-backtrack-5-tools#comments</comments>
		<pubDate>Wed, 11 Jan 2012 19:44:19 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://a4apphack.com/?p=2271</guid>
		<description><![CDATA[This Python script by the author &#8216;sickness&#8217; updates many of the tools present in Backtrack suite, which otherwise would&#8217;ve to be updated manually. Get the script Screenshot Source: backtrack-linux.org]]></description>
			<content:encoded><![CDATA[<p>This Python script by the author &#8216;sickness&#8217; updates many of the tools present in Backtrack suite, which otherwise would&#8217;ve to be updated manually.</p>
<p><strong>Get the script</strong></p>
<script type='text/javascript' src='http://snipt.net/embed/efac568d70a1554af513af5c2551ac68'></script>
<p><strong>Screenshot</strong></p>
<div class="wp-caption alignnone" style="width: 610px"><a href="http://img.a4apphack.com/backtrack5update.jpg" rel="lightbox[2271]" title="Backtrack5 Update Script"><img title="Backtrack5 Update Script" src="http://img.a4apphack.com/backtrack5update.jpg" alt="Backtrack5 Update Script" width="600" height="479" /></a><p class="wp-caption-text">Backtrack5 Update Script</p></div>
<p><strong>Source:</strong> <a title="Update Script for Backtrack 5" href="http://www.backtrack-linux.org/forums/backtrack-5-experts-section/41766-%5B-%5D-update-script-backtrack-5-a.html?langid=5" target="_blank" class="broken_link">backtrack-linux.org</a></p>
<table id="cft">
  <thead>
  <tr>
    <th colspan="2">Backtrack5 Update Script Info</th>
  </tr>
  </thead>
  <tbody>
    <tr>
      <td  width="40%">App Name</td>
      <td>Backtrack5 Update Script</td>
    </tr>
    <tr>
      <td>License</td>
      <td>free</td>
    </tr>
    <tr>
      <td>Type</td>
      <td>code</td>
    </tr>
    <tr>
      <td>App URL</td>
      <td>
      <a target="_blank" href="http://sickness.tor.hu/wp-content/uploads/2011/06/backtrack5_update.py"><img
 style="" alt="Download"
 src="http://img.a4apphack.com/site/a4apphack-download.png"
 title="Download" witdh="30" height="30"></a></td>
    </tr>
    <tr>
      <td>More Info</td>
      <td> <a href="http://www.backtrack-linux.org/forums/backtrack-5-experts-section/41766-%5B-%5D-update-script-backtrack-5-a.html?langid=5" class="broken_link">link</a></td>
    </tr>
  </tbody>
</table>

<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=2271&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/security/sec-code/py-script-to-update-backtrack-5-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch File Decompiles Android apk to Java Source With a Single Command</title>
		<link>http://a4apphack.com/featured/batch-file-decompiles-android-apk-to-java-source-with-a-single-command</link>
		<comments>http://a4apphack.com/featured/batch-file-decompiles-android-apk-to-java-source-with-a-single-command#comments</comments>
		<pubDate>Thu, 21 Jul 2011 21:59:11 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://a4apphack.com/?p=2190</guid>
		<description><![CDATA[This batch file decompiles an apk to its corresponding java sources. People who are looking forward to do a code review on an android app who&#8217;s source code is not readily available can utilize this bat. This batch runs various free tools available on the internet in a sequence to obtain the java source files. [...]]]></description>
			<content:encoded><![CDATA[<p>This batch file decompiles an apk to its corresponding java sources. People who are looking forward to do a code review on an android app who&#8217;s source code is not readily available can utilize this bat. This batch runs various free tools available on the internet in a sequence to obtain the java source files.</p>
<p>This is not made to encourage piracy/plagiarism in any case.</p>
<h3>How To</h3>
<p>1. Extract batch file and lib folder to <span style="font-family: courier new,courier;">C:\apk2java\</span> (or any folder that <strong>doesnt have space in its path</strong>)</p>
<p>2. Backup the target app&#8217;s apk from phone to PC via ASTRO Browser (check <a title="this post" href="http://a4apphack.com/security/sec-code/extract-android-apk-from-market-and-decompile-it-to-java-source">this post</a> for details)</p>
<p>3. Keep the target apk in the root folder where batch file is present</p>
<p><a href="http://img.a4apphack.com/apk2java-copytargetapk.jpg" rel="lightbox[2190]" title="Copy target apk to exec folder"><img title="Copy target apk to exec folder" src="http://img.a4apphack.com/apk2java-copytargetapk.jpg" alt="Copy target apk to exec folder" width="600" height="368" /></a></p>
<p>4. Run &#8216;apk2java.bat target.apk&#8217; in cmd</p>
<p><code>c:\apk2java&gt;apk2java.bat target.apk</code></p>
<p><a href="http://img.a4apphack.com/apk2java-executebatch.jpg" rel="lightbox[2190]" title="Execute Command"><img class="alignnone" title="Execute Command" src="http://img.a4apphack.com/apk2java-executebatch.jpg" alt="Execute Command" width="600" height="227" /></a></p>
<p><a href="http://img.a4apphack.com/apk2java-processcomplete.jpg" rel="lightbox[2190]" title="Process Complete"><img title="Process Complete" src="http://img.a4apphack.com/apk2java-processcomplete.jpg" alt="Process Complete" width="600" height="393" /></a></p>
<p><span id="more-2190"></span>5. Result : java and resource files available in &#8216;src&#8217;</p>
<p><a href="http://img.a4apphack.com/apk2java-outputsrc.jpg" rel="lightbox[2190]" title="src folder containing decompiled files"><img class="alignnone" title="src folder containing decompiled files" src="http://img.a4apphack.com/apk2java-outputsrc.jpg" alt="src folder containing decompiled files" width="600" height="367" /></a></p>
<p><strong>Note</strong>: This batch just automates the sequence in which various tools are initiated and does not handle any error events. You will have to go through the cmd verbose to figure out the problem.</p>
<p><strong>Note 2:</strong> &#8216;lib&#8217; folder contains apk-tool files (apk-tool.jar, aapt.exe), jad.exe, 7zip (7za.exe), dex2jar files (all other jars).  If required, update each of those tools by replacing it with latest copy from links mentioned below.</p>
<h3>Requirements</h3>
<ul>
<li>Windows (but can be ported to *NIX)</li>
<li>JRE 1.6 (Java Runtime Environment)</li>
</ul>
<h3>Tools in lib</h3>
<ul>
<li>Dex2jar &#8211; Converts Android dex format to jar (<a title="Dex2jar" href="http://code.google.com/p/dex2jar/">link</a>)</li>
<li>JAD &#8211; Java Decompiler CLI (<a title="JAD" href="http://www.varaneckas.com/jad">link</a>)</li>
<li>7Zip &#8211; Unarchival  (<a title="7Zip" href="http://www.7-zip.org/download.html">link</a>)</li>
<li>apk-tool &#8211; Extracts resources from apk (<a title="apk-tool" href="http://code.google.com/p/android-apktool/">link</a>)</li>
<li>aapt &#8211; Android Asset Packaging Tool <a title="Android Dev Guid" href="http://developer.android.com/guide/developing/building/index.html">(link)</a></li>
<li>aapt commands (<a title="aapt commands" href="http://elinux.org/Android_aapt">link)</a></li>
</ul>
<script type='text/javascript' src='http://snipt.net/embed/00aea84a3ffd7b7b8150241c20727adf'></script>
<table id="cft">
  <thead>
  <tr>
    <th colspan="2">apk2java Info</th>
  </tr>
  </thead>
  <tbody>
    <tr>
      <td  width="40%">App Name</td>
      <td>apk2java</td>
    </tr>
    <tr>
      <td>License</td>
      <td>free</td>
    </tr>
    <tr>
      <td>Type</td>
      <td>code</td>
    </tr>
    <tr>
      <td>App URL</td>
      <td>
      <a target="_blank" href="http://img.a4apphack.com/dl/apk2java.zip"><img
 style="" alt="Download"
 src="http://img.a4apphack.com/site/a4apphack-download.png"
 title="Download" witdh="30" height="30"></a></td>
    </tr>
    <tr>
      <td>More Info</td>
      <td> <a href="">link</a></td>
    </tr>
  </tbody>
</table>

<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=2190&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/featured/batch-file-decompiles-android-apk-to-java-source-with-a-single-command/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Extract Android apk from Market and Decompile it to Java Source</title>
		<link>http://a4apphack.com/security/sec-code/extract-android-apk-from-market-and-decompile-it-to-java-source</link>
		<comments>http://a4apphack.com/security/sec-code/extract-android-apk-from-market-and-decompile-it-to-java-source#comments</comments>
		<pubDate>Wed, 20 Apr 2011 18:29:53 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[scan]]></category>

		<guid isPermaLink="false">http://a4apphack.com/?p=2152</guid>
		<description><![CDATA[This post talks about process of extracting apk file of any app available in market and then decompiling it to Java source. This can be helpful for those who perform code review (for security vulnerabilities) on apps whose source code is not available. Once Java source code is obtained, we can either do manual code [...]]]></description>
			<content:encoded><![CDATA[<p>This post talks about process of extracting apk file of any app available in market and then decompiling it to Java source. This can be helpful for those who perform code review (for security vulnerabilities) on apps whose source code is not available. Once Java source code is obtained, we can either do manual code review or run any free/commercial automated code scanners.</p>
<p><span id="more-2152"></span></p>
<h3>Download .apk file from market</h3>
<ol>
<li>Search in market for the app you want to decompile and install it on your phone.</li>
<li>Install Astro File Manager from market (<a title="Astro File Manager (Android Market Link)" href="https://market.android.com/details?id=com.metago.astro">link</a>). Open Astro &gt; Tools &gt; Application Manager/Backup and select the application to backup on to the SD card .</li>
<li>Mount phone as USB drive and access <code>'\backups\apps\'</code> folder to find the apk of target app (lets call it targetapp.apk) . Copy it to your local drive.</li>
</ol>
<h3>Decomiling apk to Dex format</h3>
<ol>
<li>Download Dex2Jar (<a title="Dex2Jar" href="http://code.google.com/p/dex2jar/">link</a>) (Android runs applications which are in <a rel="nofollow" href="http://en.wikipedia.org/wiki/Dalvik_%28software%29">Dalvik Executable (.dex) format</a>).</li>
<li>Run the command to convert apk to jar<code></code><code></code></li>
</ol>
<p><code>dex2jar targetapp.apk file(./dex2jar targetapp.apk on terminal)</code></p>
<p style="padding-left: 30px;">File ‘targetapp.apk.dex2jar.jar’ is created</p>
<p><a href="http://img.a4apphack.com/androiddecompile-04.jpg" rel="lightbox[2152]" title="Converting Apk (Dex) to Jar"><img title="Converting Apk (Dex) to Jar" src="http://img.a4apphack.com/androiddecompile-04.jpg" alt="Converting Apk (Dex) to Jar" width="600" height="396" /></a></p>
<h3>Viewing/Decompiling the Jar files to Java</h3>
<h4>Method 1 : Use JavaDecompiler (JD)</h4>
<ol>
<li>Open ‘targetapp.apk.dex2jar.jar’ with jd-gui (<a title="JD GUI" href="http://java.decompiler.free.fr/?q=jdgui">link</a>)</li>
<li>File &gt; Save All Sources to sava the class files in jar to java files.</li>
</ol>
<p><a href="http://img.a4apphack.com/androiddecompile-05.jpg" rel="lightbox[2152]" title="JD GUI Viewer"><img class="alignnone" title="JD GUI Viewer" src="http://img.a4apphack.com/androiddecompile-05.jpg" alt="JD GUI Viewer" width="600" height="374" /></a></p>
<h4>Method 2: JAD</h4>
<ol>
<li>Extract contents of jar file on to a folder named src. Use and unarchival utility like 7zip</li>
<li>Keep ‘src’ folder in the same directory where JAD and targetapp jar is present</li>
<li>Open JAD in cmd and execute the following command</li>
<li><code>jad -o -r -sjava -dsrc src/**/*.class</code> (./jad on terminal)</li>
</ol>
<p><a href="http://img.a4apphack.com/androiddecompile-07.jpg" rel="lightbox[2152]" title="Extract jar contents to src folder"><img class="alignnone" title="Extract jar contents to src folder" src="http://img.a4apphack.com/androiddecompile-07.jpg" alt="Extract jar contents to src folder" width="600" height="441" /></a></p>
<p><a href="http://img.a4apphack.com/androiddecompile-08.jpg" rel="lightbox[2152]" title="Running jad command"><img class="alignnone" title="Running jad command" src="http://img.a4apphack.com/androiddecompile-08.jpg" alt="Running jad command" width="600" height="413" /></a></p>
<p>Now src will contain decompiled Java files ready for manual code review.</p>
<p><a href="http://img.a4apphack.com/androiddecompile-09.jpg" rel="lightbox[2152]" title="Decompiled java files"><img class="alignnone" title="Decompiled java files" src="http://img.a4apphack.com/androiddecompile-09.jpg" alt="Decompiled java files" width="600" height="413" /></a></p>
<h3>Tools Used</h3>
<ol>
<li>Sample app &#8211; RemoteDroid (Opensource &#8211; <a title="RemoteDroid" href="http://code.google.com/p/remotedroid/downloads/detail?name=RemoteDroid-v1.4.apk&amp;can=2&amp;q=">link</a>)</li>
<li>Astro File Manager (Android Market &#8211; <a title="Astro File Manager (Android Market Link)" href="https://market.android.com/details?id=com.metago.astro">link</a>)</li>
<li>Dex2Jar (<a title="Dex2Jar" href="http://code.google.com/p/dex2jar/">link</a>)</li>
<li>jd-gui (<a title="JD GUI" href="http://java.decompiler.free.fr/?q=jdgui">link</a>)</li>
<li>JAD (<a title="Java Decompiler Download" href="http://www.varaneckas.com/jad">link</a>)</li>
</ol>
<table id="cft">
  <thead>
  <tr>
    <th colspan="2">Dex2Jar Info</th>
  </tr>
  </thead>
  <tbody>
    <tr>
      <td  width="40%">App Name</td>
      <td>Dex2Jar</td>
    </tr>
    <tr>
      <td>License</td>
      <td>free</td>
    </tr>
    <tr>
      <td>Type</td>
      <td><ul>
<li>portable</li>
<li>code</li>
</ul>
</td>
    </tr>
    <tr>
      <td>App URL</td>
      <td>
      <a target="_blank" href="http://code.google.com/p/dex2jar/"><img
 style="" alt="Download"
 src="http://img.a4apphack.com/site/a4apphack-download.png"
 title="Download" witdh="30" height="30"></a></td>
    </tr>
    <tr>
      <td>More Info</td>
      <td> <a href="http://code.google.com/p/dex2jar/">link</a></td>
    </tr>
  </tbody>
</table>

<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=2152&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/security/sec-code/extract-android-apk-from-market-and-decompile-it-to-java-source/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>List of Chrome Browser Extensions for Security Analysts</title>
		<link>http://a4apphack.com/featured/list-of-chrome-browser-extensions-for-security-analysts</link>
		<comments>http://a4apphack.com/featured/list-of-chrome-browser-extensions-for-security-analysts#comments</comments>
		<pubDate>Fri, 15 Apr 2011 23:43:54 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[chrome]]></category>

		<guid isPermaLink="false">http://a4apphack.com/?p=2140</guid>
		<description><![CDATA[List of chrome browser extensions that can be useful while performing application security assessments. Some of the extensions are already discussed earlier in our blog. On the sidenote, a similar collection exists for Firefox users &#8211; check SecFox at Mozilla Addons Collection site Note: Below table will be updated regularly. If you find any addons [...]]]></description>
			<content:encoded><![CDATA[<p>List of chrome browser extensions that can be useful while performing application security assessments. Some of the extensions are already discussed <a title="earlier" href="http://a4apphack.com/featured/13-chrome-extensions-for-security-testers">earlier in our blog</a>. On the sidenote, a similar collection exists for Firefox users &#8211; check <a title="Mozilla Addons - SecFox" href="https://addons.mozilla.org/en-US/firefox/collections/rajivvishwa/secfox/">SecFox</a> at Mozilla Addons Collection site</p>
<p><em><strong>Note: Below table will be updated regularly. If you find any addons that are not listed but might be useful while conducting pentests, please mention in comments.<br />
</strong></em></p>
<p><span id="more-2140"></span></p>

<table id="wp-table-reloaded-id-6-no-1" class="wp-table-reloaded wp-table-reloaded-id-6">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">Name</th><th class="column-2">Description</th><th class="column-3">Chrome Store URL</th><th class="column-4">Developer</th><th class="column-5">Keywords</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">AntiXSS </td><td class="column-2">detect possible weak points and xss attacks</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/pohooglepenpccfcljdhhbmojeghijno">Chrome WebStore Link</a></td><td class="column-4"></td><td class="column-5">XSS, Scanner</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">BuiltWith</td><td class="column-2">BuiltWith is a web site profiler tool. Displays the frameworks and other libraries with which that website is built</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/dapjbgnjinbpoindlpdmhochffioedbn?hl=en">Chrome WebStore Link</a></td><td class="column-4"><a href="http://builtwith.com/">link</a></td><td class="column-5">Application Fingerprinting</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">Chrome IE Tab Multi</td><td class="column-2">Run ActiveX controls on Chrome</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/fnfnbeppfinmnjnjhedifcfllpcfgeea?hl=en">Chrome WebStore Link</a></td><td class="column-4"><a href="http://iblogbox.com/chrome/ietab">link</a></td><td class="column-5">ActiveX testing</td>
	</tr>
	<tr class="row-5 odd">
		<td class="column-1">Chrome Sniffer</td><td class="column-2">This extension will help web developer to inspect web framework / CMS and javascript library running on current browsing website. An icon will appear on address bar indicates the detected framework. Version detecting is being implemented.</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae">Chrome WebStore Link</a></td><td class="column-4"><a href="http://www.nqbao.com/chrome-sniffer">link</a></td><td class="column-5">Application Fingerprinting</td>
	</tr>
	<tr class="row-6 even">
		<td class="column-1">Domain Details</td><td class="column-2">Domain Details provides the following information on the site you are visiting:<br />
<br />
- Server IP Address<br />
- Server's Location. Based on a Geo IP database in the extension, does not poll an external service.<br />
- Server Software. Shows icons for common servers.<br />
- View server response headers within the extension<br />
- Domain Whois Links</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/ekgdjkmnfildhenmlbefaajoljlkekfg">Chrome WebStore Link</a></td><td class="column-4"><a href="http://dndetails.com/">link</a></td><td class="column-5">Network Fingerprinting</td>
	</tr>
	<tr class="row-7 odd">
		<td class="column-1">Edit This Cookie</td><td class="column-2">This extension lets you:<br />
Delete all cookies in a page, Delete only the chosen cookie on a page, Edit any cookie, Add a new cookie, Search a cookie, Protect a cookie (read-only), Block cookies (cookie filter)</td><td class="column-3"><a href="https://chrome.google.com/webstore/detail/fngmhnnpilhplaeedifhccceomclgfbg">Chrome WebStore Link</a><a href="https://chrome.google.com/webstore/detail/fngmhnnpilhplaeedifhccceomclgfbg">Chrome WebStore Link</a></td><td class="column-4"></td><td class="column-5">Cookie Editor, Session Management/Fixation</td>
	</tr>
	<tr class="row-8 even">
		<td class="column-1">Firebug Lite</td><td class="column-2">Firebug Lite is not a substitute for Firebug, or Chrome Developer Tools. It is a tool to be used in conjunction with these tools. Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading. It provides also some cool features like inspecting HTML elemements with your mouse, and live editing CSS properties.</td><td class="column-3"><a href="https://chrome.google.com/webstore/detail/bmagokdooijbeehmkpknfglimnifench">Chrome WebStore Link</a></td><td class="column-4"><a href="http://getfirebug.com">link</a></td><td class="column-5">Dynamic Frontend Manipulation/Injection, Bypass Client Side Validations</td>
	</tr>
	<tr class="row-9 odd">
		<td class="column-1">Form Fuzzer</td><td class="column-2">Fuzz testing utility I created to assist in populating web forms with some random data.</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/cbpplldpcdcfejdaldmnfhlodoadjhii">Chrome WebStore Link</a></td><td class="column-4"><a href="http://www.crapsoftware.info/p/form-fuzzer.html">link</a></td><td class="column-5">Parameter Manipulation/Injection</td>
	</tr>
	<tr class="row-10 even">
		<td class="column-1">JSONView for Chrome</td><td class="column-2">JSONView for chrome is an extension that helps you to parse and view JSON documents</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/chklaanhfefbnpoihckbnefhakgolnmc">Chrome WebStore Link</a></td><td class="column-4"><a href="http://jsonview.com/">link</a></td><td class="column-5">Helper Extension</td>
	</tr>
	<tr class="row-11 odd">
		<td class="column-1">Latest Sophos Security Alerts </td><td class="column-2">Displays the Sophos security alerts direct in your browser</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/nlkjlfcipnekjlleclkkkefdphbdemma">Chrome WebStore Link</a></td><td class="column-4"></td><td class="column-5">Helper</td>
	</tr>
	<tr class="row-12 even">
		<td class="column-1">Pendule</td><td class="column-2">convert POSTs to GETs, Remove Maxlength, view selection source (syntax highlighted code appears in a new <br />
tab, similar to built-in view source functionnality)</td><td class="column-3"><a href="https://chrome.google.com/webstore/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi">Chrome WebStore Link</a></td><td class="column-4"></td><td class="column-5">Dynamic Frontend Manipulation/Injection, Bypass Client Side Validations</td>
	</tr>
	<tr class="row-13 odd">
		<td class="column-1">Proxy Switchy!</td><td class="column-2">Proxy Switchy! is an advanced proxy manager for Google Chrome, it allows users to manage and switch between multiple proxy profiles quickly and easily.</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/caehdcpeofiiigpdhbabniblemipncjj">Chrome WebStore Link</a></td><td class="column-4"><a href="http://switchy.samabox.com/">link</a></td><td class="column-5">Proxy Tools</td>
	</tr>
	<tr class="row-14 even">
		<td class="column-1">Simple REST Client</td><td class="column-2">Simple REST Client is an extension for Google Chrome to help construct custom<br />
HTTP requests to directly test your web services.<br />
<br />
Select the URL, method, fill the headers and body if necessary.<br />
Click Send.<br />
Analyze response headers and body.</td><td class="column-3"><a href="https://chrome.google.com/webstore/detail/fhjcajmcbmldlhcimfajhfbgofnpcjmb">Chrome WebStore Link</a></td><td class="column-4"><a href="http://www.jeremyselier.com/">link</a></td><td class="column-5">Parameter Manipulation/Injection</td>
	</tr>
	<tr class="row-15 odd">
		<td class="column-1">Swap My Cookies </td><td class="column-2">Swap My Cookies is a session manager, it manages your cookies, letting you login on any website with several different accounts. You can finally  login into gmail, yahoo, hotmail, and just any website you use, with all your accounts; if you want to use another account just swap profile!</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/dffhipnliikkblkhpjapbecpmoilcama?hl=en">Chrome WebStore Link</a></td><td class="column-4"></td><td class="column-5">Session Fixation/Management</td>
	</tr>
	<tr class="row-16 even">
		<td class="column-1">Unencrypted Password Warning</td><td class="column-2">Unencrypted Password Warning detects whether a password or credit card number is about to be sent with a form that does not use HTTPS.</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/mjpinemnkjlppmemjfabdaelpfgfjgkj">Chrome WebStore Link</a></td><td class="column-4"></td><td class="column-5">Detects Security Flaw</td>
	</tr>
	<tr class="row-17 odd">
		<td class="column-1">User-Agent Switcher for Chrome</td><td class="column-2">The extension allows you to set a specific filtering list, so it will automatically switch user-agent strings based on the domain or URL you specify.  Also, it will use and auto-update a list of sites known to use incorrect user-agent sniffing (which can be disabled.)</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/aafciojnlamllgpkpdkbamkfgbofhgcj">Chrome WebStore Link</a></td><td class="column-4"><a href="http://spoofer-extension.appspot.com/">link</a></td><td class="column-5">Mobile Security Testing, Client-side Bypass</td>
	</tr>
	<tr class="row-18 even">
		<td class="column-1">Web Developer</td><td class="column-2">Official port of the popular Web Developer extension for Firefox.convert POSTs to GETs, Remove Maxlength, view selection source (syntax highlighted code appears in a new <br />
tab, similar to built-in view source functionnality)</td><td class="column-3"><a href="https://chrome.google.com/webstore/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Chrome WebStore Link</a></td><td class="column-4"><a href="http://chrispederick.com/work/web-developer/chrome/">link</a></td><td class="column-5">Dynamic Frontend Manipulation/Injection, Bypass Client Side Validations</td>
	</tr>
	<tr class="row-19 odd">
		<td class="column-1">Websecurify</td><td class="column-2">Websecurify is a powerful web application security testing platform designed from the ground up to provide the best combination of automatic and manual vulnerability testing technologies.<br />
<br />
This extension is useful to anyone who wants to quickly assess the security of their web applications.<br />
</td><td class="column-3"><a href="https://chrome.google.com/webstore/detail/emclbdbpcnhmopfkidjhlinikkohlkpn">Chrome WebStore Link</a></td><td class="column-4"><a href="http://www.websecurify.com">link</a></td><td class="column-5">Web Page Scanner</td>
	</tr>
	<tr class="row-20 even">
		<td class="column-1">XSS Rays</td><td class="column-2">Complete XSS reversing/scanner tool. Find how a site is filtering code, check for injections and inspect objects.</td><td class="column-3"><a href="https://chrome.google.com/extensions/detail/kkopfbcgaebdaklghbnfmjeeonmabidj">Chrome WebStore Link</a></td><td class="column-4"><a href="http://www.xssrays.co.uk/">link</a></td><td class="column-5">XSS, Scanner</td>
	</tr>
</tbody>
</table>

<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=2140&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/featured/list-of-chrome-browser-extensions-for-security-analysts/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Proxy Switchy Chrome Extension for Security Analysts</title>
		<link>http://a4apphack.com/security/sec-browser/proxy-switchy-chrome-extension-for-security-analysts</link>
		<comments>http://a4apphack.com/security/sec-browser/proxy-switchy-chrome-extension-for-security-analysts#comments</comments>
		<pubDate>Mon, 24 Jan 2011 20:36:49 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[va]]></category>

		<guid isPermaLink="false">http://a4apphack.com/?p=2114</guid>
		<description><![CDATA[Proxy Switchy! is an advanced proxy manager for Google Chrome, it allows users to manage and switch between multiple proxy profiles quickly and easily. This will be one must-have addition to the chrome addons that helps for security testing which we had discussed earlier here. While conducting blackbox security assessments, we normally do analysis on communication [...]]]></description>
			<content:encoded><![CDATA[<p>Proxy Switchy! is an advanced proxy manager for Google Chrome, it allows users to manage and switch between multiple proxy profiles quickly and easily.</p>
<p>This will be one must-have addition to the chrome addons that helps for security testing which we had discussed earlier <a href="http://a4apphack.com/featured/13-chrome-extensions-for-security-testers">here</a>. While conducting blackbox security assessments, we normally do analysis on communication between the server and the browser (client). This is done with the help of various software proxy interceptors such as Paros, Webscarb, Burp etc. by redirecting traffic to these proxies.</p>
<p><img title="Proxy Switchy - Chrome" src="http://img.a4apphack.com/proxyswitchy-switchdropdown.jpg" alt="Proxy Switchy - Chrome" width="298" height="280" /></p>
<p>Most of the times its required to change the browser proxy settings to<br />
1. Change the port to switch the listener (proxy) that intercepts web traffic<br />
2. Filter the URLs that are not in our scope to reduce the overhead on the proxy.<br />
3. Match the URLs to send to different listeners based on certain patterns.</p>
<p>Proxy switch can help to easily overcome the situations mentioned above.</p>
<p><span id="more-2114"></span></p>
<h4>Features</h4>
<p>- Manage and switch between multiple proxy profiles.<br />
- Change the proxy configuration of Chrome and IE in one click.<br />
- URL based switch rules.<br />
- Supports Socks v4 and v5.<br />
- Change LAN and VPN/Dial-up proxy settings.<br />
- Quickly add rules for currently active websites.<br />
- Quick proxy switch between two profiles or cycle all profiles.<br />
- Online rule list support (AutoProxy compatible), more details <a title="RuleList" href="http://code.google.com/p/switchy/wiki/RuleList">here</a>.<br />
- Export switch rules as PAC/RuleList file.<br />
- Backup/Restore options.<br />
- Proxy change monitoring.<br />
- Colorful profiles and icons.<br />
- Supports Windows, Linux (32/64 bit) and Mac OS X.</p>
<h4>Screenshots</h4>
<p><img class="alignnone" title="Quick Rule" src="http://img.a4apphack.com/proxyswitchy-quickrule.jpg" alt="Quick Rule" width="422" height="340" /></p>
<p><a href="http://img.a4apphack.com/proxyswitchy-rules.jpg" rel="lightbox[2114]" title="Rules"><img class="alignnone" title="Rules" src="http://img.a4apphack.com/proxyswitchy-rules.jpg" alt="Rules" width="600" height="457" /></a></p>
<p><a href="http://img.a4apphack.com/proxyswitchy-profiles.jpg" rel="lightbox[2114]" title="Profile"><img class="alignnone" title="Profile" src="http://img.a4apphack.com/proxyswitchy-profiles.jpg" alt="Profile" width="600" height="404" /></a></p>
<table id="cft">
  <thead>
  <tr>
    <th colspan="2">Proxy Switchy! Info</th>
  </tr>
  </thead>
  <tbody>
    <tr>
      <td  width="40%">App Name</td>
      <td>Proxy Switchy!</td>
    </tr>
    <tr>
      <td>License</td>
      <td>free</td>
    </tr>
    <tr>
      <td>Type</td>
      <td>portable</td>
    </tr>
    <tr>
      <td>App URL</td>
      <td>
      <a target="_blank" href="https://chrome.google.com/webstore/detail/caehdcpeofiiigpdhbabniblemipncjj#"><img
 style="" alt="Download"
 src="http://img.a4apphack.com/site/a4apphack-download.png"
 title="Download" witdh="30" height="30"></a></td>
    </tr>
    <tr>
      <td>More Info</td>
      <td> <a href="http://code.google.com/p/switchy/">link</a></td>
    </tr>
  </tbody>
</table>

<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=2114&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/security/sec-browser/proxy-switchy-chrome-extension-for-security-analysts/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adblock Browser Addon Can Block Malware And Not Just Ads</title>
		<link>http://a4apphack.com/featured/adblock-browser-addon-can-block-malware-and-not-just-ads</link>
		<comments>http://a4apphack.com/featured/adblock-browser-addon-can-block-malware-and-not-just-ads#comments</comments>
		<pubDate>Tue, 28 Sep 2010 22:08:38 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://a4apphack.com/?p=2088</guid>
		<description><![CDATA[AdBlock is one of the most popular browser extension that prevents ads or annoying page elements those are usually displayed in any webpage. It works by matching the pattern of unwanted elements in the page with what is available in its database and filters them. Adblock can be made more efficient by adding custom patterns [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: normal;">AdBlock is one of the most popular browser extension that prevents ads or annoying page elements those are usually displayed in any webpage. It works by matching the pattern of unwanted elements in the page with what is available in its database and filters them. </span></p>
<p><span style="font-weight: normal;">Adblock can be made more efficient by adding custom patterns for the elements to be filtered.. This feature of AdBlock can be extended to block not only the ads but also the malicious content those are injected in seemingly genuine sites. This is done by adding MalwareDomains subscription to our Adblock preferences. M</span>alwareDomain contains a list of domains that are known to be used to propagate malware and spyware. Adblock verifies whether there are any cross domain content loaded from any of malicious websites present in that list and if there is, then it blocks those elements.</p>
<p><em><strong>Note</strong>: Subscribing to this list can increase the load time of the site. Increase in security at the cost of slight reduction in performance.</em></p>
<p>Here, we illustrate the steps to add the MalwareDomain list to our Adblock addon available for Chrome and Firefox browsers.</p>
<h3>I. Adding MalwareDomain Subscription in Chrome</h3>
<p>Download Adblock for Chrome <a title="AdBlock for Chrome" href="https://chrome.google.com/extensions/detail/gighmmpiobklfepjocnamgkkbiglidom">here</a>.</p>
<p>1. Access the AdBlock Options from the Chrome Extensions page and add MalwareDomains URL (http://malwaredomains.lanik.us/malwaredomains_full.txt)</p>
<p><a href="http://img.a4apphack.com/addblockmalware-chromeaddsubs.jpg" rel="lightbox[2088]" title="Chrome Add Subscription"><img title="Chrome Add Subscription" src="http://img.a4apphack.com/addblockmalware-chromeaddsubs.jpg" alt="Chrome Add Subscription" width="600" height="378" /></a></p>
<p>2. Entered URL will now display in the subscriptions list. Make sure that its checked.</p>
<p><img title="Chrome Display Added Subscription" src="http://img.a4apphack.com/addblockmalware-chromedisplaysubs.jpg" alt="Chrome Display Added Subscription" width="450" height="269" /></p>
<h3><span id="more-2088"></span></h3>
<h3>II. Adding MalwareDomain Subscription in Firefox</h3>
<p>Download AdBlock Plus for Firefox <a title="Adblock for Firefox" href="https://addons.mozilla.org/en-US/firefox/addon/1865/">here</a>.</p>
<p>1. Open the Adblock Plus Preferences and click on the &#8216;Add Filter Subscription&#8217; from the Filters menu.</p>
<p><img title="Firefox Add Filter Subscription" src="http://img.a4apphack.com/addblockmalware-firefoxpref.jpg" alt="Firefox Add Filter Subscription" width="561" height="421" /></p>
<p>2. Click on &#8216;Add a different subscription&#8217; link.</p>
<p><img title="Firefox Add Different Subscription" src="http://img.a4apphack.com/addblockmalware-firefoxdiffsubs.jpg" alt="Firefox Add Different Subscription" width="561" height="421" /></p>
<p>3. Add the MalwareDomains URL in the subscription entry (http://malwaredomains.lanik.us/malwaredomains_full.txt)</p>
<p><img title="Firefox Add Subscription" src="http://img.a4apphack.com/addblockmalware-firefoxaddsubs.jpg" border="0" alt="Firefox Add Subscription" width="561" height="463" /></p>
<p>4. List of domains to be filtered will be displayed under the filter which we have newly subscribed. Make sure that its enabled.</p>
<p><img title="Firefox Display Added Subscription" src="http://img.a4apphack.com/addblockmalware-firefoxdisplaysubs.jpg" alt="Firefox Display Added Subscription" width="561" height="413" /></p>
<p><strong>Links</strong></p>
<ul>
<li><a title="MalwareDomains List" href="http://malwaredomains.lanik.us/malwaredomains_full.txt">MalwareDomains List</a></li>
<li><a title="Subscriptions" href="http://adblockplus.org/en/subscriptions">Other AdBlock Suscriptions</a></li>
<li><a title="Adblock For Chrome" href="https://chrome.google.com/extensions/detail/gighmmpiobklfepjocnamgkkbiglidom">AdBlock for Chrome</a></li>
<li><a title="Adblock For Firefox" href="https://addons.mozilla.org/en-US/firefox/addon/1865/">AdBlock for Firefox</a></li>
</ul>
<table id="cft">
  <thead>
  <tr>
    <th colspan="2">MalwareDomains Subscription List Info</th>
  </tr>
  </thead>
  <tbody>
    <tr>
      <td  width="40%">App Name</td>
      <td>MalwareDomains Subscription List</td>
    </tr>
    <tr>
      <td>License</td>
      <td>free</td>
    </tr>
    <tr>
      <td>Type</td>
      <td>online</td>
    </tr>
    <tr>
      <td>App URL</td>
      <td>
      <a target="_blank" href="http://malwaredomains.lanik.us/malwaredomains_full.txt"><img
 style="" alt="Download"
 src="http://img.a4apphack.com/site/a4apphack-download.png"
 title="Download" witdh="30" height="30"></a></td>
    </tr>
    <tr>
      <td>More Info</td>
      <td> <a href="http://malwaredomains.lanik.us/">link</a></td>
    </tr>
  </tbody>
</table>

<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=2088&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/featured/adblock-browser-addon-can-block-malware-and-not-just-ads/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Choosing Strong And Secure Password</title>
		<link>http://a4apphack.com/security/choosing-strong-and-secure-password</link>
		<comments>http://a4apphack.com/security/choosing-strong-and-secure-password#comments</comments>
		<pubDate>Fri, 27 Aug 2010 01:20:30 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://a4apphack.com/?p=1992</guid>
		<description><![CDATA[How to choose a strong and secure password? The obvious answer is to choose a very long password and the next answer in the list is to include as much special characters as possible. But doing so would make it more difficult to remember and would even force us to jot it in postits. But [...]]]></description>
			<content:encoded><![CDATA[<p>How to choose a strong and secure password? The obvious answer is to choose a very long password and the next answer in the list is to include as much special characters as possible. But doing so would make it more difficult to remember and would even force us to jot it in postits.</p>
<p>But the ideal solution would be to choose a password which takes longer time to crack. Hackers can find someway to crack our password, all we have to make them try stronger and harder. Passwords are usually cracked using a method called as Bruteforce attack where a malicious tool tries to match all the type of password combination available against the target system. More complex the password is, more are the combinations to be tried and less probable it becomes for the tool to guess our password right.</p>
<p>This website, HowSecureIsMyPassword, gives us an idea on how long it takes to crack a password with a normal desktop PC. We can try various combinations, longer password/different character sets and analyze the results.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="Time to Crack Calculator" src="http://img.a4apphack.com/securepass-crackcalc.jpg" alt="Time to Crack Calculator" width="499" height="347" /></p>
<p>So as mentioned earlier we should choose a password which takes at least more than &#8216;a year&#8217; to crack. This arbitrary value &#8211; &#8216;a year&#8217; is based on the assumption that we would change our passwords once in every year so by the time the cracker obtains our password, we would have changed it <img src='http://a4apphack.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-1992"></span>Guys from Whatsmypass have published a list of Top 500 worst passwords, check it out <a title="Top 500 Worst Passwords" href="http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time">here</a>, and make sure that you don&#8217;t use any one of them.</p>
<p>Another site provides crack time matrix of different types of character sets, length based on the system which is used for cracking it. HowSecureIsMyPassword assumes that the cracker uses class D and estimates the time, <a title="Password Crack Time Tables" href="http://www.lockdown.co.uk/?pg=combi">link</a>.</p>
<p style="text-align: center;"><a href="http://img.a4apphack.com/securepass-refcard.jpg" rel="lightbox[1992]" title="Comparison of Several Char Combinations"><img class="aligncenter" style="border: 1px solid black;" title="Comparison of Several Char Combinations" src="http://img.a4apphack.com/securepass-refcard.jpg" alt="Comparison of Several Char Combinations" width="600" height="387" /></a></p>
<p>Check the site to calculate approx time taken to crack your password.</p>
<p><a title="How Secure Is My Password" href="http://howsecureismypassword.net/">HowSecureIsMyPassword</a></p>
<table id="cft">
  <thead>
  <tr>
    <th colspan="2">How Secure Is Your Password Info</th>
  </tr>
  </thead>
  <tbody>
    <tr>
      <td  width="40%">App Name</td>
      <td>How Secure Is Your Password</td>
    </tr>
    <tr>
      <td>License</td>
      <td>free</td>
    </tr>
    <tr>
      <td>Type</td>
      <td>online</td>
    </tr>
    <tr>
      <td>App URL</td>
      <td>
      <a target="_blank" href="http://howsecureismypassword.net/"><img
 style="" alt="Download"
 src="http://img.a4apphack.com/site/a4apphack-download.png"
 title="Download" witdh="30" height="30"></a></td>
    </tr>
    <tr>
      <td>More Info</td>
      <td> <a href="http://www.lockdown.co.uk/?pg=combi">link</a></td>
    </tr>
  </tbody>
</table>

<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=1992&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/security/choosing-strong-and-secure-password/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Default Secure Google Search for Firefox, Chrome and IE</title>
		<link>http://a4apphack.com/security/sec-browser/default-secure-google-search-for-firefox-chrome-and-ie</link>
		<comments>http://a4apphack.com/security/sec-browser/default-secure-google-search-for-firefox-chrome-and-ie#comments</comments>
		<pubDate>Mon, 24 May 2010 23:23:31 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[va]]></category>

		<guid isPermaLink="false">http://a4apphack.com/index.php/?p=1981</guid>
		<description><![CDATA[Google has launched Secure Google search hosted on SSL lately . This post talks on how to enable this Secure Google search to the browser search bar/search suggestions in Firefox, Chrome and IE browsers. Updated: Added Screenshots for IE 1. Firefox Go to the Mozilla Addons Page and add Google SSL Search Plugin Select &#8216;Start [...]]]></description>
			<content:encoded><![CDATA[<p>Google has launched Secure Google search hosted on SSL lately . This post talks on how to enable this Secure Google search to the browser search bar/search suggestions in Firefox, Chrome and IE browsers.</p>
<p><span style="color: #800000;"><em><strong>Updated: Added Screenshots for IE</strong></em></span></p>
<h3>1. Firefox</h3>
<p>Go to the Mozilla Addons Page and add <a title="Google SSL Search" href="https://addons.mozilla.org/en-US/firefox/addon/google-ssl-search/">Google SSL Search</a> Plugin</p>
<p><img title="Google  SSL Search in Firefox" src="http://img.a4apphack.com/googlessl-firefox1.jpg" alt="Google SSL Search in Firefox" width="270" height="92" /></p>
<p>Select &#8216;Start using it right away in the dialog box that displays &#8211; Add &#8220;Google SSL&#8221; to the list of engines available in the search bar?</p>
<p><img title="Make  Default in Firefox" src="http://img.a4apphack.com/googlessl-firefox2.jpg" alt="Make Default in Firefox" width="403" height="197" /></p>
<h3>2. Chrome</h3>
<p>Right Click on Chrome Omnibar(Address bar) and Select &#8216;Edit Search Engines&#8217;.</p>
<p><img title="Edit  Search Engines in Chrome" src="http://img.a4apphack.com/googlessl-chrome1.jpg" alt="Edit Search Engines in Chrome" width="502" height="181" /></p>
<p>In the Edit Search Engines Dialog box add <a title="https://www.google.com/searchq=%s" href="https://www.google.com/searchq=%s"><strong>https://www.google.com/search?q=%s</strong></a> in the URL field and click on Make Default Button.</p>
<p><img class="alignnone" title="Add Google SSL in Chrome" src="http://img.a4apphack.com/googlessl-chrome2.jpg" alt="Add Google SSL in Chrome" width="449" height="365" /></p>
<p>Dont forget to check the Chrome Extensions List for Security Testers, <a title="here" href="http://a4apphack.com/index.php/featured/13-chrome-extensions-for-security-testers">here</a> (Internal Post)</p>
<p><strong>3. Internet Explorer</strong></p>
<ul>
<li>Access the <a title="Add Search Providers to Internet Explorer" href="http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx">Add Search Providers page</a></li>
</ul>
<ul>
<li>In the Create Your Own enter <a href="https://www.google.com/search?q=TEST"><strong>https://www.google.com/search?q=TEST</strong></a> in the URL field</li>
</ul>
<p style="padding-left: 30px;"><img class="alignnone" title="Add Google SSL in IE" src="http://img.a4apphack.com/googlessl-ie1.jpg" alt="Add Google SSL in IE" width="313" height="326" /></p>
<p>Click on the Install Button to see the following screen. Check the &#8216;Make this my default search provider&#8217;</p>
<p style="padding-left: 30px;"><img class="alignnone" title="Google SSL IE Add Screen" src="http://img.a4apphack.com/googlessl-ie2.jpg" alt="Google SSL IE Add Screen" width="397" height="271" /></p>
<p>Now the Search box in IE will display Google.</p>
<p style="padding-left: 30px;"><img class="alignnone" title="Google SSL Installed in IE8" src="http://img.a4apphack.com/googlessl-ie3.jpg" alt="Google SSL Installed in IE8" width="303" height="90" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>via <a title="Search more securely with encrypted Google web search" href="http://googleblog.blogspot.com/2010/05/search-more-securely-with-encrypted.html">Google Blog</a> and <a title="TechDows" href="http://techdows.com/2010/05/make-google-ssl-search-as-the-default-search-engines-in-firefox-chrome-and-internet-explorer.html">TechDows</a></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=1981&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/security/sec-browser/default-secure-google-search-for-firefox-chrome-and-ie/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gruyere &#8211; Vulnerable Web Application At Google Code (Previously Jarlsberg)</title>
		<link>http://a4apphack.com/security/sec-code/jarlsberg-vulnerable-web-application-at-google-code</link>
		<comments>http://a4apphack.com/security/sec-code/jarlsberg-vulnerable-web-application-at-google-code#comments</comments>
		<pubDate>Mon, 17 May 2010 19:11:29 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[va]]></category>
		<category><![CDATA[xsrf]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://a4apphack.com/index.php/?p=1936</guid>
		<description><![CDATA[Gruyere is a vulnerable application which can be used to learn and understand web vulnerabilities. Detailed documentation is provided on the type of the vulnerabilities present in the application and ways to exploits it. Update: Jarlsberg is now Gruyere This codelab shows how web application vulnerabilities can be exploited and how to defend against these attacks. [...]]]></description>
			<content:encoded><![CDATA[<p>Gruyere is a vulnerable application which can be used to learn and understand web vulnerabilities. Detailed documentation is provided on the type of the vulnerabilities present in the application and ways to exploits it.</p>
<p><strong><span style="color: #800000;">Update</span>: Jarlsberg is now Gruyere<br />
</strong></p>
<ul>
</ul>
<p><em>This codelab shows how web application vulnerabilities can be exploited and how to defend against these attacks. The best way to learn things is by doing, so you&#8217;ll get a chance to do some real penetration testing, actually exploiting a real application. Specifically, you&#8217;ll learn the following:</em></p>
<ul>
<li><em> How an application can be attacked using common web security vulnerabilities, like cross-site scripting vulnerabilities (XSS) and cross-site request forgery (XSRF). </em></li>
<li><em> How to find, fix, and avoid these common vulnerabilities and other bugs that have a security impact, such as denial-of-service, information disclosure, or remote code execution. </em></li>
</ul>
<p><a title="Jarlsberg Documentation" href="http://jarlsberg.appspot.com/part2">Documentation Here</a></p>
<p><img class="alignnone" title="Jarlsberg - Hosted Vulnerable App" src="http://img.a4apphack.com/jarlsbergapp-main.jpg" alt="Jarlsberg - Hosted Vulnerable App" width="600" height="412" /></p>
<p><span id="more-1936"></span></p>
<p><strong>Some Exploit Screenshots</strong></p>
<p>Information Disclosure &#8211; Read the contents of the database off of a running server by exploiting a configuration vulnerability.</p>
<p><em>Debug Dump Page URL</em> &#8211; http://google-gruyere.appspot.com/<span style="color: #ff0000;">457262944951</span>/dump.jtl</p>
<p>The id changes based on your session.</p>
<p><img class="alignnone" title="Jarlsberg Dump Page" src="http://img.a4apphack.com/jarlsbergapp-dump.jpg" alt="Jarlsberg Dump Page" width="600" height="405" /></p>
<p><strong>Reflected XSS</strong></p>
<p>Alert Dialog box which indicates the presence of <a title="Cross Site Scripting Vulnerability" href="http://a4apphack.com/index.php/security/xss-made-simple-flash-animation">Cross Site Scripting Vulnerability</a> present in Jarlsberg</p>
<p><br class="spacer_" /></p>
<div class="wp-caption alignnone" style="width: 610px"><img class="" title="Stored XSS alert" src="http://img.a4apphack.com/jarlsbergapp-storedxss.jpg" alt="Stored XSS alert" width="600" height="340" /><p class="wp-caption-text">Stored XSS alert</p></div>
<p><br class="spacer_" /></p>
<h3><strong>Features</strong></h3>
<p>Jarlsberg includes a number of special features and technologies which add attack surface.</p>
<ul>
<li> HTML in Snippets: Users can include a limited subset of HTML in their snippets. </li>
<li> File upload: Users can upload files to the server, e.g., to include pictures in their snippets. </li>
<li> Web administration: System administrators can manage the system using a web interface. </li>
<li> New accounts: Users can create their own accounts. </li>
<li> Template language: Jarlsberg Template Language(JTL) is a new language that makes writing web pages easy as the templates connect directly to the database. Documentation for JTL can be found in <code><a href="http://google-gruyere.appspot.com/code/?jtl.py">gruyere/jtl.py</a></code>. </li>
<li> AJAX: Jarlsberg uses AJAX to implement refresh on the home and snippets page. You should ignore the AJAX parts of Jarlsberg except for the challenges that specifically tell you to focus on AJAX. </li>
</ul>
<h3><strong>Vulnerabilities In Gruyere</strong></h3>
<ul>
<li>Cross-Site Scripting (XSS)
<ul>
<li>File Upload XSS</li>
<li>Reflected XSS</li>
<li>Stored XSS</li>
<li>Stored XSS via HTML Attribute</li>
<li>Stored XSS via AJAX</li>
<li>Reflected XSS via AJAX</li>
</ul>
</li>
<li>Client-State Manipulation
<ul>
<li>Elevation of Privilege</li>
<li>Cookie Manipulation</li>
</ul>
</li>
<li>Cross-Site Request Forgery (XSRF)</li>
<li>Cross Site Script Inclusion (XSSI)</li>
<li>Path Traversal
<ul>
<li>Information disclosure via path traversal</li>
<li>Data tampering via path traversal</li>
</ul>
</li>
<li>Denial of Service
<ul>
<li>DoS &#8211; Quit the Server</li>
<li>DoS &#8211; Overloading the Server</li>
</ul>
</li>
<li>Code Execution</li>
<li>Information disclosure</li>
<li>AJAX vulnerabilities
<ul>
<li>DoS via AJAX</li>
<li>Phishing via AJAX</li>
</ul>
</li>
<li>Buffer Overflow and Integer Overflow</li>
<li>SQL Injection</li>
</ul>
<p>Explore hosted version of Jarlsberg and start uncovering the vulnerabilities</p>
<p><a title="Gruyere" href="http://google-gruyere.appspot.com/start">Gruyere Hosted Version</a></p>
<table id="cft">
  <thead>
  <tr>
    <th colspan="2">Gruyere (Previously Jarlsberg) Info</th>
  </tr>
  </thead>
  <tbody>
    <tr>
      <td  width="40%">App Name</td>
      <td>Gruyere (Previously Jarlsberg)</td>
    </tr>
    <tr>
      <td>License</td>
      <td>free</td>
    </tr>
    <tr>
      <td>Type</td>
      <td><ul>
<li>online</li>
<li>code</li>
</ul>
</td>
    </tr>
    <tr>
      <td>App URL</td>
      <td>
      <a target="_blank" href="http://google-gruyere.appspot.com//start"><img
 style="" alt="Download"
 src="http://img.a4apphack.com/site/a4apphack-download.png"
 title="Download" witdh="30" height="30"></a></td>
    </tr>
    <tr>
      <td>More Info</td>
      <td> <a href="http://google-gruyere.appspot.com/">link</a></td>
    </tr>
  </tbody>
</table>

<p><br class="spacer_" /></p>
<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=1936&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/security/sec-code/jarlsberg-vulnerable-web-application-at-google-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13 Chrome Extensions for Security Testers</title>
		<link>http://a4apphack.com/featured/13-chrome-extensions-for-security-testers</link>
		<comments>http://a4apphack.com/featured/13-chrome-extensions-for-security-testers#comments</comments>
		<pubDate>Mon, 17 May 2010 02:01:48 +0000</pubDate>
		<dc:creator>rajivvishwa</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Secfox]]></category>
		<category><![CDATA[va]]></category>

		<guid isPermaLink="false">http://a4apphack.com/index.php/?p=1967</guid>
		<description><![CDATA[This post lists 13 Chrome Extensions to aid security testers during their web application pen testing. 1. WebDeveloper Adds a toolbar button with various web developer tools. The official port of the Web Developer extension for Firefox. Internal post here. 2. Firebug Lite Firebug Lite provides the rich visual representation we are used to see [...]]]></description>
			<content:encoded><![CDATA[<p>This post lists 13 Chrome Extensions to aid security testers during their web application pen testing.</p>
<h3>1. WebDeveloper</h3>
<div>
<div>Adds a toolbar button with various web developer tools. The official port of the Web Developer extension for Firefox. Internal post <a title="here" href="http://a4apphack.com/index.php/featured/pendule-webdeveloper-equivalent-in-chrome-for-security-analysts">here</a>.</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm "><img class="alignnone" title="WebDeveloper" src="http://img.a4apphack.com/chromesecextn-webdeveloper.jpg" alt="WebDeveloper" width="600" height="277" /></a></div>
<h3>2. Firebug Lite</h3>
<div>
<div>Firebug Lite provides the rich visual representation we are used to see in Firebug when it comes to HTML elements, DOM elements, and Box Model shading</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/bmagokdooijbeehmkpknfglimnifench "><img class="alignnone" title="Firebug Lite" src="http://img.a4apphack.com/chromesecextn-firebug.jpg " alt="Firebug Lite" width="600" height="332" /></a></div>
<h3>3. Pendule</h3>
<div>
<div>This addon is similar to webdeveloper but not as powerful as it is. Internal Post <a title="here" href="http://a4apphack.com/index.php/featured/pendule-webdeveloper-equivalent-in-chrome-for-security-analysts">here</a>.</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/gbkffbkamcejhkcaocmkdeiiccpmjfdi "><img class="alignnone" title="Pendule" src="http://img.a4apphack.com/chromesecextn-pendule.jpg" alt="Pendule" width="600" height="271" /></a></div>
<p><span id="more-1967"></span></p>
<h3>4. Chrome Web Developer Tools</h3>
<div>
<div>Tool to dynamically view and modify HTML elements.</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/fbmlldeibipeppiabbdjajcneipfbocm "><img class="alignnone" title="Chrome Web Dev Tools" src="http://img.a4apphack.com/chromesecextn-chromewebdevtools.jpg" alt="Chrome Web Dev Tools" width="600" height="269" /></a></div>
<h3>5. Simple REST Client</h3>
<div>
<div>Construct custom HTTP requests to directly test your web services.</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/fhjcajmcbmldlhcimfajhfbgofnpcjmb "><img class="alignnone" title="Simple REST Client" src="http://img.a4apphack.com/chromesecextn-simplerestclient.jpg" alt="Simple REST Client" width="600" height="433" /></a></div>
<h3>6. View Selection Source</h3>
<div>
<div>View selection source in resizable popup. Drag the bottom right corner to resize. Simple, but very useful for web developers.</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/fbhgckgfljgjkkfngcoeajbgndkeoaaj "><img class="alignnone" title="View Selection Source" src="http://img.a4apphack.com/chromesecextn-viewselsource.jpg" alt="View Selection Source" width="600" height="342" /></a></div>
<h3>7. Domain Details</h3>
<div>
<div>Shows server&#8217;s IP address, country flag, software, headers, and provides links to whois reports. This is similar to the <a title="Domain Details addon for Firefox" href="http://a4apphack.com/index.php/featured/secfox-http-header-analysis-domain-details-part-2">Domain Details addon for Firefox</a></div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/ekgdjkmnfildhenmlbefaajoljlkekfg "><img class="alignnone" title="Domain Details" src="http://img.a4apphack.com/chromesecextn-domaindetails.jpg" alt="Domain Details" width="600" height="329" /></a></div>
<h3>8. Chrome Sniffer</h3>
<div>
<div>Detect web frameworks and javascript libraries run on browsing website.</div>
<div>At the time of writing, this extension identifies the following apps/frameworks</div>
<div>
<p><strong>Blogging Services</strong></p>
<ul>
<li>Tumblr</li>
</ul>
<p><strong>Web Application</strong></p>
<ul>
<li>vBulletin</li>
<li>SMF</li>
<li>phpBB</li>
<li>IPB</li>
<li>miniBB</li>
<li>Drupal</li>
<li>Ubercart</li>
<li>WordPress</li>
<li>bbPress</li>
<li>Movable Type</li>
<li>MediaWiki</li>
<li>DokuWiki</li>
<li>Joomla</li>
<li>Magento</li>
<li>Xoops</li>
<li>Plone</li>
<li>CMS Made Simple</li>
<li>SilverStripe</li>
<li>MODx</li>
<li>Amiro.CMS</li>
<li>Koobi</li>
<li>LifeRay</li>
<li>PHP Fusion</li>
<li>PHP Nuke</li>
<li>WebGUI</li>
<li>ezPublish</li>
<li>DotNetNuke</li>
<li>Sitefinity</li>
</ul>
<p><strong>Javascript framework &amp; tools</strong></p>
<ul>
<li>jQuery &amp; jQuery UI</li>
<li>ExtJS</li>
<li>Prototype</li>
<li>Closure</li>
<li>MooTools</li>
<li>Dojo</li>
<li>script.aculo.us</li>
<li>YUI</li>
<li>Google Analytics</li>
<li>Disqus</li>
<li>GetSatisfaction</li>
<li>Wibiya</li>
<li>reCaptcha</li>
<li>Mollom</li>
</ul>
</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/homgcnaoacgigpkkljjjekpignblkeae "><img class="alignnone" title="Chrome Sniffer" src="http://img.a4apphack.com/chromesecextn-chromesniffer.jpg" alt="Chrome Sniffer" width="359" height="162" /></a></div>
<h3>9. User-Agent Switcher</h3>
<div>
<div>Spoofs &amp; Mimics navigator.userAgent and navigator, vendor strings for specific sites.</div>
</div>
<div><a href="https://chrome.google.com/webstore/detail/djflhoibgkdhkhhcedjiklpkjnoahfmg"><img class="alignnone" title="User Agent Switcher" src="http://img.a4apphack.com/chromesecextn-useragentswitcher.jpg" alt="User Agent Switcher" width="600" height="301" /></a></div>
<h3>10. Unencrypted Password Warning</h3>
<div>
<div>Unencrypted Password Warning detects whether a password or credit card number is about to be sent with a form that does not use HTTPS.</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/mjpinemnkjlppmemjfabdaelpfgfjgkj "><img class="alignnone" title="Unencrypted Password Warning" src="http://img.a4apphack.com/chromesecextn-httppasswarning.jpg" alt="Unencrypted Password Warning" width="600" height="276" /></a></div>
<h3>11. JSONView</h3>
<div>
<div>JSONView for chrome is an extension that helps you view JSON documents in the browser.</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/chklaanhfefbnpoihckbnefhakgolnmc "><img class="alignnone" title="JSON View" src="http://img.a4apphack.com/chromesecextn-jsonview.jpg" alt="JSON View" width="600" height="294" /></a></div>
<h3>12. Cookie Editor</h3>
<p>View and Edit the Cookies created by the site visible in the active page</p>
<p><a href="https://chrome.google.com/extensions/detail/mkfjmbbghhjglaldohfnmccfofoogbik?hl=en"><img class="alignnone" title="Cookie Editor" src="http://img.a4apphack.com/chromesecextn-cookieedit.jpg" alt="Cookie Editor" width="602" height="474" /></a></p>
<h3>13. Light Shot</h3>
<div>
<div>Easy and convenient screen capture tool. Allows you to make screenshot of any selected area, edit and upload it to server. (Not really a security tool, but this can be of help to capture evidences)</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/mbniclmhobmnbdlbpiphghaielnnpgdp "><img class="alignnone" title="LightShot" src="http://img.a4apphack.com/chromesecextn-lightshot.jpg" alt="LightShot" width="600" height="316" /></a></div>
<h3>14. Note Anywhere (Bonus)</h3>
<div>
<div>With this ext, you can make notes on any web page, any position. The notes get loaded automatically whenever the page is opened. (Not really a security tool, but this can be of help to quickly jot comments on the pages where further investigation is to be done later.)</div>
</div>
<div><a href="https://chrome.google.com/extensions/detail/bohahkiiknkelflnjjlipnaeapefmjbh "><img class="alignnone" title="Note Anywhere" src="http://img.a4apphack.com/chromesecextn-noteanywhere.jpg" alt="Note Anywhere" width="600" height="305" /></a></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://a4apphack.com/blog/?ak_action=api_record_view&id=1967&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://a4apphack.com/featured/13-chrome-extensions-for-security-testers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (Requested URI is rejected)
Object Caching 1505/1559 objects using disk: basic

Served from: a4apphack.com @ 2012-02-05 07:23:44 -->
