<?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>iKlive Networks</title>
	<atom:link href="http://iklive.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://iklive.org</link>
	<description>Providing Cutting Edge Network Services &#38; Free IT Resources</description>
	<lastBuildDate>Wed, 12 Dec 2012 14:59:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>iOS Debug: System Logs</title>
		<link>http://iklive.org/ios-debug-system-logs/</link>
		<comments>http://iklive.org/ios-debug-system-logs/#comments</comments>
		<pubDate>Sat, 08 Sep 2012 20:57:37 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=856</guid>
		<description><![CDATA[Following some questions about iOS software debug on the post Objective-C: Compiling iOS 5 Software Without Developer Program, I decided to write a quick post about the system log on iOS devices. First, understand the concept behind system logging in iOS: There&#8217;s a log to each App due to the Sandbox architecture and you can access [...]]]></description>
				<content:encoded><![CDATA[<p>Following some questions about iOS software debug on the post <a title="Objective-C: Compiling iOS 5 Software Without Developer Program" href="http://iklive.org/objective-c-compiling-ios-5-software-without-developer-program/" target="_blank">Objective-C: Compiling iOS 5 Software Without Developer Program</a>, I decided to write a quick post about the system log on iOS devices.</p>
<p><strong>First, understand the concept behind system logging in iOS:</strong></p>
<ul>
<li><img class="wp-image-857 alignright" title="Organizer Menu" src="http://iklive.org/wp-content/uploads/2012/09/organizer-menu.png" alt="" width="278" height="123" />There&#8217;s a log to each App due to the Sandbox architecture and you can access then individually on the Xcode Organizer;</li>
<li>When an App crashes is generated a Crash log, also available on the Organizer.</li>
<li><strong>There&#8217;s also a general system log console under Organizer.</strong></li>
</ul>
<p>You can access the Organizer under Xcode <em>Window</em> Menu. Then on the left you can find your iOS device and the available logs.</p>
<p><a href="http://iklive.org/wp-content/uploads/2012/09/organizer-window1.png"><img class="aligncenter size-full wp-image-862" title="Organizer Window" src="http://iklive.org/wp-content/uploads/2012/09/organizer-window1.png" alt="" width="571" height="381" /></a></p>
<p>&nbsp;</p>
<p><strong>Now that you know how to do it, let&#8217;s make it the cool way:</strong></p>
<p>It&#8217;s also possible to view your device logs over SSH, to do that you just need to install a tool in your iPhone called <em>socat</em>. You can install it over Cydia or by issuing the following command in your device:</p>
<p style="padding-left: 30px;"><em>$ apt-get install socat</em></p>
<p>Now you can view your logs by:</p>
<p style="padding-left: 30px;"><em>$ socat &#8211; UNIX-CONNECT:/var/run/lockdown/syslog.sock</em></p>
<p style="padding-left: 30px;"><em>(An interactive prompt will open, issue the following command and press enter)</em></p>
<p style="padding-left: 30px;"><em>&gt; watch</em></p>
<p><a href="http://iklive.org/wp-content/uploads/2012/09/socat.png"><img class="aligncenter size-full wp-image-859" title="socat" src="http://iklive.org/wp-content/uploads/2012/09/socat.png" alt="" width="562" height="338" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/ios-debug-system-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Backups: Get data even when password protected!</title>
		<link>http://iklive.org/ios-backups-get-data-even-when-password-protected/</link>
		<comments>http://iklive.org/ios-backups-get-data-even-when-password-protected/#comments</comments>
		<pubDate>Sat, 08 Sep 2012 20:33:55 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=853</guid>
		<description><![CDATA[Ever wanted to get some Application data or Photos from an iTunes backup? Well there are plenty of tools available for that but if your backup is password protected, they won&#8217;t just work! So here it is, my solution that allows you to get data out from protected backups as well. First you need to download Mercurial [...]]]></description>
				<content:encoded><![CDATA[<p>Ever wanted to get some Application data or Photos from an iTunes backup? Well there are plenty of tools available for that but if your backup is password protected, they won&#8217;t just work! So here it is, my solution that allows you to get data out from protected backups as well.</p>
<p>First you need to download <a title="Mercurial" href="http://mercurial.selenic.com/" target="_blank">Mercurial from here</a> and install it. Then Open Terminal and issue the following commands:</p>
<p style="padding-left: 30px;"><em>$ sudo /usr/local/bin/hg clone https://code.google.com/p/iphone-dataprotection/</em></p>
<p style="padding-left: 30px;"><em>$ cd iphone-dataprotection</em></p>
<p style="padding-left: 30px;"><em>$ sudo ARCHFLAGS=&#8217;-arch i386 -arch x86_64&#8242; easy_install pycrypto</em></p>
<p style="padding-left: 30px;"><em>$ sudo easy_install M2crypto construct progressbar</em></p>
<p>Now you need to get your backup folder name. The backups are kept in the folder <em>/Library/Application Support/MobileSync/Backup/.  </em>Once you get there all the folders inside represent iTunes backups, pick the name of one and past it on the following command:</p>
<p style="padding-left: 30px;"><em>$ python python_scripts/backup_tool.py /Users/TCB13/Library/Application\ Support/MobileSync/Backup/BACKUP-FOLDER-NAME-HERE ~/iPhone-Backup-Extracted</em></p>
<p>Now the script will output something similar to this:</p>
<blockquote><p><em>Device Name : TCB13&#8242;s iPhone</em><br />
<em>Display Name : TCB13&#8242;s iPhone - 24/08/2012 20:18</em><br />
<em>Last Backup Date : 2012-08-24 16:38:58</em><br />
<em>IMEI : xxxxxxxxxxxxxxxxxx</em><br />
<em>Serial Number : xxxxxxxxxxxxxxxxxx</em><br />
<em>Product Type : iPhone4,1</em><br />
<em>Product Version : 5.1.1</em><br />
<em>iTunes Version : 10.6.1</em><br />
<em>Extract backup to ~/iPhone-Backup-Extracted ? (y/n)</em><br />
<em>y</em><br />
<em>Backup is encrypted</em><br />
<em>Enter backup password : </em><br />
<em>***********</em><br />
<em>Writing Media/DCIM/100APPLE/IMG_0709.JPG</em></p>
<p><em>(&#8230;)</em></p></blockquote>
<p>If the backup is encrypted the script will ask you for the password you used in iTunes, otherwise it will just start extracting the backup.</p>
<p>This was a quick tip that saved my GPS routes some days ago, when my iPhone was replaced. By some reason *Jailbreak* it was impossible to restore them to the Application via iTunes so I just extracted the files and placed them on the new iPhone over SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/ios-backups-get-data-even-when-password-protected/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>STKeys Update: 4.1.4</title>
		<link>http://iklive.org/stkeys-update-4-1-4/</link>
		<comments>http://iklive.org/stkeys-update-4-1-4/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 15:38:05 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[iKlive Software]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=851</guid>
		<description><![CDATA[STKeys the popular Thomson key recovery App for Mac has been updated! This update issue the following new features/bug fixes: (4.1.4 – MountainKing) OSX 10.8 Mountain Lion issues fixed! Improved compatibility for some devices. Update your STKeys now, to get the latest features. If you don’t already have STKeys, check it out here: STKeys 4]]></description>
				<content:encoded><![CDATA[<p>STKeys the popular Thomson key recovery App for Mac has been updated!</p>
<p>This update issue the following new features/bug fixes: (4.1.4 – MountainKing)</p>
<ul>
<li>OSX 10.8 Mountain Lion issues fixed!</li>
<li>Improved compatibility for some devices.</li>
</ul>
<p>Update your STKeys now, to get the latest features.</p>
<p><strong>If you don’t already have STKeys, check it out here: <a id="link17" title="STKeys Official Page" href="http://iklive.org/software/stkeys/" target="_blank">STKeys 4</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/stkeys-update-4-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SheevaPlug: The Good, Bad, and Unknown</title>
		<link>http://iklive.org/sheevaplug-the-good-bad/</link>
		<comments>http://iklive.org/sheevaplug-the-good-bad/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 20:44:44 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[ISC DHCP Server]]></category>
		<category><![CDATA[ODROID board]]></category>
		<category><![CDATA[pwnie express]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[sheevaplug]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=766</guid>
		<description><![CDATA[A month ago we decided to give a try to Sheevaplug, the so great plug computer from Marvell. Sheevaplug is very small embedded computer (actually one of the first such computers on the market), running a 1.2 GHz Marvell Kirkwood 6281 ARM-compatible CPU. It can run linux distros based on Debian such as Ubuntu (up to [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-770" title="DSC_1831" src="http://iklive.org/wp-content/uploads/2012/07/DSC_1831.jpg" alt="" width="346" height="246" /></p>
<p>A month ago we decided to give a try to <a title="SheevaPlug on Wikipedia" href="http://en.wikipedia.org/wiki/SheevaPlug" target="_blank">Sheevaplug</a>, the so great plug computer from Marvell.</p>
<p><a title="SheevaPlug on Wikipedia" href="http://en.wikipedia.org/wiki/SheevaPlug" target="_blank">Sheevaplug</a> is very small embedded computer (actually one of the first such computers on the market), running a 1.2 GHz Marvell Kirkwood 6281 ARM-compatible CPU. It can run linux distros based on Debian such as Ubuntu (up to version 9.04) and features basic network connectivity, USB and a SD card slot.</p>
<p>This device seemed the ultimate low footprint and portable linux box to carry around in pen tenting, data storage at home etc&#8230; using <a href="http://pwnieexpress.com/" target="_blank">pwnie express suite</a> or Debian with a few tools.</p>
<p>&nbsp;</p>
<p><strong>The Specs:</strong></p>
<ul>
<li><strong>CPU:</strong> 1.2 GHz Marvell Kirkwood 6281 (ARM) L1: 16K L2: 256KB;</li>
<li><strong>RAM:</strong> DDR2 400MHz, 16-bit bus 512MB DDR2;</li>
<li><strong>Storage:</strong> 512MB NAND, SD Card Slot;</li>
<li><strong>Power input:</strong> 100-240VAC/50-60Hz Max. 20W;</li>
<li><strong>Connectivity:</strong> 1x USB 2.0, 1x Gigabit Ethernet, JTAG, Debug Interface via USB.</li>
<li><strong>Dimensions:</strong> 110mm (L) x 69.5mm (W) x 48.5 mm (H).</li>
</ul>
<p>&nbsp;</p>
<p><strong>The Good&#8230;</strong></p>
<ul>
<li>Very small and low power consumption for a &#8220;computer&#8221; capable of running a full featured linux;</li>
<li>Possibility of expanding the internal storage a lot via SD card slot;</li>
<li>Enough CPU power and RAM for most tasks,</li>
<li>Can easily run a network share and a VPN server, a torrent client and some other things that usually take a standard computer to run.</li>
</ul>
<p>&nbsp;</p>
<p><strong>The Bad&#8230;</strong></p>
<ul>
<li>Power supply (PSU)</li>
</ul>
<p><img class="wp-image-771 alignright" title="sheeva_psu" src="http://iklive.org/wp-content/uploads/2012/07/sheeva_psu.jpg" alt="" width="197" height="173" /></p>
<div style="padding-left: 60px;">The standard PSU packed on the Sheevaplug has a long history of issues, if you search around you&#8217;ll easily find people complaining about PSU burning, breaking their boards or just malfunctioning.</div>
<div style="padding-left: 60px;"></div>
<div style="padding-left: 60px;">Some companies that sell Sheevaplug nowadays, tried to improve the PSU but the problem still remains. From personal experience I can assure you that it&#8217;s better to run it with an external power supply.</div>
<div style="padding-left: 60px;"></div>
<div>
<ul>
<li>Mechanical design</li>
</ul>
<div style="padding-left: 60px;">Sheevaplug is just a small white plastic box with everything inside, but it&#8217;s design is very poor starting with a lot of wasted space in the plastic box around the PSU and ending up in PCB design.</div>
<div style="padding-left: 60px;">At the PCB you can easily spot design mistakes like components placed on wrong places causing them to melt down. The best example is the location of the SD Card slot: it&#8217;s located near the ARM CPU that runs really hot and doesn&#8217;t have any cooler or heatsink&#8230; We had to replace some SD cards because they just stopped working after a few hours.</div>
<div style="padding-left: 60px;">The device is not properly cooled too and the CPU runs really hot without any proper heatsink.</div>
<div style="padding-left: 60px;"><a href="http://iklive.org/wp-content/uploads/2012/07/Sheeva-Internal-Burn.png"><img class="alignnone  wp-image-774" title="Sheeva-Internal-Burn" src="http://iklive.org/wp-content/uploads/2012/07/Sheeva-Internal-Burn.png" alt="" width="499" height="135" /></a></div>
<ul>
<li>Old CPU (almost useless)</li>
</ul>
<div style="padding-left: 60px;">An ARM like 1.2 GHz Marvell Kirkwood 6281 seems a great choice but actually it isn&#8217;t! This CPU is ARM compatible ARMv5 only, new Ubuntu, Debian, BackTrack 5 or other will not work because this CPU is not supported by the new kernels anymore&#8230; So you&#8217;re stuck with Ubuntu 9.04.</div>
<div style="padding-left: 60px;">Since you&#8217;re using an old kernel, you can&#8217;t do everything you want with the <a href="http://www.aircrack-ng.org/" target="_blank">Aircrack-ng</a> suite, you will only have wifi drivers for Alfa AWUS036H (RTL8187) and other common chipsets. Injection is only available on the latest Ubuntu kernel and it&#8217;s buggy.</div>
<div>
<ul>
<li>No Floating Point!</li>
</ul>
<div style="padding-left: 60px;">So&#8230; forget about encoding and decoding, math and all because it won&#8217;t work fine&#8230;</div>
<div>
<ul>
<li>Old, useless tools, unavailable documentation&#8230;</li>
</ul>
<div>
<div style="padding-left: 60px;">Marvell and others decided to take down the most of the useful documentation regarding how to install a new SO on the Sheevaplug and how to debug it and work with the low level stuff, so you will end up wasting lot&#8217;s of time trying to figure out how to make it work properly&#8230;</div>
<div style="padding-left: 60px;">Most of the debug and installation tools work back in the day (2009 &#8212; when Sheevaplug was released) are useless today and you need to do everything manually or setup your own scripts if you&#8217;ve to deal with a lot of devices.</div>
<div>
<ul>
<li>No support of any kind, not even community</li>
</ul>
<div style="padding-left: 60px;">With the documentation take down, people stop buying and using Sheevaplugs so there aren&#8217;t so many support forums available and the information there the very vague and old. If you have a problem you&#8217;ll have to fix it by yourself.</div>
</div>
<div>
<ul>
<li>sheeva.with-linux.com: Your source for kernels&#8230;</li>
</ul>
<div style="padding-left: 60px;">This guys are the only ones running a mirror with compiled kernels and boot images for Sheevaplug and similar devices but&#8230; their server seems to using a very low bandwidth internet connection and you&#8217;ll have to wait hours to download a kernel and a boot image&#8230; Even surfing the file directory takes ages!</div>
</div>
<div></div>
</div>
<div><br ><br ></div>
</div>
<div></div>
<div><strong>The Unknown&#8230;</strong></div>
</div>
<div>
<ul>
<li>Debian ISC DHCP Server</li>
</ul>
<div style="padding-left: 60px;">The standard DHCP Server packed into Debian have some strange behaviors, it won&#8217;t serve any IPs to clients other than iOS or Android devices. We tested the same config on a computer running Debian it was working correctly.</div>
<div>
<ul>
<li><a href="http://code.google.com/p/reaver-wps/" target="_blank">Reaver-WPS</a></li>
</ul>
<div style="padding-left: 60px;">This device could be great to use in WPS pen testing with the recent and famous Reaver-WPS tool but by some reason we can&#8217;t figure out it doesn&#8217;t work too. You can <a title="Reaver-WPS on Sheevaplug Bug Report" href="http://code.google.com/p/reaver-wps/issues/detail?id=320" target="_blank">read my bug report here</a>, so far without any answers.</div>
</div>
<div>
<ul>
<li><a href="http://www.backtrack-linux.org/" target="_blank">BackTrack 5</a>, <a href="http://pwnieexpress.com/" target="_blank">pwnie express suite</a>, and pen testing&#8230;</li>
</ul>
<div style="padding-left: 60px;">Thinking about running BackTrack 5 or similar for pen testing? It won&#8217;t work. The ARM build of BT5 is not compatible with this old CPU.</div>
</div>
<div style="padding-left: 60px;">Pwini Express, works fine but you&#8217;ll quickly find out that you&#8217;re stuck with old versions of your favorite tools.</div>
<div style="padding-left: 60px;"></div>
<div><br ><br ></div>
</div>
</div>
<p><strong>Alternatives? </strong></p>
<p>There are some really great boards that can replace Sheevaplug, you can check a very good comparison between them <a href="http://raymii.org/cms/p_Small_Linux_PCs_overview" target="_blank">here from raymii.org website</a>.</p>
<p><a href="http://iklive.org/wp-content/uploads/2012/07/odroidVSraspi.png"><img class="aligncenter size-full wp-image-775" title="odroidVSraspi" src="http://iklive.org/wp-content/uploads/2012/07/odroidVSraspi.png" alt="" width="591" height="200" /></a></p>
<div>
<ul>
<li><a href="http://www.raspberrypi.org/" target="_blank">Raspberry Pi</a> (35$)</li>
</ul>
<div style="padding-left: 60px;">
<p>Broadcom BCM2835 system on a chip which includes an ARM1176JZF-S 700 MHz processor, VideoCore IV GPU, 256MB of RAM, HDMI with full-hd output, USB, standard 3.5mm headphone and microphone jack, 100 Mbps Ethernet port and an SD card slot for primary storage.</p>
</div>
<div style="padding-left: 60px;">This board is actually what I can see as a perfect replacement for Sheevaplug, it&#8217;s very cheap it alto features a GPU and it can do almost everything Sheevaplug can for just 35$! This a recent project and there&#8217;s a lot of community support and the hardware is fully open source so you don&#8217;t depend on any company like Marvell to keep the board useful and up to date.</div>
</div>
<ul>
<li><a href="http://www.hardkernel.com/renewal_2011/products/prdt_info.php" target="_blank">ODROID board</a> (129$)</li>
</ul>
<div style="padding-left: 60px;">Need more power? Think <a href="http://www.raspberrypi.org/" target="_blank">Raspberry Pi</a> is not enough? Well&#8230; this board comes with an impressive hardware spec-sheet similar to &#8220;Samsung Galaxy SIII&#8221;, an ARM 1.4 Ghz quad-core Samsung Exynos 4412 CPU, 1GB RAM, Mali-400 GPU, on-board Android 4.0.4 ICS (also supports Ubuntu 12.04), 6 USB 2.0 ports, micro USB port, micro HDMI port with full-hd 1080p video output, standard 3.5mm headphone and microphone jack, 50pin IO expansion port, 100 Mbps Ethernet port and an SD card slot for storage. The best part the board is available (from end of this month) for just $129. Don&#8217;t think twice! Go get it and run everything you want from the latest Android builds to the greatest Ubuntu 12.04!</div>
<p>&nbsp;</p>
<p><strong>Conclusion</strong></p>
<p>Sheevaplug was one of the biggest disappointments I&#8217;ve ever had in this kind of hardware&#8230; if you want a very small linux box save your money, don&#8217;t buy Sheevaplug because it&#8217;s USELESS.</p>
<p style="text-align: center;"><a href="http://iklive.org/wp-content/uploads/2012/07/201206301841017729.jpg"><img class="size-medium wp-image-776 aligncenter" title="201206301841017729" src="http://iklive.org/wp-content/uploads/2012/07/201206301841017729-300x208.jpg" alt="" width="300" height="208" /></a></p>
<p>If you want to do pen testing, run new linux systems or have general UNIX fun you should get an <a href="http://www.hardkernel.com/renewal_2011/products/prdt_info.php" target="_blank">ODROID board</a> (129$). If you just want something small and quick to run a network share and a VPN get a <a href="http://www.raspberrypi.org/" target="_blank">Raspberry Pi</a> (35$).</p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/sheevaplug-the-good-bad/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>STKeys &#8220;habla español también&#8221; and more!</title>
		<link>http://iklive.org/stkeys-habla-espanol-tambien-and-more/</link>
		<comments>http://iklive.org/stkeys-habla-espanol-tambien-and-more/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 14:23:38 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[iKlive Software]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=762</guid>
		<description><![CDATA[STKeys the popular Thomson key recovery App for Mac and iOS has been updated! The updates released few days ago targeted multiple issues found in both versions. Beyond bug fixes, this time STKeys got a new localization! With the collaboration of Antonio &#8220;Fantasma&#8221; Aguirre we&#8217;ve managed to translate STKeys to Spanish. STKeys for Mac: (4.1.3 – LatinoX) New [...]]]></description>
				<content:encoded><![CDATA[<p>STKeys the popular Thomson key recovery App for Mac and iOS has been updated! The updates released few days ago targeted multiple issues found in both versions.</p>
<p>Beyond bug fixes, this time STKeys got a new localization! With the collaboration of <a title="Contact Fantasma!" href="mailto:fantasma171@hotmail.com" target="_blank">Antonio &#8220;Fantasma&#8221; Aguirre</a> we&#8217;ve managed to translate STKeys to Spanish.</p>
<p><strong>STKeys for Mac: (4.1.3 – LatinoX)</strong></p>
<ul>
<li>New Spanish Localization!</li>
<li>Bugs fixed in the Portuguese Localization.</li>
<li>User interface bugs fixed in main version.</li>
<li>Improved compatibility of the Active Mode for: Thompson, ThomCom, ThomMob, ThomGst.</li>
</ul>
<p><strong>STKeys for iOS: (1.2.2 — LatinoRelease)</strong></p>
<ul>
<li>New Spanish Localization!</li>
<li>Bugs fixed in the Portuguese Localization.</li>
</ul>
<p>Update your STKeys now, to get the latest features.</p>
<p><strong>If you don’t already have STKeys, check it out here: <a id="link17" title="STKeys Official Page" href="http://iklive.org/software/stkeys/" target="_blank">STKeys 4</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/stkeys-habla-espanol-tambien-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft and Skype Carrying a Backdoor</title>
		<link>http://iklive.org/microsoft-and-skype-carrying-a-backdoor/</link>
		<comments>http://iklive.org/microsoft-and-skype-carrying-a-backdoor/#comments</comments>
		<pubDate>Tue, 19 Jun 2012 22:50:03 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=742</guid>
		<description><![CDATA[Skype and Microsoft have managed to leapfrog common sense and build a backdoor into your favourite VOIP application. It is called &#8220;Lawful Interception&#8221; and is part of a new patent which Microsoft filed back in 2009, but is now preparing to unleash itself into our world due to its recent approval. &#8220;Lawful Interception&#8221; means that [...]]]></description>
				<content:encoded><![CDATA[<p>Skype and Microsoft have managed to leapfrog common sense and build a backdoor into your favourite VOIP application. It is called &#8220;Lawful Interception&#8221; and is part of a new patent which Microsoft filed back in 2009, but is now preparing to unleash itself into our world due to its recent approval.</p>
<p>&#8220;Lawful Interception&#8221; means that government agencies can, without your permission, begin tracking your Skype conversations. Calls can be covertly recorded and used against you in any circumstance. It is legal, it is frightening and it is coming to a voice over IP application near you.</p>
<p>I understand where Microsoft is coming from. They are obliged, by law, to provide some sort of tracking tool for the authorities who require these specific services. The US law, set by CALEA (Communications Assistance for Law Enforcement Act), states that all telecommunications operators must enable their hardware and software for surveillance tracking. What is hard to understand is why Microsoft is so willing to open up its software for backdoor exploits. This creates a situation which welcomes exploits and willingly turns your computer into a revolving door for hackers.</p>
<p>Microsoft claims that &#8220;Legal Intercept&#8221; gently smoothes over the holes which exist in our current telecommunications setup. POTS or Plain Old Telephone Services uses a different monitoring system and one which is far too archaic for VOIP. Microsoft managed to successfully implement &#8220;Legal Intercept&#8221; and it just hold the rights to the world’s most powerful monitoring system. This is obliviously one of Microsoft’s main goals for its invasive system.<br />
If you are feeling powerless, join the club. You could uninstall Skype, because it remains one of the best, if not the best, VOIP application. After years of use, are we now expected to sit back and relax as our privacy is invaded? India is not as impartial as I am and have warned Skype that if it does not fix its laws relating to Legal Interception then Skype will risk being blocked in India; as this is a market of 1.2-billion potential users, Microsoft will have to work hard to please the Indian telecommunication committees and remain in its good graces.</p>
<p>&#8220;Legal Interception&#8221; is not only pervasive in Skype, but will soon be in your email accounts too. The Egyptian government, famous for breaking the privacy laws of its citizens, recently ended a five-month trial of the &#8220;Legal Interception&#8221; application in conjunction with Gmail, Hotmail, Yahoo and various other webmail providers. The software then has the further option of planting its own version of a Trojan horse executable which can be passed on to any computer via social sharing, or portable drives. In yet another irritating blow, &#8220;Legal Interception&#8221; also allows targeted ads based on our user preferences to invade our screens.<br />
Skype has more than 200-million users and, since its inception, it has been exceptionally secretive regarding its security protocols and have refused to reveal any details to the public. It has effectively asked its users to trust it, no matter what it throws at them. Microsoft cannot deny the FBI or the CIA the ability to tap calls. It is therefore placed in the precarious position of infuriating either the user or the government which wishes to track the user.</p>
<p>In a Nutshell: You can uninstall Skype if anonymous tracking enrages you. Otherwise, enjoy a more monitored VOIP existence. Regardless of the steps we take to cover our activities, nothing can keep us out of the spotlight of the tracking tools.</p>
<p style="text-align: right;"><em>Source: <a href="http://memeburn.com" target="_blank">memeburn</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/microsoft-and-skype-carrying-a-backdoor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Status of a Counter-Strike 1.6 Server</title>
		<link>http://iklive.org/php-status-of-a-counter-strike-1-6-server/</link>
		<comments>http://iklive.org/php-status-of-a-counter-strike-1-6-server/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 18:51:25 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[counter-strike 1.6 server status]]></category>
		<category><![CDATA[CS 1.6 server status]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=736</guid>
		<description><![CDATA[As part of a bigger system for a client we had to develop a way to ping a Counter-Strike 1.6 Server using PHP and tell if it was online or offline. To archive this, first you need to know that CS 1.6 uses the protocol UDP. Then you need to write some custom headers to [...]]]></description>
				<content:encoded><![CDATA[<p>As part of a bigger system for a client we had to develop a way to ping a Counter-Strike 1.6 Server using PHP and tell if it was online or offline.</p>
<p>To archive this, first you need to know that CS 1.6 uses the protocol UDP. Then you need to write some custom headers to the server so it answers you. Check the <a title="CS 1.6 Protocol" href="http://developer.valvesoftware.com/wiki/Server_queries#A2A_PING" target="_blank">documentation</a> provided by Valve itself if you&#8217;re interested in what you can do.</p>
<p>Anyway, I come up with this function to get the server status:</p>
<p style="padding-left: 30px;"><strong><em>function statCS16Sv($server_add, $server_port) {</em></strong><br />
<em> $socket = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP);</em><br />
<em> socket_connect($socket, $server_add, $server_port);</em><br />
<em> socket_write($socket, &#8220;\xFF\xFF\xFF\xFF\x69&#8243;);</em></p>
<p style="padding-left: 30px;"><em>if (@socket_read($socket, 5) == &#8220;\xFF\xFF\xFF\xFF\x6A&#8221;) {</em><br />
<em> $status = true;</em><br />
<em> } else {</em><br />
<em> $status = false;</em><br />
<em> }</em><br />
<em> socket_close($socket);</em><br />
<em> return $status;</em><br />
<strong><em> }</em></strong></p>
<p>If the server is up and running and everything is ok it will return true. Otherwise false.</p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/php-status-of-a-counter-strike-1-6-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>STKeys Update: 4.1.2!</title>
		<link>http://iklive.org/stkeys-update-4-1-2/</link>
		<comments>http://iklive.org/stkeys-update-4-1-2/#comments</comments>
		<pubDate>Sun, 10 Jun 2012 18:35:44 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[iKlive Software]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=734</guid>
		<description><![CDATA[STKeys the popular Thomson key recovery App for Mac has been updated! This update issue the following new features/bug fixes: (4.1.2 – WorldWideCompatibility) Improved compatibility of the Active Mode for ISP branded Thomson equipments. Update your STKeys now, to get the latest features. If you don’t already have STKeys, check it out here: STKeys 4]]></description>
				<content:encoded><![CDATA[<p>STKeys the popular Thomson key recovery App for Mac has been updated!</p>
<p>This update issue the following new features/bug fixes: (4.1.2 – WorldWideCompatibility)</p>
<ul>
<li>Improved compatibility of the Active Mode for ISP branded Thomson equipments.</li>
</ul>
<p>Update your STKeys now, to get the latest features.</p>
<p><strong>If you don’t already have STKeys, check it out here: <a id="link17" title="STKeys Official Page" href="http://iklive.org/software/stkeys/" target="_blank">STKeys 4</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/stkeys-update-4-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C: Compiling iOS 5 Software Without Developer Program</title>
		<link>http://iklive.org/objective-c-compiling-ios-5-software-without-developer-program/</link>
		<comments>http://iklive.org/objective-c-compiling-ios-5-software-without-developer-program/#comments</comments>
		<pubDate>Mon, 28 May 2012 12:35:03 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code Signing]]></category>
		<category><![CDATA[code Signing bypass iOS 5]]></category>
		<category><![CDATA[compiling for jailbreak ios5]]></category>
		<category><![CDATA[ios 5]]></category>
		<category><![CDATA[ios 5 and ldid]]></category>
		<category><![CDATA[ldid]]></category>
		<category><![CDATA[xcode compile for cydia]]></category>
		<category><![CDATA[xcode ldid]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=705</guid>
		<description><![CDATA[After a few issues with STKeys, I decided to write a guide explaining how to compile software for iOS 5.0+ in Xcode without the developer program. This guide was meant for Xcode 4.3.2 and iOS 5.1. ATTENTION: This tutorial was made specifically for Xcode 4+, OSX Lion+ and iOS 5.1+, if you&#8217;re running Xcode 3.x and Snow Leopard this [...]]]></description>
				<content:encoded><![CDATA[<p>After a few issues with STKeys, I decided to write a guide explaining how to compile software for iOS 5.0+ in Xcode without the developer program. This guide was meant for Xcode 4.3.2 and iOS 5.1.</p>
<p style="padding-left: 30px;"><span style="color: #ff0000;"><strong>ATTENTION:</strong> This tutorial was <strong>made specifically for Xcode 4+, OSX Lion+ and iOS 5.1+</strong>, if you&#8217;re running <strong>Xcode 3.x and Snow Leopard this may not work!</strong></span> Please don&#8217;t waste others people time by posting comments saying that this is not working when you&#8217;re using old software. <strong>Make sure you identify your Xcode <strong>version</strong> in the comments</strong>. <strong>For older versions of Xcode you might find a fix on the <a title="Xcode 3 fix!" href="http://iklive.org/objective-c-compiling-ios-5-software-without-developer-program/#comment-306">comment #36 by idude</a>. Thank you!</strong></p>
<p><strong>Step 1: Create self-signed certificate with name &#8216;iPhone Developer&#8217;</strong></p>
<p>Open Keychain</p>
<p style="text-align: center;"><a href="http://iklive.org/wp-content/uploads/2012/05/open-keychain.png"><img class="size-full wp-image-706 aligncenter" title="Open Keychain" src="http://iklive.org/wp-content/uploads/2012/05/open-keychain.png" alt="" width="448" height="136" /></a></p>
<p>Go to Keychain Access &gt; Certificate Assistant &gt; Create a Certificate&#8230;</p>
<p style="text-align: center;"><a href="http://iklive.org/wp-content/uploads/2012/05/new-cert.png"><img class="aligncenter  wp-image-708" title="New Certificate" src="http://iklive.org/wp-content/uploads/2012/05/new-cert.png" alt="" width="472" height="180" /></a></p>
<p>Name the certificate as &#8220;iPhone Developer&#8221; and choose &#8220;Code Signing&#8221; on the &#8220;Certificate Type&#8221; box.</p>
<p style="text-align: center;"><a href="http://iklive.org/wp-content/uploads/2012/05/iphone-dev.png"><img class="aligncenter  wp-image-709" title="iPhone Dev Cert" src="http://iklive.org/wp-content/uploads/2012/05/iphone-dev.png" alt="" width="456" height="326" /></a></p>
<p>Click &#8220;Continue&#8221;, since you&#8217;re developing for Jailbroken devices a self-signed certificate is enough and also free.</p>
<p style="text-align: center;"><a href="http://iklive.org/wp-content/uploads/2012/05/self-signed.png"><img class="size-full wp-image-710 aligncenter" title="Self-Signed Confirmation" src="http://iklive.org/wp-content/uploads/2012/05/self-signed.png" alt="" width="439" height="212" /></a></p>
<p>&nbsp;</p>
<p><strong>Step 2: Configure the &#8220;Code Signing Identities&#8221; under Xcode.</strong></p>
<p>Under your project and target build settings, set the Code Signing Identity to use your &#8220;iPhone Developer&#8221; self-signed certificate in both debug and release.</p>
<p style="text-align: center;"><a href="http://iklive.org/wp-content/uploads/2012/05/identities-1.png"><img class="aligncenter  wp-image-728" title="identities-1" src="http://iklive.org/wp-content/uploads/2012/05/identities-1.png" alt="" width="570" height="231" /></a></p>
<p style="text-align: left;"><strong><br >Step 3: Fix the iPhoneOS.platform Info.plist.</strong></p>
<p style="text-align: left;">Open the file <em>/Applications/Xcode.app/Contents/Developer/Platforms/</em></p>
<p style="text-align: left;"><em>iPhoneOS.platform/Info.plist</em> with your favorite text editor and replace all occurrences of &#8220;<em>XCiPhoneOSCodeSignContext&#8221;</em> by &#8220;<em>XCCodeSignContext&#8221;.</em></p>
<p style="text-align: left;">Save the file and restart Xcode.</p>
<p style="text-align: left;"><strong><strong><br ></strong>Step 4: Replace Apple CodeSign with ldid!</strong></p>
<p style="text-align: left;">Download ldid here: https://github.com/downloads/rpetrich/ldid/ldid.zip</p>
<p style="text-align: left;">Place the executable in /usr/bin/. You might want use the Finder menu Go &gt; Go to Folder&#8230; and write the path to open the folder. Or using the Terminal:</p>
<p style="text-align: left; padding-left: 30px;">your-mac:~ you$ <em>cp ~/Downloads/ldid <em>/usr/bin/</em></em></p>
<p style="text-align: left;">Give it permission to execute by issuing the following command on the Terminal:</p>
<p style="text-align: left; padding-left: 30px;">your-mac:~ you$  <em>chmod +x /usr/bin/ldid</em></p>
<p style="text-align: left;">Now, <a title="ldid3.py" href="http://pastebin.com/VGZzuNJF" target="_blank">download this python script</a> and save it as ldid3.py also under the folder <em><em>/usr/bin/.</em></em></p>
<p>Give it permission to execute by issuing the following command on the Terminal:</p>
<p style="padding-left: 30px;">your-mac:~ you$  <em>chmod +x /usr/bin/ldid3.py</em></p>
<p>Open the file <em>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/</em></p>
<p><em>Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/Resources/iPhoneCodeSign.xcspec</em></p>
<p>Replace the line saying <em>CommandLine = &#8220;/usr/bin/codesign&#8221;</em> with <em>CommandLine = &#8220;/usr/bin/ldid3.py&#8221;</em></p>
<p>Now your Xcode is signing binaries with ldid! How cool is that? <img src='http://iklive.org/wp-content/plugins/tango-smileys-extended/tango/smile.png' alt='Smile' title='Smile' class='tse-smiley' height='16' width='16' /></p>
<p><strong><br ></strong><strong>Step 5: Build and Run</strong></p>
<p>Try to Run your project and it should work fine in the Simulator. To use the program in your iOS Device, just use menu Product &gt; Build.</p>
<p><a href="http://iklive.org/wp-content/uploads/2012/05/build.png"><img class="aligncenter size-full wp-image-716" title="Build for Device" src="http://iklive.org/wp-content/uploads/2012/05/build.png" alt="" width="598" height="219" /></a></p>
<p>Then open the Product in Finder and copy the Application over SSH using Cyberduck to your device&#8217;s /Applications/ folder.</p>
<p style="text-align: center;"><a href="http://iklive.org/wp-content/uploads/2012/05/show-in-finder.png"><img class="size-full wp-image-717 aligncenter" title="Show in Finder" src="http://iklive.org/wp-content/uploads/2012/05/show-in-finder.png" alt="" width="397" height="103" /></a></p>
<p><strong>If you&#8217;ve problems following this guide please comment so I can make it better!</strong></p>
<p><strong>Note: </strong>If you need debug simply add &#8220;-gta&#8221; flag under &#8220;Other Code Sign Flags&#8221;. Thanks to <strong>egregious</strong> who made it possible. This script bellow has been updated too.</p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/objective-c-compiling-ios-5-software-without-developer-program/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>STKeys for iOS: Fixing iOS 5.1.1 Bug</title>
		<link>http://iklive.org/stkeys-for-ios-fixing-ios-5-1-1-bug/</link>
		<comments>http://iklive.org/stkeys-for-ios-fixing-ios-5-1-1-bug/#comments</comments>
		<pubDate>Sat, 26 May 2012 16:39:00 +0000</pubDate>
		<dc:creator>TCB13</dc:creator>
				<category><![CDATA[iKlive Software]]></category>

		<guid isPermaLink="false">http://iklive.org/?p=697</guid>
		<description><![CDATA[Now with Jailbreak for iOS 5.1.1 available we&#8217;re working to fix the startup crash of STKeys for iOS. An update will be published soon, stay tuned! Update: This is a code signing issue not a bug at all. Update 2: Problem solved, open Cydia and update to the latest version.]]></description>
				<content:encoded><![CDATA[<p>Now with Jailbreak for iOS 5.1.1 available we&#8217;re working to fix the startup crash of STKeys for iOS.</p>
<p>An update will be published soon, stay tuned!</p>
<p><em><strong>Update:</strong> This is a code signing issue not a bug at all.</em></p>
<p><em><strong>Update 2:</strong> Problem solved, open Cydia and update to the latest version.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://iklive.org/stkeys-for-ios-fixing-ios-5-1-1-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
