<?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></title>
	<atom:link href="https://www.hackersgarage.com/feed" rel="self" type="application/rss+xml" />
	<link>https://www.hackersgarage.com</link>
	<description></description>
	<lastBuildDate>Sat, 07 Dec 2019 21:41:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.2</generator>
	<item>
		<title>How to install mcrypt php extension on CentOS 6</title>
		<link>https://www.hackersgarage.com/how-to-install-mcrypt-php-extension-on-centos-6.html</link>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Tue, 25 Dec 2012 09:18:54 +0000</pubDate>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Troubleshootings]]></category>
		<category><![CDATA[CPanel/WHM]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1395</guid>

					<description><![CDATA[Today a developer friend requested to trouble php mcrypt extension on his newly ordered VPS. Most of the time VPS by default comes up with very basic packages. For example, to build and add mcrypt php extension to existing php installation. You would required gcc, make, libtool, libmcrypt, libmcrypt-devel and may other packages. mcrypt php [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today a developer friend requested to trouble php mcrypt extension on his newly ordered VPS. Most of the time VPS by default comes up with very basic packages. For example, to build and add mcrypt php extension to existing php installation. You would required gcc, make, libtool, libmcrypt, libmcrypt-devel and may other packages.</p>
<p><strong><span style="color: #e43101; font-size: large;">mcrypt php extension necessary configuration &amp; compilation : </span></strong></p>
<p>View current php version<br />
<code>php -v</code></p>
<p><em><code></code>Output :</em><br />
<span style="background-color: black; color: white;">PHP 5.3.3 (cli) (built: Jul 3 2012 16:53:21)<br />
Copyright (c) 1997-2010 The PHP Group<br />
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies<br />
with the ionCube PHP Loader v4.0.14, Copyright (c) 2002-2011, by ionCube Ltd.</span></p>
<p><span id="more-1395"></span></p>
<p>Downloading the same php version source code from php.net<br />
<code>cd /tmp/<br />
wget http://museum.php.net/php5/php-5.3.3.tar.gz<br />
tar -zxf php-5.3.3.tar.gz<br />
cd php-5.3.3/ext/mcrypt</code></p>
<p>Prepare php extension to compile it.<br />
<code>phpize</code></p>
<p><em>Output :</em><br />
<span style="background-color: black; color: white;">Configuring for:<br />
PHP Api Version: 20041225<br />
Zend Module Api No: 20060613<br />
Zend Extension Api No: 220060519<br />
</span></p>
<p><code>aclocal<br />
./configure<br />
make<br />
make install<code></code></code></p>
<p>You can can see mcrypt php extension is installed under php extensions directory:<br />
<code>ls /usr/lib64/php/modules/mcrypt.so</code></p>
<p><strong><span style="color: #e43101; font-size: large;"> Enable mcrypt PHP extension in php.ini </span></strong><br />
<code>echo "extension=mcrypt.so" &gt;&gt; /etc/php.d/mcrypt.ini</code></p>
<p><em>Verify mcrypt :</em><br />
<code>php -i | grep -i "mcrypt support"</code></p>
<p><em>Output:</em><br />
<span style="background-color: black; color: white;">mcrypt support =&gt; enabled</span></p>
<p><strong><span style="color: #e43101; font-size: large;"> Known challenging and resolution : </span></strong></p>
<p><span>phpize: command not found<br />
<strong><code> yum install php-devel </code></strong></span></p>
<p><span>configure.in:8: warning: LT_AC_PROG_SED is m4_require&#8217;d but not m4_defun&#8217;d<br />
acinclude.m4:2636: PHP_CONFIG_NICE is expanded from&#8230;<br />
configure.in:8: the top level</span></p>
<p><strong><code> yum install libtool </code></strong></p>
<p><span>&#8230;&#8230;&#8230;checking if debug is enabled&#8230; no<br />
checking if zts is enabled&#8230; no<br />
checking for re2c&#8230; no<br />
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.<br />
checking for gawk&#8230; gawk<br />
checking for mcrypt support&#8230; yes, shared<br />
configure: error: mcrypt.h not found. Please reinstall libmcrypt.</span></p>
<p><code><strong> yum install libmcrypt </strong> </code><br />
<code><strong> wget ftp://rpmfind.net/linux/epel/6/x86_64/libmcrypt-devel-2.5.8-9.el6.x86_64.rpm</strong> </code><br />
<strong><code> rpm -ivh libmcrypt-devel-2.5.8-9.el6.x86_64.rpm </code></strong></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Free Android Apps for Your Paid Service</title>
		<link>https://www.hackersgarage.com/free-android-apps-for-your-paid-service.html</link>
					<comments>https://www.hackersgarage.com/free-android-apps-for-your-paid-service.html#comments</comments>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Thu, 14 Jun 2012 16:25:56 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1352</guid>

					<description><![CDATA[They say that nothing in life is free – not even the free stuff. This is why certain entities require paid solutions that give them on-demand access to compute, exchange, and store data and information. These paid services have become a part of people’s daily lives and have kept evolving over the last few years. Consumer electronics – [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span class="drop_cap">T</span>hey say that nothing in life is free – not even the free stuff. This is why certain entities require paid solutions that give them on-demand access to compute, exchange, and store data and information. These paid services have become a part of people’s daily lives and have kept evolving over the last few years.</p>
<p>Consumer electronics – personal computers, tablet devices, HDTVs – name it; there are tons of paid services made available to make these gadgets more useful and enjoyable. Mobile phones, especially, have become a lucrative outlet for solutions providers to deliver their services. The hundreds of smartphone apps hosted solutions providers is enough evidence to prove that even the mobile phone industry has been affected by this boom.</p>
<p><span id="more-1352"></span></p>
<p>And speaking of which, we’ve listed some useful Android apps for paid solutions which can be downloaded from the Google Play Store.</p>
<h2><span style="color: #e43101;">HBO Go App<a href="http://www.hackersgarage.com/wp-content/uploads/2012/06/unnamed.jpg"><img decoding="async" class="alignright  wp-image-1358" title="HBO" src="http://www.hackersgarage.com/wp-content/uploads/2012/06/unnamed.jpg" alt="" width="95" height="168" /></a></span></h2>
<p>This app allows you to watch via streaming over 1,400 HBO shows ranging from HBO original content,hit movies, sports, comedy, and much more on your Android-powered smartphone. The HBO Go service is offered at a measly $15 monthly fee, but you must have a cable or satellite plan with a company that supports HBO Go. No need to slog your way through hundreds of DVDs to watch your favorite shows – you can access them whenever you want, whenever a 3G/4G LTE or Wi-fi connection is available – and you don’t even have to compromise video quality.</p>
<h2><span style="color: #e43101;">RingCentral App</span></h2>
<p><img decoding="async" class="alignright size-thumbnail wp-image-1361" title="RingCentral" src="http://www.hackersgarage.com/wp-content/uploads/2012/06/unnamed-150x150.png" alt="" width="150" height="150" /></p>
<p>A free, downloadable app is also available for RingCentral subscribers. With this app installed, you can easily turn your Android phone into a business phone. Stay connected while on the go with a barrage of PBX features like faxing, visual voicemail, and call management. Make calls using your mobile phone, while keeping your personal mobile number private. The app supports up to three (3) VoIP calls in parallel – one active call and two on hold – so you can’t miss any business calls even while you’re in a restaurant or at a Florida Keys resort. The phone company offers flexible plans for businesses of any size.</p>
<h2><span style="color: #e43101;">OnLive App<a href="http://www.hackersgarage.com/wp-content/uploads/2012/06/unnamed-1.jpg"><img decoding="async" class="alignright size-thumbnail wp-image-1364" title="OnLive" src="http://www.hackersgarage.com/wp-content/uploads/2012/06/unnamed-1-150x150.jpg" alt="" width="150" height="150" /></a></span></h2>
<p>The OnLive app lets you play games on-demand on your Android device wherever you are, whenever an Internet connection is present. You don’t have to download big chunks of files to access console-class games, since your games run on OnLive’s powerful cloud servers. All you need to do is to sign up with the instant-play video game service, buy or try a game, and voila, you’ll have real-time, rich gaming straight from your phone.</p>
<h2><span style="color: #e43101;">Box App<a href="http://www.hackersgarage.com/wp-content/uploads/2012/06/unnamed-1.png"><img loading="lazy" decoding="async" class="alignright size-full wp-image-1365" title="Box" src="http://www.hackersgarage.com/wp-content/uploads/2012/06/unnamed-1.png" alt="" width="124" height="124" /></a></span></h2>
<p>For Box subscribers, sharing, accessing, and managing content online become ridiculously easier with this app made available for Android users. Lately, businesses have seen a big move towards mobile workforces, so having a cloud-based mobile tool for accessing content can definitely further their productivity. Box offers a whopping 50GB of free cloud storage from the usual 5GB and has upgraded the upload cap to 100MB from the usual 25MB for Android users. For Business and Enterprise users (starts at $15 a month per user, minimum of three (3) users, for 1000GB of web storage), Box offers the Box Sync component, to allow synching of folders or files on your desktop to your account.</p>
<p>Nothing is free, but you can always choose to make the most out of what you already paid for. At this rate, it isn’t so hard to see that even paid services are tapping the Android platform to make customers even more satisfied.</p>
<blockquote><p><em>This is a guest post by</em> <strong>Lucia</strong></p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hackersgarage.com/free-android-apps-for-your-paid-service.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Bounce back invalid domains immediately in PowerMTA</title>
		<link>https://www.hackersgarage.com/bounce-back-invalid-domains-immediately-in-pmta.html</link>
					<comments>https://www.hackersgarage.com/bounce-back-invalid-domains-immediately-in-pmta.html#comments</comments>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Tue, 24 Apr 2012 15:04:15 +0000</pubDate>
				<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, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.hackersgarage.com/wp-content/uploads/2012/04/email-bounce.jpg"><img loading="lazy" decoding="async" class="alignright wp-image-1319 size-thumbnail" title="email-bounce" src="https://www.hackersgarage.com/wp-content/uploads/2012/04/email-bounce-150x150.jpg" alt="" width="150" height="150" srcset="https://www.hackersgarage.com/wp-content/uploads/2012/04/email-bounce-150x150.jpg 150w, https://www.hackersgarage.com/wp-content/uploads/2012/04/email-bounce-300x300.jpg 300w, https://www.hackersgarage.com/wp-content/uploads/2012/04/email-bounce.jpg 347w" sizes="(max-width: 150px) 100vw, 150px" /></a><a href="https://www.postmastery.com/products/powermta/"><span class="drop_cap">P</span>owerMTA</a> 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><a href="https://www.postmastery.com/products/powermta/">PowerMTA</a> 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>https://www.hackersgarage.com/bounce-back-invalid-domains-immediately-in-pmta.html/feed</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
			</item>
		<item>
		<title>What is PowerMTA ?</title>
		<link>https://www.hackersgarage.com/what-is-powermta.html</link>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Fri, 20 Apr 2012 17:05:45 +0000</pubDate>
				<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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.hackersgarage.com/wp-content/uploads/2012/04/port25_logo.png"><img loading="lazy" decoding="async" class="alignright wp-image-1296 size-full" title="PowerMTA" src="https://www.hackersgarage.com/wp-content/uploads/2012/04/port25_logo.png" alt="" width="130" height="45" /></a><a title="PowerMTA Support" href="https://www.postmastery.com/products/powermta/" target="_blank" rel="noopener noreferrer">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" href="https://www.postmastery.com/products/powermta/" target="_blank" rel="noopener noreferrer">port25.com</a></p>
<h3><span style="color: #e43101;">PowerMTA Features</span></h3>
<ul>
<li style="list-style-type: none;">
<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>
</li>
</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>
<p><strong>PowerMTA Webhooks :</strong></p>
<p><a href="https://www.postmastery.com">Postmastery</a> has built two web hooks to process bounces, complaints and <a href="https://www.postmastery.com/list-unsubscribe-header-critical-for-sustained-email-delivery/">List-unsubscribe: header</a> unsubscribe requests via mailto link. Further details are available at <a href="https://www.postmastery.com/products/powermta/#pmta-integrate">Postmastery&#8217;s PowerMTA web hook</a> page.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Installing Apache 2.4.1 from source on CentOS 6.2 Linux</title>
		<link>https://www.hackersgarage.com/installing-apache-2-4-1-from-source-on-centos-6-2-linux.html</link>
					<comments>https://www.hackersgarage.com/installing-apache-2-4-1-from-source-on-centos-6-2-linux.html#comments</comments>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Wed, 11 Apr 2012 18:55:36 +0000</pubDate>
				<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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.hackersgarage.com/wp-content/uploads/2011/12/Apache-WebServer-HackersGarage.png"><img loading="lazy" decoding="async" class="alignright wp-image-960 size-thumbnail" title="Apache-WebServer-HackersGarage" src="https://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="https://www.hackersgarage.com/running-lighttpd-and-apache-on-same-port-same-server-centos-6-rhel.html" target="_blank" rel="noopener noreferrer">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" rel="noopener noreferrer">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" href="http://apr.apache.org/download.cgi" target="_blank" rel="noopener noreferrer">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>https://www.hackersgarage.com/installing-apache-2-4-1-from-source-on-centos-6-2-linux.html/feed</wfw:commentRss>
			<slash:comments>19</slash:comments>
		
		
			</item>
		<item>
		<title>DroidSheep Guard, protection against DroidSheep and FaceNiff</title>
		<link>https://www.hackersgarage.com/droidsheep-guard-protection-against-droidsheep-and-faceniff.html</link>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Sat, 17 Mar 2012 12:38:13 +0000</pubDate>
				<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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.hackersgarage.com/wp-content/uploads/2012/03/Protection-against-DroidSheep.png"><img loading="lazy" decoding="async" class="alignright wp-image-1243 size-thumbnail" title="Protection-against-DroidSheep" src="https://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" rel="noopener noreferrer">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" rel="noopener noreferrer">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" rel="noopener noreferrer">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="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 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>
					
		
		
			</item>
		<item>
		<title>ApacheKiller flaw integrated into Armageddon&#8217;s DDoS Botnet clients</title>
		<link>https://www.hackersgarage.com/apachekiller-flaw-integrated-into-armageddons-ddos-botnet-clients.html</link>
					<comments>https://www.hackersgarage.com/apachekiller-flaw-integrated-into-armageddons-ddos-botnet-clients.html#comments</comments>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 16:02:32 +0000</pubDate>
				<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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.hackersgarage.com/wp-content/uploads/2011/08/Apache-Killer-exploit.png"><img loading="lazy" decoding="async" 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 loading="lazy" decoding="async" 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" 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="https://s.w.org/images/core/emoji/15.0.3/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> or get FREE Consultancy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://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>https://www.hackersgarage.com/slowhttptest-http-dos-tool-latest-version-1-4-released.html</link>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Wed, 01 Feb 2012 17:31:11 +0000</pubDate>
				<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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.hackersgarage.com/wp-content/uploads/2011/09/SlowHTTPTest-HackersGarage.com_.gif"><img loading="lazy" decoding="async" 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="https://s.w.org/images/core/emoji/15.0.3/72x72/1f600.png" alt="😀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 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 loading="lazy" src="http://www.youtube.com/embed/Jq1nDEuvGjg" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ANTI &#8211; Android Phone Network Toolkit</title>
		<link>https://www.hackersgarage.com/anti-android-phone-network-toolkit.html</link>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:20:45 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hacking with android]]></category>
		<guid isPermaLink="false">http://www.hackersgarage.com/?p=1127</guid>

					<description><![CDATA[ANTI &#8211; 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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/01/exploiting2.png"><img loading="lazy" decoding="async" 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>&#8211; <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>
					
		
		
			</item>
		<item>
		<title>PHP Backdoor Hookworm Stealth</title>
		<link>https://www.hackersgarage.com/php-backdoor-hookworm-stealth.html</link>
		
		<dc:creator><![CDATA[Syed Alam]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:31:35 +0000</pubDate>
				<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 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.hackersgarage.com/wp-content/uploads/2012/01/back-door.jpg"><img loading="lazy" decoding="async" 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 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 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 href="http://www.madirish.net/content/hookworm-stealth-php-backdoor" target="_blank">author blog</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
