<?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>Silent ServicesSilent Services | The quieter you become, the more you are able to hear. – Lao Tzu</title>
	<atom:link href="http://www.silentservices.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.silentservices.de</link>
	<description>The quieter you become, the more you are able to hear. – Lao Tzu</description>
	<lastBuildDate>Mon, 14 May 2012 21:49:23 +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>[APP] Raider &#8211; A special use case backup tool ;-)</title>
		<link>http://www.silentservices.de/app-raider-a-special-use-case-backup-tool/</link>
		<comments>http://www.silentservices.de/app-raider-a-special-use-case-backup-tool/#comments</comments>
		<pubDate>Mon, 14 May 2012 21:39:28 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/?p=156</guid>
		<description><![CDATA[Just finished the work on the initial release of Raider. Like I wrote in the last post this tool is inspired by p2p-adb from Kyle Osborn, so all creds go to him. This app requires root and adb installed on the device. You can find adb for arm7 here. I successfully tested Raider on my [...]]]></description>
			<content:encoded><![CDATA[<p>Just finished the work on the initial release of Raider. Like I wrote in the last post this tool is inspired by p2p-adb from Kyle Osborn, so all creds go to him. This app requires root and adb installed on the device. You can find adb for arm7 <a href="http://fieldeffect.info/w/Beagleboard_Notes" title="here">here</a>. I successfully tested Raider on my Xoom running Honeycomb 3.2 and on my Galaxy Tab running ICS. As target I used several rooted phones which all could be &#8220;backed up&#8221;.</p>
<p>This is the initial work I&#8217;ve done on this topic. The app is not threaded currently so if something goes wrong&#8230;</p>
<p>All backup files go to the devices sdcard (internal or external) and the filenames begin with raider-xxx.tar</p>
<p>Enjoy it and leave a comment if you like it (else just go ahead).</p>
<p>Grab it while it is on the <a href="https://play.google.com/store/apps/details?id=com.silentservices.raider" title="Play Store">play store</a></p>
<p><a href="http://www.silentservices.de/wp-content/uploads/2012/05/Mainscreen.png"><img src="http://www.silentservices.de/wp-content/uploads/2012/05/Mainscreen-200x300.png" alt="" title="Mainscreen" width="200" height="300" class="alignnone size-medium wp-image-157" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/app-raider-a-special-use-case-backup-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Android] Work in progress: Raider &#8211; A phone to phone adb app based on @theKos&#8217;s idea</title>
		<link>http://www.silentservices.de/android-work-in-progress-raider-a-phone-to-phone-adb-app-based-on-thekoss-idea/</link>
		<comments>http://www.silentservices.de/android-work-in-progress-raider-a-phone-to-phone-adb-app-based-on-thekoss-idea/#comments</comments>
		<pubDate>Thu, 10 May 2012 07:33:29 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/?p=151</guid>
		<description><![CDATA[Yesterday Kyle Osborn twitted a method to use adb on an android device with usb host to connect to another android device which has debugging enabled. The scripts he kindly made available (source available at github) look promising and I decide to write an app for exactly the purpose he posted about. I already started [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday Kyle Osborn twitted a method to use adb on an android device with usb host to connect to another android device which has debugging enabled. The scripts he kindly made available (<a href="https://github.com/kosborn/p2p-adb/#p2p-adb">source available at github</a>) look promising and I decide to write an app for exactly the purpose he posted about. I already started development but am currently unable to test as I&#8217;m on a business trip and don&#8217;t have enough gadgets with me to test (lack of usb-otg cable and second android device). Looks like in the future I&#8217;ll have to carry more luggage just in case stuff like this comes out again when I&#8217;m on the road.<br />
However, expect a first beta to be out in a week when I&#8217;m back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/android-work-in-progress-raider-a-phone-to-phone-adb-app-based-on-thekoss-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Android] btCrawler &#8211; Bluetooth Diagnostic Tool for Android released today</title>
		<link>http://www.silentservices.de/android-btcrawler-bluetooth-diagnostic-tool-for-android-released-today/</link>
		<comments>http://www.silentservices.de/android-btcrawler-bluetooth-diagnostic-tool-for-android-released-today/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 21:01:07 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=46</guid>
		<description><![CDATA[It&#8217;s done, finaly. I ported my Bluetooth Scanning Tool btCrawlerto Android. Sure, some features from the WinMo version are missing, but as time comes I will add more features to it. So what is btCrawler and what can I do with it? On startup a list of currently paired devices is shown. By touching a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s done, finaly. I ported my Bluetooth Scanning Tool btCrawlerto Android. Sure, some features from the WinMo version are missing, but as time comes I will add more features to it.</p>
<p>So what is btCrawler and what can I do with it?</p>
<p>On startup a list of currently paired devices is shown. By touching a device entry a popup menu appears which lets you query sdp services or pair/unpair a device. There are three buttons at the top. The left lets you scan for devices arround you which are in discoverable mode. After devices have been found, you can again touch an entry and get the popup menu again. The middle button lets you change your device&#8217;s discoverable mode and make it visible to others for 300 second or make it invisible again. The right button shows you the list of currently paired devices again.</p>
<p>When you press the sdp query option in the popup menu a query for services will be performed for the chosen device and displayed in a popup.</p>
<p>I hope you enjoy this tool.</p>
<p>Cheers</p>
<p>Screenshots:</p>

<a href='http://www.silentservices.de/android-btcrawler-bluetooth-diagnostic-tool-for-android-released-today/screenshot1/' title='screenshot1'><img width="150" height="150" src="http://www.silentservices.de/wp-content/uploads/2012/03/screenshot1-150x150.png" class="attachment-thumbnail" alt="screenshot1" title="screenshot1" /></a>
<a href='http://www.silentservices.de/android-btcrawler-bluetooth-diagnostic-tool-for-android-released-today/screenshot2/' title='screenshot2'><img width="150" height="150" src="http://www.silentservices.de/wp-content/uploads/2012/03/screenshot2-150x150.png" class="attachment-thumbnail" alt="screenshot2" title="screenshot2" /></a>
<a href='http://www.silentservices.de/android-btcrawler-bluetooth-diagnostic-tool-for-android-released-today/screenshot3/' title='screenshot3'><img width="150" height="150" src="http://www.silentservices.de/wp-content/uploads/2012/03/screenshot3-150x150.png" class="attachment-thumbnail" alt="screenshot3" title="screenshot3" /></a>
<a href='http://www.silentservices.de/android-btcrawler-bluetooth-diagnostic-tool-for-android-released-today/screenshot4/' title='screenshot4'><img width="150" height="150" src="http://www.silentservices.de/wp-content/uploads/2012/03/screenshot4-150x150.png" class="attachment-thumbnail" alt="screenshot4" title="screenshot4" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/android-btcrawler-bluetooth-diagnostic-tool-for-android-released-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Android] btPair &#8211; Bluetooth Pairing Helper released</title>
		<link>http://www.silentservices.de/btpair-bluetooth-pairing-helper-released/</link>
		<comments>http://www.silentservices.de/btpair-bluetooth-pairing-helper-released/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 19:32:52 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=41</guid>
		<description><![CDATA[Today I released btPair for Android, a helper utility for pairing and unpairing surrounding visible bluetooth devices. Why?  U ask? Ever sat in a rental car wanting to quickly pair your phone with the handsfree unit? Ever bought some new BT equipment and wanted to pair ASAP? In Android, managing bluetooth sucks. So I wrote [...]]]></description>
			<content:encoded><![CDATA[<p>Today I released btPair for Android, a helper utility for pairing and unpairing surrounding visible bluetooth devices.</p>
<p>Why?  U ask?</p>
<p>Ever sat in a rental car wanting to quickly pair your phone with the handsfree unit?<br />
Ever bought some new BT equipment and wanted to pair ASAP?</p>
<p>In Android, managing bluetooth sucks. So I wrote this tool to quickly pair an unpair visible surrounding devices. If you start the tool and press scan you will be prompted with a list off visible devices and their current pairing state. Just click on a device to quickly pair or unpair with a device. A red or green icon shows the current pairing (I know, in reality it&#8217;s called bonding) state.</p>
<p>Enjoy</p>
<p><a href="http://silentservices.de/btPair-ListDevices.png">See a screenshot here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/btpair-bluetooth-pairing-helper-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Android] HushSMS Full Version availabe</title>
		<link>http://www.silentservices.de/android-hushsms-full-version-availabe/</link>
		<comments>http://www.silentservices.de/android-hushsms-full-version-availabe/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 17:26:12 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=36</guid>
		<description><![CDATA[I just published the first full version release of HushSMS for Android in the Android Marketplace. You can find it here. For a full description of the program and all message types please visit: http://www.silentservices.de/HushSMS-Android.html This is my first Android Software, so there might still be some bugs. If you find any please report them [...]]]></description>
			<content:encoded><![CDATA[<p>I just published the first full version release of HushSMS for Android in the Android Marketplace. <a title="You can find it here." href="https://market.android.com/details?id=com.silentservices.hushsms">You can find it here.</a></p>
<p>For a full description of the program and all message types please visit: http://www.silentservices.de/HushSMS-Android.html</p>
<p>This is my first Android Software, so there might still be some bugs. If you find any please report them to me so I can make the software even better.</p>
<p>I suggest that you first install the free Lite version to check if your device is capable of sending the different message types. After that you can decide to buy the full version or just uninstall the Lite version again. Whatever you think, please rate the app in the market enad tell me your thoughts so I can improve it.</p>
<p>Cheers</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/android-hushsms-full-version-availabe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Android] HushSMS for Android is on it&#8217;s way</title>
		<link>http://www.silentservices.de/android-hushsms-for-android-is-on-its-way/</link>
		<comments>http://www.silentservices.de/android-hushsms-for-android-is-on-its-way/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:10:51 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=25</guid>
		<description><![CDATA[Yesterday I published the demo version of the first release of HushSMS for Android to the market. Unfortunately and even with enough testing there was a bug that prevented the sent and delivered notifications from working properly for some messages. In this demo there is a character limit of 30 per each message. This demo [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I published the demo version of the first release of HushSMS for Android to the market. Unfortunately and even with enough testing there was a bug that prevented the sent and delivered notifications from working properly for some messages.<br />
In this demo there is a character limit of 30 per each message. This demo is to check if it works on your device. A full version will follow soon.</p>
<p>Demo version message types for fully supported devices (mainly all HTC with Sense UI):</p>
<p>- Normal SMS<br />
- Flash SMS (Class0)<br />
- WAP Push SI<br />
- WAP Push SL<br />
- MMSN (MMS Notification)<br />
- MWIVA (Message Waiting Indicator Voice Activation = 1 new voice msg waiting)<br />
- MWIVD (Message Waiting Indicator Voice DeActivation)</p>
<p>Demo version message types for partially supported devices:</p>
<p>- Normal SMS<br />
- WAP Push SI<br />
- WAP Push SL<br />
- MMSN (MMS Notification)</p>
<p>The full version will add the following message types:</p>
<p>- PING (Type0)<br />
- PING2</p>
<p>Check this blog for updates or <a title="follow me on twitter." href="https://twitter.com/#!/c0rnholio">follow me on twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/android-hushsms-for-android-is-on-its-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[iPhone] Authentication bug still present in iOS 4 (at least on my 3G)</title>
		<link>http://www.silentservices.de/iphone-authentication-bug-still-present-in-ios-4-at-least-on-my-3g/</link>
		<comments>http://www.silentservices.de/iphone-authentication-bug-still-present-in-ios-4-at-least-on-my-3g/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:05:14 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=19</guid>
		<description><![CDATA[Maybe you all have read about the authentication bug found by Bernd Marienfeldt in May 2010. I tested this against my 3G after doing the upgrade to IOS4. It worked directly using libimobiledevice under my Backtrack installation (I don’t have plain Ubuntu here). Now I thought that the device is still vulnerable because I only [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe you all have read about the authentication bug found by Bernd  Marienfeldt in May 2010. I tested this against my 3G after doing the  upgrade to IOS4. It worked directly using libimobiledevice under my  Backtrack installation (I don’t have plain Ubuntu here). Now I thought  that the device is still vulnerable because I only did an upgrade and  not a full recovery. So I did the full recovery and tested my iPwn  against this vuln. Guess what, it’s still vulnerable!</p>
<p>I get asked by my customers every now and then why I do not recommend  the iPhone in an enterprise environment. My default answer is:”Because  it is vulnerable as hell and iPhone is the source of all evil!” They  usually ask for demo or exploit and all I can tell them is that all  exploits will be kept privately because they might have the potential to  be used for an unlock or jailbreak. Now this is something worth for a  short demo at the customer site… harhar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/iphone-authentication-bug-still-present-in-ios-4-at-least-on-my-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3G and iOS4 annoyances&#8230;</title>
		<link>http://www.silentservices.de/16/</link>
		<comments>http://www.silentservices.de/16/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:04:22 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Smartphones]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=16</guid>
		<description><![CDATA[Short intro just to tell you WHY I got an iPhone: Well, about 2 month ago I’ve got an iPwn for security testings and such stuff. I held a presentation about iPwn (+droid) sec on our companies event “Integralis Security World 2010″ (slides are available for download, but they are in German). I played around [...]]]></description>
			<content:encoded><![CDATA[<p>Short intro just to tell you WHY I got an iPhone: Well, about 2 month  ago I’ve got an iPwn for security testings and such stuff. I held a  presentation about iPwn (+droid) sec on our companies event “Integralis  Security World 2010″ (slides are available for download, but they are in  German).</p>
<p>I played around withit and believe me when I say I’m not an iPhone or  iDevice (or Apple) Fanboy. The last 6 years I used WinMo devices  mainly, but that’s another sad story…</p>
<p>That being said, I must admit that the iPhone is a nice device to  play with. I never thougth I would use one because of this stupid apple  policy of not beeing able to “legally” run whatever you want on it and  because of not beeing able to “legally” use it the way I would. As I in  fact don’t care about Apples stupidity, I’m happy to be able to  jailbreak and unlock the phone (thx to the dev-team and George for their  hard work!). Well done as said. I recently upgraded to IOS4 on my 3G,  removed the jail and unleashed the baseband touse it with another  provider (next time I will definately by an unlocked one). I then  installed all my favority tools like Wifi Analyzer, Metasploit, nmap,  etc…</p>
<p>After the IOS4 upgrade my 3G just started to become slow and  sluggish. I had lags, low memory conditions missing config options (for  APN settings, VPN option button, etc) and the worst: the battery drained  about 2 times a day to zero. I googled a lot andfound that most of the  users who upgraded experience the same results. I installed battery  monitor software, process watchers, observed cpu usage with top but t no  avail.</p>
<p>To make it short: the solution to all annoyances was to to a fresh  recovery install of IOS4 and to not install my previous 3.1.3 backup. It  was a long way to reconfigure all my options and to reinstall all of my  tools but it was worth every second of it. The battery now lasts as  long as before the upgrade and the device is fast and respnosive again. I  have enough free mem and all of my config options like APN settings,  tethering and VPN toggle are usable again. So to all folks out there  having problems with their device after upgradeing to IOS4: Do a fresh  full recovery and don’t install your old backups!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it&#8217;s done&#8230;the BLOG-MATRIX has me&#8230;</title>
		<link>http://www.silentservices.de/its-done-the-blog-matrix-has-me-2/</link>
		<comments>http://www.silentservices.de/its-done-the-blog-matrix-has-me-2/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:02:20 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=11</guid>
		<description><![CDATA[I never thought i would, but things change and so here it is: my own blog. What will the contents be? Well mostly I “plan” to write about IT security with the main focus on mobile devices. Feel welcome and I hope you find some of the stuff that will be posted here useful. Cheers, [...]]]></description>
			<content:encoded><![CDATA[<p>I never thought i would, but things change and so here it is: my own blog.</p>
<p>What will the contents be? Well mostly I “plan” to write about IT security with the main focus on mobile devices.</p>
<p>Feel welcome and I hope you find some of the stuff that will be posted here useful.</p>
<p>Cheers,</p>
<p>c0rnholio</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/its-done-the-blog-matrix-has-me-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Security Advisory] XSS and Content Injection in HTC Windows Mobile SMS</title>
		<link>http://www.silentservices.de/security-advisory-xss-and-content-injection-in-htc-windows-mobile-sms/</link>
		<comments>http://www.silentservices.de/security-advisory-xss-and-content-injection-in-htc-windows-mobile-sms/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 09:19:44 +0000</pubDate>
		<dc:creator>c0rnholio</dc:creator>
				<category><![CDATA[Security Advisories]]></category>

		<guid isPermaLink="false">http://www.silentservices.de/blog/?p=120</guid>
		<description><![CDATA[XSS and Content Injection in HTC Windows Mobile SMS Preview PopUp Date: 22.04.2010 - Description Windows Mobile shows message previews if configured to do so. Due to missing input validation the contents of a sms is not properly sanitized and interpreted as it is. This can lead to content injection and xss. - Example Send [...]]]></description>
			<content:encoded><![CDATA[<p>XSS and Content Injection in HTC Windows Mobile SMS Preview PopUp</p>
<p>Date: 22.04.2010</p>
<p>- Description<br />
Windows Mobile shows message previews if configured to do so. Due to missing input validation the contents of a sms is not properly sanitized and interpreted as it is. This can lead to content injection and xss.</p>
<p><span id="more-120"></span></p>
<p>- Example<br />
Send a sms with the following sample contents to a Windows Mobile based device which has message preview enabled:</p>
<p>1. &lt;html&gt;&lt;head&gt;&lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0; URL=http://www.google.de/&#8221;&gt;&lt;/head&gt;&lt;/html&gt;<br />
2. &lt;script&gt;alert(&#8216;Thats evil&#8217;)&lt;/script&gt;<br />
3. You know waht you can do with that, find your own&#8230;</p>
<p>- Tested on<br />
HTC Touch Pro 2, Windows Mobile 6.5<br />
Other devices from HTC are vulnerable too</p>
<p>- Solution<br />
Disable the &#8220;Show Message&#8221; Option in the notification settings, or if the device is from HTC install the supplied patch for your device (which does the same).</p>
<p>- Credits</p>
<p>The vulnerability was discovered by Michael Mueller from Integralis<br />
michael#dot#mueller#at#integralis#dot#com</p>
<p>Inspired by the Palm WebOS SMS Hack by intrepidusgroup</p>
<p>- Timeline<br />
22.04.2010 &#8211; Vulnerabilities discovered<br />
22.04.2010 &#8211; Public release</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentservices.de/security-advisory-xss-and-content-injection-in-htc-windows-mobile-sms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

