[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Full-disclosure] Can Someone Tell Me What This Is?



Hi.  Got this in an email, have no idea if it is just some stupid command
line joke or if it does something I don't know about.  Attached, .rar format
Win32 .exe inside.  I have attached the source code.  Subject line,
"Masturbation Tycoon". I am not a programmer at all, but there seems to be
nothing suspicious in the source code either.  Maybe I missed something in
my newbness? Ran it in a sandbox, didn't seem to do anything odd.  AVG,
AntiVir and Bitdefender all say nothing about it.  I am paranoid however.
Thanks for any input.  


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/GIT/GO d- s: a C++++$ UL++++ P++++ L++++ E++++ W++++ N+++++ o++++ K++ w
O- M- V-- PS+ PE Y++ PGP++ t+ 5-- X+++++ R* tv++ b+++++ DI++ D++++
G++ e h---- r+++ y++++
------END GEEK CODE BLOCK------
Get Your Geek Code:  http://www.geekcode.com
//Written by the all-knowing sooki.
//Distributed under the GPLv2 license.

#include <iostream>

using namespace std;

void menu();

bool wee = true;
int weewee = 1;

int main()
{
        cout << "Welcome to Masturbation Tycoon!\n\n";
        cout << "Your name's Bob. You are starting a business.\n"
                << "The business of masturbation.\n\n";
        
        while (wee)
        {
                menu();
                system("CLS");
                weewee++;
        }

        return 0;
}

void menu()
{
        cout << "Day " << weewee << "...\n";
        cout << "What shall you, the tycoon, do?\n\n";
        cout << "1. Masturbate\n";
        cout << "2. Do something boring, like going to work\n";
        cout << "3. Quit\n\n";
        int choice;
        cin >> choice;
        system("CLS");
        switch (choice)
        {
        case 1:
                cout << "You masturbate.\n\n";
                system("PAUSE");
                break;
        case 2:
                cout << "Nothing good ever happens to you.\n\n";
                system("PAUSE");
                break;
        case 3:
                wee = false;
                break;
        }
}

Attachment: masttyc.rar
Description: Binary data

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/