<?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>farscan blogs &#187; Review</title>
	<atom:link href="http://www.farscan.com/blogs/tag/review/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farscan.com/blogs</link>
	<description>technology, innovation &#38; real-world expertise</description>
	<lastBuildDate>Wed, 09 Feb 2011 18:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Security Audit tool of the month: sqlmap</title>
		<link>http://www.farscan.com/blogs/2009/04/security-audit-tool-of-the-month-sqlmap/</link>
		<comments>http://www.farscan.com/blogs/2009/04/security-audit-tool-of-the-month-sqlmap/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 19:56:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.farscan.com/blogs/?p=1985</guid>
		<description><![CDATA[A brief review of sqlmap: A SQL injection vulnerability / exploit tool.]]></description>
			<content:encoded><![CDATA[<p>One of the most common and dangerous web application vulnerabilities revolve around unsafe SQL (Structured Query Language) handling in applications. SQL injection is a type of security exploit in which the attacker inserts SQL code to a Web form input box to gain access to resources or make changes to data.</p>
<p>Successful SQL injection attempts can cause an attacker to not only steal data from a database, but also modify and/or delete it. Certain SQL Servers may also contain Stored and Extended Procedures (database server functions). If an attacker can obtain access to these Procedures it may be possible to compromise the entire system and through it, access other systems on the network.</p>
<p>Testing for SQL injection vulnerabilities is often a tedious and labor intensive process. Sqlmap is a powerful tool that aid in this test process. Currently at version 0.7 release candidate 1, sqlmap is a command-line automatic SQL Injection tool developed in python. </p>
<p>Its goal is to detect and take advantage of SQL injection vulnerabilities in web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to retrieve remote DBMS databases, user names, tables, columns, enumerate entire DBMS, read system files and much more taking advantage of web application programming security flaws that lead to SQL injection vulnerabilities.</p>
<p>sqlmap implements multiple techniques to attempt and exploit a SQL injection vulnerability. Inferential blind SQL injection, also known as boolean based blind SQL injection, UNION query (inband) SQL injection, also known as full UNION query SQL injection and Batched (stacked) queries support, also known as multiple statements support.</p>
<p>In addition to the common input sources, the tool can also test cookies. Since many applications store their session information using a cookie, this is a common practice during SQL injection attempts — one that most penetration tests often overlook.</p>
<p>Sqlmap excels more at exploiting an identified SQL injection vulnerability than finding it. Even with the high degree of automation, it still takes some time to identify vulnerabilities and requires some knowledge of SQL injection techniques. </p>
<p>Latest version of sqlmap is available at <a href="http://sqlmap.sourceforge.net/">sourceforge</a>. For information on preventing SQL injection vulnerabilities, refer to this <a href="http://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet">cheat sheet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farscan.com/blogs/2009/04/security-audit-tool-of-the-month-sqlmap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jobberbase – the open source job board reviewed</title>
		<link>http://www.farscan.com/blogs/2009/03/jobberbase-%e2%80%93-the-open-source-job-board-reviewed/</link>
		<comments>http://www.farscan.com/blogs/2009/03/jobberbase-%e2%80%93-the-open-source-job-board-reviewed/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 21:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[farscan]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Job Board]]></category>
		<category><![CDATA[Jobberbase]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.farscan.com/blogs/?p=377</guid>
		<description><![CDATA[Jobberbase - an easy to use and powerful open source job board application is reviewed by the farscan team]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-378 alignleft" style="margin-left: 5px; margin-right: 5px;" title="jobber1" src="http://www.farscan.com/blogs/wp-content/upLoads/jobber1-300x143.jpg" alt="jobber1" width="300" height="143" />This week, we have been looking at the open source job board application &#8211; jobberbase. Originally derived from the successful Romanian IT job board jobber.ro, the current version (ver 1.6) of this job board package is very flexible and leverages smarty templates for customization. Head over to <a href="http://www.jobberbase.org/">www.jobberbase.org</a> for a standard jobberbase installation example.</p>
<p><img class="size-medium wp-image-380 alignright" style="margin-left: 5px; margin-right: 5px;" title="jobber2t" src="http://www.farscan.com/blogs/wp-content/upLoads/jobber2t-300x143.jpg" alt="jobber2t" width="300" height="143" /></p>
<p style="padding-left: 30px;"><strong>Jobberbase&#8217;s main features are:</strong></p>
<ul style="padding-left: 30px;" type="disc">
<li>Allows      job posts with a simple one time e-mail verification</li>
<li>Allows      applying to jobs without requiring an account</li>
<li>Browse      / Search based on type (Full-time / part-time), category (E.g: Programmer)      and locations of jobs</li>
<li>RSS      feeds of latest jobs</li>
<li>Counter      indicating # of applicants for each posted job</li>
<li> Clean      and crisp UI</li>
<li> Admin      control panel for maintaining jobs &amp; stats<span id="more-377"></span></li>
</ul>
<p style="padding-left: 30px;"><strong>Requirements for jobberbase:</strong></p>
<ul style="padding-left: 30px;" type="disc">
<li>PHP 5+      and MySQL 4.1+ installed with the Apache module mod_rewrite enabled.</li>
<li>Privileged      access to set/reset directory permissions</li>
<li>MySQL      Database creation privileges.</li>
</ul>
<p style="padding-left: 30px;">Installation instructions that come with the package are rather sketchy. However, the jobberbase community has more detailed installation guides that should enable someone with basic SQL &amp; PHP understanding and admin skills to install the package without much issue.</p>
<p style="padding-left: 30px;">Once installed, the package can be customized by editing the various templates included in the &#8216;css&#8217; and &#8216;_templates&#8217; directories. Note that these directories also exist separately for the admin user. So, you have to make the edits twice if you want them to change the admin as well. The smarty templates allow separating the presentation layer from the application layer. More information on smart can be found at http://www.smarty.net/</p>
<p style="padding-left: 30px;">While using the package is pretty intuitive, setting up / modifying it to suit individual needs could take a bit of work. For example, while allowing any one to post a job might be a desirable feature for a community job board, it may not be so if you wanted to use jobberbase as a job board for your business.<img class="size-medium wp-image-381 alignright" style="border: 1px solid black;" title="user-template" src="http://www.farscan.com/blogs/wp-content/upLoads/user-template-119x300.jpg" alt="user-template" width="119" height="300" /></p>
<p style="padding-left: 30px;">We found that it took modification in several files just to remove the prompt for posting a new job. We ended up modifying the home.tpl, no-job.tpl, header.tpl, index.php, posts-loop.tpl and footer.tpl just for this task. However, it looks like most basic modifications can be made by editing the header.tpl and footer.tpl.</p>
<p style="padding-left: 30px;">Jobberbase has a very active and often highly helpful community that&#8217;s constantly improving and extending its feature set. There are already commercial plugins that extends jobberbase support for supporting &#8216;pay for post&#8217; type of applications.</p>
<p style="padding-left: 30px;">All-in all, we were able to download, install and run a brand new job board with out of the box features in under an hour. Basic customization took several hours even with a PHP expert on hand for customization. It would have taken far less, if we didn&#8217;t have to look all over the jobberbase forums for even the most basic information.</p>
<p style="padding-left: 30px;">As long as your needs don&#8217;t go beyond what jobberbase offers out of the box, this is a great package that requires very little technical skills to deploy and administer. If you need anything beyond customizing the prompts, color schemes and what&#8217;s available through the admin panel (Job Categories etc), you will probably be best of hiring a jobberbase expert. The jobberbase forums are a great place to find them.</p>
<p style="padding-left: 30px;">Have a question about jobberbase that you can&#8217;t find an answer on the jobberbase board? Ask away &#8211; we can try to help</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farscan.com/blogs/2009/03/jobberbase-%e2%80%93-the-open-source-job-board-reviewed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

