<?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>Hackers Garage</title>
	<atom:link href="http://www.hackersgarage.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hackersgarage.com</link>
	<description>Information Technology &#38; Web Security.</description>
	<lastBuildDate>Wed, 25 Apr 2012 12:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Bounce back invalid domains immediately in PowerMTA</title>
		<link>http://www.hackersgarage.com/bounce-back-invalid-domains-immediately-in-pmta.html</link>
		<comments>http://www.hackersgarage.com/bounce-back-invalid-domains-immediately-in-pmta.html#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:04:15 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Bulk Email]]></category>
		<category><![CDATA[PowerMTA Support]]></category>
		<category><![CDATA[pmta]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1305</guid>
		<description><![CDATA[PowerMTA is no doubt great MTA but it requires lots of configuration to make it work intelligently. If your pmta license have Out bound connections limit than you have to configure it smartly, to free up connections and increase emails per minute/hour. Most of the time, these connections are used by invalid domains e.g hotmaail.com, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/04/email-bounce.jpg"><img class="alignright size-thumbnail wp-image-1319" title="email-bounce" src="http://www.hackersgarage.com/wp-content/uploads/2012/04/email-bounce-150x150.jpg" alt="" width="150" height="150" /></a><span class="drop_cap">P</span>owerMTA is no doubt great MTA but it requires lots of configuration to make it work intelligently. If your pmta license have Out bound connections limit than you have to configure it smartly, to free up connections and increase emails per minute/hour.</p>
<p>Most of the time, these connections are used by invalid domains e.g <em>hotmaail.com</em>, <em>yahooo.com</em>, <em>gmail.cm</em> and on other hand your <em>bounce-after</em> for global domains is too long e.g <code>bounce-after 4d 12hr</code> (by default)</p>
<h2><strong><span style="color: #e43101;">How PowerMTA works?</span></strong></h2>
<p>PowerMTA tries to resolve Domain to IP (If it fails, it doesn&#8217;t make tcp connection, through <em>DnsQueryFailed</em> error), then it tries to make tcp connection and wait for <em>SMTP greeting</em>. (It keeps trying until <em>smtp-greeting-timeout</em> value (default 5m) reaches.After5 minutes, connection is killed and this process is repeated until <em>bounce-after</em> (in your global domain configuration) is reached.</p>
<p><span id="more-1305"></span></p>
<p>And there are dozens of typo error domains of yahoo/gmail/hotmail</p>
<p>One more technique is to bounce back all domains that doesn&#8217;t have MX record. This would help you to reduce your PMTA Queue.</p>
<h2><strong><span style="color: #e43101;">Step-1 : General PowerMTA configuration tweaking</span></strong></h2>
<p><code>Edit: /etc/pmta/config</code></p>
<pre>&lt;domain *&gt;
...
...
smtp-greeting-timeout 1m
bounce-upon-no-mx yes
&lt;/domain&gt;</pre>
<p class="alert">PowerMTA suggests to set it to <strong>5 minute</strong>(If your network is not reliable) I disagree. <strong>60 seconds</strong> are more than enough for remote MTA to response.</p>
<h2><strong><span style="color: #e43101;">Step-2 : Bounce back invalid domains immediately</span></strong></h2>
<p><strong> dummy-smtp-port</strong> &#8211; is SMTP black-hole, is powermta feature that use to listen for dummy SMTP connections. This new configuration would require to <em>restart</em> your PowerMTA(<code>service pmta restart</code>) You can refer to official document and find which configuration requires <code>reload</code> and <code>restart</code>.</p>
<pre>dummy-smtp-port 2525
&lt;smtp-pattern-list dummysmtp&gt;
reply // bounce-queue
&lt;/smtp-pattern-list&gt;

domain-macro invaliddomainslist yahooo.com, gmail.cm, hotmaail.com
&lt;domain $invaliddomainslist&gt;
route [your-lan-ip]:2525
smtp-pattern-list dummysmtp
bounce-after 1m
&lt;/domain&gt;</pre>
<p><code>service pmta restart</code></p>
<h2><strong><span style="color: #e43101;">How to identify these messages in accounting log file?</span></strong></h2>
<p>These are marked as category <code>'other'</code> with <code>'failed,5.0.0 (undefined status),x-pmta;bounce-queue'</code></p>
<h2><strong><span style="color: #e43101;">How to mark them in bad-domain category?</span></strong></h2>
<p>You will need to create bounce-category-patterns to handle this.</p>
<pre>&lt;bounce-category-patterns&gt;
/failed\,5\.0\.0 \(undefined status\)\,x\-pmta\;bounce\-queue/ bad-domain
&lt;/bounce-category-patterns&gt;</pre>
<p>Now, if you process accounting log file, you would see all these domains under <em>bad-domain</em> <strong>category</strong> instead <em>Other.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/bounce-back-invalid-domains-immediately-in-pmta.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is PowerMTA ?</title>
		<link>http://www.hackersgarage.com/what-is-powermta.html</link>
		<comments>http://www.hackersgarage.com/what-is-powermta.html#comments</comments>
		<pubDate>Fri, 20 Apr 2012 17:05:45 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Bulk Email]]></category>
		<category><![CDATA[PowerMTA Support]]></category>
		<category><![CDATA[pmta]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1295</guid>
		<description><![CDATA[PowerMTA is industry top class Mail Transfer Agent that is used by myspace.com, top email service providers including ISPs. PMTA has very advance configuration that helps you to manage millions of email per day. There are hundreds of feature which can&#8217;t be cover here. Below are few features copied from port25.com PowerMTA Features Number of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/04/port25_logo.png"><img class="alignright size-full wp-image-1296" title="PowerMTA" src="http://www.hackersgarage.com/wp-content/uploads/2012/04/port25_logo.png" alt="" width="130" height="45" /></a><a title="PowerMTA Support" href="http://www.hackersgarage.com/powermta-support" target="_blank">PowerMTA</a> is industry top class Mail Transfer Agent that is used by myspace.com, top email service providers including ISPs. PMTA has very advance configuration that helps you to manage millions of email per day.</p>
<p>There are hundreds of feature which can&#8217;t be cover here. Below are few features copied from <a title="Port25 Official web" rel="nofollow" href="http://www.port25.com/powermta/features/" target="_blank">port25.com</a></p>
<h3><span style="color: #e43101;">PowerMTA Features</span></h3>
<ul>
<ul>
<li>Number of simultaneous connections</li>
<li>Number of messages per connection</li>
<li>Number of delivery attempts per hour (throttling)</li>
<li>Retry period and bounce period</li>
</ul>
</ul>
<p><span id="more-1295"></span></p>
<ul>
<li>Authentication method</li>
<li>Ability to break connections of lower priority queues</li>
<li>New IP address warm-up feature to help build reputation</li>
<li>Ability to pause queues and delete or re-start</li>
<li>Delivers 10x more messages per hour than leading freeware alternatives and corporate mail systems</li>
<li>Strict compliance with Internet email protocols</li>
<li>Includes both outbound and inbound message processing</li>
<li>VirtualMTAs allowing you to segment your mail-streams as necessary. Each VMTA may have its own IP address and delivery policy configured by you.</li>
<li>Real-time reputation monitoring</li>
<li>Immediate notification of perceived blocks</li>
<li>Ability to implement new delivery policy for perceived blocks</li>
<li>Command line statistics and analysis utility</li>
<li>Web-based status monitoring</li>
<li>Data export of statistics log (XML, CSV, HTML, etc.)</li>
<li>API to statistics log (C, Java, Perl)</li>
<li>Data can be accessed in real-time or batch mode.</li>
<li>Statistics can also be retrieved on a “per job” or “Virtual MTA” basis.</li>
<li>Standard submission interface using SMTP</li>
<li>File-based submission using pickup directory</li>
<li>Proprietary submission interface through our API (C, C++, Java, Perl, .NET)</li>
<li>Data exports from delivery log (XML, CSV, HTML, etc.)</li>
<li>API to delivery log (C, Java, Perl)</li>
<li>Forwarding of inbound messages to file or via local pipe</li>
<li>Installation follows the common approaches used on each of the major platforms.</li>
<li>Text-file configuration tool comes pre-populated with common settings</li>
<li>Extensive control options allow you to tailor PowerMTA to your specific needs.</li>
<li>A command-line management tool is provided.</li>
</ul>
<h3>Built-in support for :</h3>
<ul>
<li>Domain Keys and DKIM</li>
<li>SenderID and SPF</li>
</ul>
<h3>Platforms where PMTA can be installed includes :</h3>
<ul>
<li>Microsoft Windows (2003/2008)</li>
<li>Linux RPM based (Red Hat, CentOS) and DEB based (Debian, Ubuntu)</li>
<li>Sun Solaris (Solaris 8 or later, SPARC)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/what-is-powermta.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache 2.4.1 from source on CentOS 6.2 Linux</title>
		<link>http://www.hackersgarage.com/installing-apache-2-4-1-from-source-on-centos-6-2-linux.html</link>
		<comments>http://www.hackersgarage.com/installing-apache-2-4-1-from-source-on-centos-6-2-linux.html#comments</comments>
		<pubDate>Wed, 11 Apr 2012 18:55:36 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1260</guid>
		<description><![CDATA[Apache 2.4.1 is the latest stable version available on Apache.org download section. Since it is the latest version so it may have plenty of dependencies issues. In my case, i am installing it from source(httpd-2.4.1.tar.bz2). Currently i am logged in using SSH on Plain CentOS 6.2 server and it has very basic packages installed. Downloading [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2011/12/Apache-WebServer-HackersGarage.png"><img class="alignright size-thumbnail wp-image-960" title="Apache-WebServer-HackersGarage" src="http://www.hackersgarage.com/wp-content/uploads/2011/12/Apache-WebServer-HackersGarage-150x150.png" alt="" width="150" height="150" /></a><strong>Apache 2.4.1</strong> is the latest stable version available on Apache.org download section. Since it is the latest version so it may have plenty of dependencies issues. In my case, i am installing it from source(<strong>httpd-2.4.1.tar.bz2</strong>).</p>
<p>Currently i am logged in using SSH on Plain <strong><a title="Running Lighttpd and Apache on same port, same Server ( CEntOS 6 / RHEL )" href="http://www.hackersgarage.com/running-lighttpd-and-apache-on-same-port-same-server-centos-6-rhel.html" target="_blank">CentOS</a> 6.2</strong> server and it has very basic packages installed.</p>
<h2><span style="color: #e43101;">Downloading and compiling Apache 2.4.1 </span></h2>
<p><code>cd /usr/local/src/<br />
wget http://apache.mirrors.pair.com//httpd/httpd-2.4.1.tar.bz2<br />
tar -jxf httpd-2.4.1.tar.bz2<br />
cd httpd-2.4.1<br />
./configure --prefix=/usr/local/apache --enable-so --enable-deflate --enable-expires --enable-headers --enable-rewrite</code></p>
<p><span id="more-1260"></span></p>
<p class="alert"><strong>Note :</strong> Here i required <em>deflate,expires,headers and other modules so i included that.</em></p>
<p><strong>Ops, failed to dependencies..</strong> because we don&#8217;t have <em>gcc</em> compiler and other <em>devel</em> packages for <em>apr</em>, <em>apr-utils,</em> <em>openssl</em> and so on.<br />
<code>yum install apr-devel apr-util-devel gcc pcre-devel.x86_64 zlib-devel openssl-devel</code></p>
<p><em>Great. Here we go;</em><br />
<code>make</code><br />
again <strong>ERROR :</strong></p>
<pre>rotatelogs.c:298: warning: implicit declaration of function ‘apr_file_link’
/usr/lib64/apr-1/build/libtool --silent --mode=link gcc -std=gnu99 -pthread
-o rotatelogs  rotatelogs.lo      /usr/lib64/libaprutil-1.la -ldb-4.7 -lexpat
-ldb-4.7 /usr/lib64/libapr-1.la -lpthread
rotatelogs.o: In function `post_rotate':
rotatelogs.c:(.text+0x5ed): undefined reference to `apr_file_link'
collect2: ld returned 1 exit status
make[2]: *** [rotatelogs] Error 1
make[2]: Leaving directory `/<code>usr/local/src/</code>httpd-2.4.1/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<code>/usr/local/src/</code>httpd-2.4.1/support'
make: *** [all-recursive] Error 1</pre>
<p>Current apr and apr-util version is older while <strong><a title="ApacheKiller flaw integrated into Armageddon’s DDoS Botnet clients" href="http://www.hackersgarage.com/apachekiller-flaw-integrated-into-armageddons-ddos-botnet-clients.html" target="_blank">Apache</a> 2.4.1</strong> requires latest <em>APR</em> and <em>APR-utils</em> e.g <strong>1.4.x</strong> is the latest available version.<br />
Lets include the latest apr and apr-util into apache srlib/ so it can also be compiled along with Apache.<br />
<code>cd /usr/local/src/httpd-2.4.1/srclib/</code></p>
<p><strong>Installing APR &amp; APR-Utils dependencies :</strong><br />
<code><br />
wget http://mirror-cybernet.lums.edu.pk/pub/apache//apr/apr-util-1.4.1.tar.bz2<br />
wget http://mirror-cybernet.lums.edu.pk/pub/apache//apr/apr-1.4.6.tar.bz2</code></p>
<p class="alert"><strong>Note :</strong> If this mirror doesn&#8217;t work, chose <a title="Apr and aprutils" rel="nofollow" href="http://apr.apache.org/download.cgi" target="_blank">other mirrors</a></p>
<p><code>tar -jxf apr-1.4.6.tar.bz2<br />
tar -jxf apr-util-1.4.1.tar.bz2<br />
mv apr-1.4.6 apr<br />
mv apr-util-1.4.1 apr-util</code></p>
<p>Lets configure it now :<br />
<code>./configure --prefix=/usr/local/apache --enable-so --enable-deflate --enable-expires --enable-headers --enable-rewrite --with-included-apr --with-included-apr-util<br />
make<br />
make install</code></p>
<p>Following this tutorial i was able to install Apache 2.4.1 successfully on CentOS 6.2. If you are unable to install or having difficulty you can leave a comment and i will try to respond you quickly as much possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/installing-apache-2-4-1-from-source-on-centos-6-2-linux.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>DroidSheep Guard, protection against DroidSheep and FaceNiff</title>
		<link>http://www.hackersgarage.com/droidsheep-guard-protection-against-droidsheep-and-faceniff.html</link>
		<comments>http://www.hackersgarage.com/droidsheep-guard-protection-against-droidsheep-and-faceniff.html#comments</comments>
		<pubDate>Sat, 17 Mar 2012 12:38:13 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hacking with android]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1234</guid>
		<description><![CDATA[Since i was busy, so couldn&#8217;t write about Andreas Koch&#8216;s new app called &#8216;DroidSheep Guard&#8217; that helps you protect against DroidSheep and FaceNiff android application. How DroidSheep Guard works? DroidSheep Guard continuously monitor your ARP table and alerts you when it finds suspicious activity.Droidsheep and faceniff are popular android applications that use ARP spoofing technique [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/03/Protection-against-DroidSheep.png"><img class="alignright size-thumbnail wp-image-1243" title="Protection-against-DroidSheep" src="http://www.hackersgarage.com/wp-content/uploads/2012/03/Protection-against-DroidSheep-150x150.png" alt="" width="150" height="150" /></a><span class="drop_cap">S</span>ince i was busy, so couldn&#8217;t write about <span style="text-decoration: underline;">Andreas Koch</span>&#8216;s new app called <strong>&#8216;DroidSheep Guard&#8217;</strong> that helps you protect against <a title="How to install DroidSheep – FireSheep alternative for Android phones" href="http://www.hackersgarage.com/how-to-install-droidsheep-firesheep-alternative-for-android-phones.html" target="_blank">DroidSheep</a> and FaceNiff android application.</p>
<h2><span style="color: #e43101;">How DroidSheep Guard works?</span></h2>
<p>DroidSheep Guard continuously monitor your <em>ARP table</em> and alerts you when it finds suspicious activity.Droidsheep and faceniff are popular <a title="Android applications" href="http://www.hackersgarage.com/android" target="_blank">android</a> applications that use ARP spoofing technique to hijack all sessions traveling on Wifi networks. Using DroidSheep Guard you can configure it to check every x minute and once it found malicious activity, it will popup an alert.</p>
<p><span id="more-1234"></span></p>
<h2><span style="color: #e43101;">How to install DroidSheep Guard?</span></h2>
<p>Fortunately Google didn&#8217;t remove DroidSheep guard from Android Market(<em>called</em> <strong>Play Store</strong> now). Plus it doesn&#8217;t require your phone to be ROOTED unlikely <a title="How to install DroidSheep – FireSheep alternative for Android phones" href="http://www.hackersgarage.com/how-to-install-droidsheep-firesheep-alternative-for-android-phones.html" target="_blank">DroidSheep.</a></p>
<h3><span style="text-decoration: underline;"><strong>Method No.1</strong></span></h3>
<p><em>Requirements :</em></p>
<ol>
<li>Internet is enabled on your Android phone.</li>
<li>Your Gmail account is logged in on Android phone.</li>
</ol>
<p><em>Steps :</em></p>
<ol>
<li>Open <strong>Firefox</strong>/or any internet browser</li>
<li>Login on <strong>gmail.com </strong>with same account that you are using on your <em>Android phone</em>.</li>
<li>Go to <em>https://play.google.com/store/apps/details?id=de.trier.infsec.koch.droidsheep.guard.free&amp;feature=search_result</em></li>
<li>Click on <strong>Install</strong></li>
<li><strong>Check your phone</strong>, <em>DroidSheep Guard is already installing <img src='http://www.hackersgarage.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Magic, hah?</em></li>
</ol>
<h3><span style="text-decoration: underline;"><strong>Method No.2 :</strong></span></h3>
<p><em>Requirements :</em></p>
<ol>
<li>Android Phone</li>
</ol>
<p><em>Steps :</em></p>
<ol>
<li>Open your <strong>Play Store</strong></li>
<li><strong>Search for</strong> &#8216;DroidSheep Guard&#8217;</li>
<li>Click on <strong>Install</strong></li>
</ol>
<p>Happy protection against <strong>ARP Spoofing</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/droidsheep-guard-protection-against-droidsheep-and-faceniff.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ApacheKiller flaw integrated into Armageddon&#8217;s DDoS Botnet clients</title>
		<link>http://www.hackersgarage.com/apachekiller-flaw-integrated-into-armageddons-ddos-botnet-clients.html</link>
		<comments>http://www.hackersgarage.com/apachekiller-flaw-integrated-into-armageddons-ddos-botnet-clients.html#comments</comments>
		<pubDate>Tue, 13 Mar 2012 16:02:32 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apachekiller.pl]]></category>
		<category><![CDATA[DDoS or DoS attack]]></category>
		<category><![CDATA[KillApachePy]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1211</guid>
		<description><![CDATA[I have talked about ApacheKiller flaw in detail here with possible workaround to mitigate this flaw. Last week, a DDoS mitigation service vendor Arbor Networks revealed a detailed report can be download from here which say, ApacheKiller Flaw is known as &#8216;The Biggest Little Internet Threat&#8216; by Security Analysts. It has been exploited massively and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2011/08/Apache-Killer-exploit.png"><img class="alignright size-thumbnail wp-image-504" title="Apache-Killer-exploit" src="http://www.hackersgarage.com/wp-content/uploads/2011/08/Apache-Killer-exploit-150x150.png" alt="" width="150" height="150" /></a><span class="drop_cap">I</span> have talked about <strong>ApacheKiller</strong> flaw in detail <a title="Apache Killer – Denial of Service Flaw in Apache WebServer" href="http://www.hackersgarage.com/apache-killer-denial-of-service-flaw-in-apache-webserver.html" target="_blank">here</a> with possible workaround to mitigate this flaw.</p>
<p>Last week, a DDoS mitigation service vendor <em>Arbor Networks</em> revealed a detailed report can be download from <a title="ApacheKiller and Armageddon's botnets clients" href="http://www.hackersgarage.com/wp-content/uploads/2012/03/Crypto-Armageddon-Blog.pdf" target="_blank">here</a> which say,</p>
<p style="text-align: center;"><a href="http://www.hackersgarage.com/wp-content/uploads/2012/03/ApacheKiller-intgerated-into-botnets.png" target="_blank"><img class=" wp-image-1214 aligncenter" style="border: 2px solid black;" title="ApacheKiller-intgerated-into-botnets" src="http://www.hackersgarage.com/wp-content/uploads/2012/03/ApacheKiller-intgerated-into-botnets.png" alt="" width="581" height="253" /></a></p>
<p><span id="more-1211"></span></p>
<h2>ApacheKiller Flaw</h2>
<p>is known as &#8216;<span style="text-decoration: underline;">The Biggest Little Internet Threat</span>&#8216; by Security Analysts. It has been exploited massively and its<br />
very hard to estimate that what is the number of servers are yet to be fixed.</p>
<p>Few days back, i was analyzing my blog traffic and found that <strong>ApacheKiller</strong> was the most viewed post and most of the people have downloaded the ApacheKiller bash script and python version to penetrate web servers that are still vulnerable. It is estimated that Apache is used by <span style="text-decoration: underline;">400 million websites</span>, big number?</p>
<p>If you are web master and still confused, how to mitigate it? <a title="About Syed Alam" href="http://www.hackersgarage.com/about-syed-alam" target="_blank">I</a> can help you with immediate workarounds.</p>
<p>The best thing is to update your Apache to <a title="Apache 2.4" rel="nofollow" href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_celebrates" target="_blank">latest version 2.4</a>  or if you are having difficulties or not sure, you can <a title="About Syed Alam" href="http://www.hackersgarage.com/about-syed-alam" target="_blank">contact me</a>. I will make it done for you <img src='http://www.hackersgarage.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  or get FREE Consultancy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/apachekiller-flaw-integrated-into-armageddons-ddos-botnet-clients.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SlowHTTPTest HTTP DoS Tool latest version 1.4 released</title>
		<link>http://www.hackersgarage.com/slowhttptest-http-dos-tool-latest-version-1-4-released.html</link>
		<comments>http://www.hackersgarage.com/slowhttptest-http-dos-tool-latest-version-1-4-released.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 17:31:11 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Security Reconnaissance]]></category>
		<category><![CDATA[DDoS or DoS attack]]></category>
		<category><![CDATA[HTTP Protocol]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1145</guid>
		<description><![CDATA[We have talked about SlowHTTPTest in detailed here, 2 days ago Shekyan released a new version, below is summary of change log. SlowHTTPTest 1.4 release notes: Added man pages as doc support Some bug fixes and now it can handle 64000 concurrent connections  OpsS!! You can read our previous post in detail that would help [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2011/09/SlowHTTPTest-HackersGarage.com_.gif"><img class="alignright size-full wp-image-600" title="SlowHTTPTest-HackersGarage.com" src="http://www.hackersgarage.com/wp-content/uploads/2011/09/SlowHTTPTest-HackersGarage.com_.gif" alt="" width="149" height="137" /></a><span class="drop_cap">W</span>e have talked about <strong>SlowHTTPTest</strong> in detailed <a href="http://www.hackersgarage.com/how-to-use-slowhttptest-http-dos-tool.html" target="_blank">here</a>, 2 days ago <strong>Shekyan</strong> released a new version, below is summary of change log.</p>
<p><strong><span style="color: #e43101; font-size: medium;">SlowHTTPTest 1.4 release notes:</span></strong></p>
<ul>
<li>Added man pages as doc support</li>
<li>Some bug fixes</li>
<li>and now it can handle <strong>64000</strong> concurrent connections  <img src='http://www.hackersgarage.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  OpsS!!</li>
</ul>
<p>You can read our <a href="http://www.hackersgarage.com/how-to-use-slowhttptest-http-dos-tool.html" target="_blank">previous post</a> in detail that would help you, how to compile and use it.</p>
<p><span style="color: #e43101; font-size: medium;">Download and install SlowHTTPTest latest version :</span></p>
<p><code>wget http://slowhttptest.googlecode.com/files/slowhttptest-1.4.tar.gz<br />
tar -zxvf slowhttptest-1.4.tar.gz</code></p>
<p><span id="more-1145"></span><code>cd slowhttptest-1.4<br />
./configure<br />
make<br />
make install<br />
</code><br />
<span style="color: #e43101; font-size: medium;">Video Tutorial &#8211; How to use SlowHTTPTest?</span></p>
<p><iframe src="http://www.youtube.com/embed/Jq1nDEuvGjg" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/slowhttptest-http-dos-tool-latest-version-1-4-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ANTI &#8211; Android Phone Network Toolkit</title>
		<link>http://www.hackersgarage.com/anti-android-phone-network-toolkit.html</link>
		<comments>http://www.hackersgarage.com/anti-android-phone-network-toolkit.html#comments</comments>
		<pubDate>Wed, 25 Jan 2012 17:20:45 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hacking with android]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1127</guid>
		<description><![CDATA[ANTI - Android Network Toolkit &#8211; Anti is collection of network exploration tools that help you penetrate your network right away from your android phone. ANTI useful application is developed by ZImperium LTD and they say &#8216; ANTI &#8211; Penetration Made easy &#8216;. ANTI.apk application is divided into two parts; Application Extendable plugins How to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/01/exploiting2.png"><img class="alignright size-thumbnail wp-image-1133" title="exploiting2" src="http://www.hackersgarage.com/wp-content/uploads/2012/01/exploiting2-137x150.png" alt="" width="137" height="150" /></a><strong><span class="drop_cap">A</span>NTI </strong>- <em>Android Network Toolkit &#8211; Anti</em> is collection of network exploration tools that help you penetrate your network right away from your android phone. ANTI useful application is developed by <em>ZImperium LTD</em> and they say &#8216; ANTI &#8211; Penetration Made easy &#8216;.</p>
<p><strong>ANTI.apk application is divided into two parts;</strong></p>
<ul>
<li>Application</li>
<li>Extendable plugins</li>
</ul>
<p><span style="color: #e43101; font-size: medium;">How to install ANTI APK on android phone?</span><br />
I&#8217;m not sure APK is available on Android Market but you can follow below tutorial to get it installed.</p>
<p><span id="more-1127"></span></p>
<p class="alert">This application works only on <strong>ROOTED</strong> android phones</p>
<p><strong><code>1.</code></strong> Download from <code>http://www.zimperium.com/Anti.apk</code> using your phone browser.<br />
<strong><code>2.</code></strong> Go to Downloads<br />
<strong><code>3.</code></strong> Click on <strong>ANTI.Apk</strong>, authorize and install it.</p>
<p><span style="color: #e43101; font-size: medium;">How to use ANTI &#8211; <em>Android Network Toolkit</em>?</span><br />
When you run ANTI, it will connect to your Wifi AP and create map for your network. You can select a device and scan for different services.</p>
<p>ZImperium offered <strong>Basic version</strong> as <em>FREE</em> with following limited features :</p>
<ul>
<li>Scanning</li>
<li>OS Detection*</li>
<li>Traceroute</li>
<li>Port Connect</li>
<li>WIFI Monitor</li>
<li>HTTP Server</li>
</ul>
<p>If you purchased paid version which categorized as <strong>Silver</strong>, <strong>Gold</strong> and <strong>Platinum</strong> you will get access to below features :</p>
<ul>
<li>Man-in-the-middle</li>
<li>Remote Exploits</li>
<li>Plugins</li>
<li>Support</li>
<li>Exploit Credits (For Report or Attack)</li>
</ul>
<p>To read more about licensing, visit ZImperium LTD web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/anti-android-phone-network-toolkit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Backdoor Hookworm Stealth</title>
		<link>http://www.hackersgarage.com/php-backdoor-hookworm-stealth.html</link>
		<comments>http://www.hackersgarage.com/php-backdoor-hookworm-stealth.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 16:31:35 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Web Application Penetration Testing]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1114</guid>
		<description><![CDATA[HookWorm Stealth is an old PHP Backdoor just like c99Shell created by Justin Klein Keane as Proof of concept. HookWorm Stealth provides less features than c99Shell but it&#8217;s activity can&#8217;t be track easily like c99Shell. it uses Cookies to leave no TRACE in Web server access log. HookWorm Stealth PHP Backdoor Features : Find .htaccess [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/01/back-door.jpg"><img class="alignright size-thumbnail wp-image-1116" title="HookWorm - Php backdoor script" src="http://www.hackersgarage.com/wp-content/uploads/2012/01/back-door-150x150.jpg" alt="" width="150" height="150" /></a><strong><span class="drop_cap">H</span>ookWorm Stealth</strong> is an old PHP Backdoor just like <strong>c99Shell</strong> created by <a rel="nofollow" href="http://www.madirish.net/content/hookworm-stealth-php-backdoor" target="_blank">Justin Klein Keane</a> as Proof of concept.</p>
<p><strong>HookWorm Stealth</strong> provides less features than <strong>c99Shell</strong> but it&#8217;s activity can&#8217;t be track easily like c99Shell. it uses Cookies to leave no TRACE in Web server access log.</p>
<p><span style="color: #e43101; font-size: medium;">HookWorm Stealth PHP Backdoor Features :</span></p>
<ul>
<li>Find .htaccess</li>
<li>Find open ports on remote system</li>
<li>Search for writable files or directories</li>
<li>and many more.</li>
</ul>
<p class="note">Download<strong> HookWorm Stealth</strong> from  <a rel="nofollow" href="http://www.madirish.net/sites/default/files/hookworm.php.tar.gz" target="_blank">http://www.madirish.net/sites/default/files/hookworm.php.tar.gz</a></p>
<p>When you get access of remote web server SHELL, the access log of web server will throw <strong><code>/index.php 200 OK</code></strong> status code that&#8217;s a normal good HTTP request.</p>
<p>To read further about <strong>HookWorm Stealth</strong>, go to the <a rel="nofollow" href="http://www.madirish.net/content/hookworm-stealth-php-backdoor" target="_blank">author blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/php-backdoor-hookworm-stealth.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>convert .bin, .cue files to .iso on linux</title>
		<link>http://www.hackersgarage.com/convert-bin-cue-files-to-iso-on-linux.html</link>
		<comments>http://www.hackersgarage.com/convert-bin-cue-files-to-iso-on-linux.html#comments</comments>
		<pubDate>Sat, 21 Jan 2012 11:48:39 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshootings]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1093</guid>
		<description><![CDATA[Today i extracted one archive which contained .bin and .cue files and i was unable to play them with VLC Media Player, after doing google found it is archive similar to .iso. I convert it to ISO using bchunk utility and mount it as loop back device and . bchunk &#8211; Free utility use to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/01/VLC-play-bin-file.jpeg"><img class="alignright size-full wp-image-1106" title="VLC-play-bin-file" src="http://www.hackersgarage.com/wp-content/uploads/2012/01/VLC-play-bin-file.jpeg" alt="" width="150" height="150" /></a><span class="drop_cap">T</span>oday i extracted one archive which contained .bin and .cue files and i was unable to play them with VLC Media Player, after doing google found it is archive similar to .iso. I convert it to ISO using <strong>bchunk</strong> utility and mount it as loop back device and .</p>
<p><strong><span style="color: #e43101; font-size: large;">bchunk</span></strong> &#8211; <strong>Free utility use to convert .bin, .cue files to .iso</strong></p>
<p><span style="color: #e43101; font-size: medium;">1. Install bchunk</span></p>
<p>On <strong>ubuntu/backtrack</strong> Linux;<br />
<code>aptitude install bchunk</code></p>
<p>On <strong>RHEL/CentOS</strong> Linux;<br />
<code>yum install bchunk</code></p>
<p><span style="color: #e43101; font-size: medium;">2. Convert .bin .cue to iso using bchunk</span></p>
<p><code>bchunk iron-lycp5etg.bin iron-lycp5etg.cue iron-lycp5etg.iso</code></p>
<p><span id="more-1093"></span></p>
<p class="alert"><strong>Note :</strong> .bin file will always have .cue file in same directory plus <strong>iron-lycp5etg</strong> is a sample file.</p>
<p><em>Output :</em></p>
<pre>Reading the CUE file:
Track 1: MODE1/2352 01 00:00:00
Writing tracks:

1: iron-lycp5etg01.iso 472/472 MB [********************] 100</pre>
<p><span style="color: #e43101; font-size: medium;">3. Mount iron-lycp5etg01.iso </span></p>
<p><code>mkdir /mnt/iso<br />
mount -o loop iron-lycp5etg01.iso /mnt/iso</code></p>
<p>Now you can find all video files under <code>/mnt/iso/</code><br />
<code></code></p>
<p><code>cd /mnt/iso/</code><br />
<code>vlc filename.mov</code></p>
<p>If you have any question or suggestion, feel free to comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/convert-bin-cue-files-to-iso-on-linux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>teamviewer 6/7.0.9300 as root user on linux</title>
		<link>http://www.hackersgarage.com/teamviewer-67-0-9300-as-root-user-on-linux.html</link>
		<comments>http://www.hackersgarage.com/teamviewer-67-0-9300-as-root-user-on-linux.html#comments</comments>
		<pubDate>Tue, 17 Jan 2012 16:44:45 +0000</pubDate>
		<dc:creator>Syed Alam</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshootings]]></category>

		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1066</guid>
		<description><![CDATA[TeamViewer 6 or 7.0.9300 beta version can be run as root easily on backtrack or any Linux distribution including Ubuntu / CentOS 6 / RedHat by modifying the wrapper file which is instructed to not execute Team Viewer products as root. When you run Teamviewer7 from console, you will get this error; root@hackersgarage:~/Downloads# teamviewer7 TeamViewer: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/01/TeamViewer-7-run-as-root.jpg"><img class="alignright size-thumbnail wp-image-1068" title="TeamViewer-7-run-as-root" src="http://www.hackersgarage.com/wp-content/uploads/2012/01/TeamViewer-7-run-as-root-150x150.jpg" alt="" width="150" height="150" /></a><strong><span class="drop_cap">T</span>eamViewer 6 or 7.0.9300</strong> <em>beta version</em> can be run as root easily on backtrack or any Linux distribution including Ubuntu / CentOS 6 / RedHat by modifying the <strong>wrapper</strong> file which is instructed to not execute Team Viewer products as root.</p>
<p><strong>When you run Teamviewer7 from console, you will get this error;</strong><br />
<span style="background-color: black; color: white;"><br />
root@hackersgarage:~/Downloads# teamviewer7<br />
TeamViewer: 7.0.9300<br />
Profile: /root (root)<br />
Desktop:<br />
No LSB modules are available.<br />
Distributor ID: Ubuntu<br />
Description: Ubuntu 10.04.2 LTS<br />
Release: 10.04<br />
Codename: lucid<br />
</span></p>
<p><span style="background-color: black; color: white;">Error: TeamViewer must not be executed as root!</span></p>
<p><span id="more-1066"></span></p>
<p><span style="color: #e43101; font-size: large;">How to install <strong>Team Viewer 7</strong> beta on backtrack5 RC1 linux?</span><br />
<code></code></p>
<p><code>wget http://www.teamviewer.com/download/version_7x/teamviewer_linux.deb<br />
dpkg -i teamviewer_linux.deb</code></p>
<p>For RPM based distro <strong>CentOS/RHEL</strong><br />
<code>wget http://www.teamviewer.com/download/version_7x/teamviewer_linux.rpm<br />
rpm -ivh teamviewer_linux.rpm</code></p>
<p class="alert"><strong>Warning :</strong> Running application as root is not recommended.</p>
<p><span style="color: #e43101; font-size: large;"><strong>FIX</strong> <strong>Team Viewer7</strong> to run as ROOT by running below SED command :</span></p>
<p><code>sed -i 's/die \"T/echo \"T/g' /opt/teamviewer/teamviewer/7/bin/wrapper</code></p>
<p><em>DONE!</em> <img src='http://www.hackersgarage.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Now Go to <em><strong>Application</strong> &#8211;&gt; <strong>Internet</strong> &#8211;&gt; <strong>Team Viewer 7</strong><strong><br />
</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersgarage.com/teamviewer-67-0-9300-as-root-user-on-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

