Skip to main content

Parallels’ KeyGenie lets you play for a free product key — but you can’t ever win

When is a game not a game? When you never win.

For years, virtualization software maker Parallels offered the chance to win a free product key if you “stump the KeyGenie,” a virtual robot which users can play against. Normally, users must buy a product key to run the software beyond its two-week free trial. But if you can make it through five questions without the robot guessing what you’re thinking, the robot says a key “may be yours.”

But it turns out it’s an impossibility.

Security researcher John Wethington alerted TechCrunch to the KeyGenie game more than a year after he told Parallels that the game was impossible to win. He examined the source code of the webpage to see how it worked. He quickly found that no matter what a user does, the code never allows a user to win a free product key.

“It’s to get people to sign up for a trial by pretending to give them a chance at a free license,” he said. “But the source code proves it never will.”

We asked three security researchers to independently verify our findings. Spoiler alert: they did.

Yonathan Klijnsma, a threat researcher at cyberthreat intelligence firm RiskIQ, looked at the code and found that the robot’s responses were hardcoded.

“There’s never any product key,” he told TechCrunch. “You have that winning screen but there’s never a product key on the page,” he said. “You can trigger the case for getting a key but there is no way to get to it.”

Though it’s possible to trick the game into thinking you’ve won, nothing happens — and no key is ever awarded.

parallels

A screencap of the KeyGenie game; no product key is ever produced (Image: TechCrunch)

“It’s a bunch of hardcoded if-else statements that just take you to the same widget in the end,” said Edwin Foudil, a security researcher who also performed a cursory review of the site. And Baptiste Robert, who’s known for finding security vulnerabilities in apps and websites, said his own checks show nothing is ever pulled from the server after the user wins, suggesting the winner is never served a product key.

“It seems to be a fake game,” said Robert.

We contacted Parallels prior to publication but spokesperson John Uppendahl did not comment. If that changes, we’ll update.

The KeyGenie site was born more than five years ago after Parallels found its popular desktop emulation software was regularly falling victim to software piracy. Hackers would crack the software’s product key algorithm, then build and share their product key generators — known as keygens — on file-sharing sites. Quickly, these keygens floated to the top of search engines, making user piracy even easier.

Parallels built the aptly named “KeyGenie” game so it would rise to the top of search results and replace the illegal keygen search results.

One of Parallels’ marketing agencies at the time published a blog post claiming that KeyGenie “will actually hand out keys,” and that the game was “programmed randomly.” The post, published seven months later, “generated dozens of trials” and “four-figures in revenue.”

The Federal Trade Commission, which regulates potentially deceptive advertising and marketing, did not comment outside business hours.



from TechCrunch https://ift.tt/33X7tWO

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...