Showing posts with label ID Hacking. Show all posts
Showing posts with label ID Hacking. Show all posts

Printer Canon Pixma mp287 Or Mp280 Drivers Free Download



Printer Canon Pixma mp287 Or Mp280 Drivers Free Download
My Printer ver 2.9
MP280 series XPS Printer Driver
Solution Menu EX
MP Navigator EX
Windows Adobe RGB 1998 Installer Program
Easy-PhotoPrint EX
Easy-WebPrint EX

Phishing Page Maker Tool



 Phishing Page Maker Phisher Creator Software
Most of us know phishing page is required for hacking, but creating phishing page manually takes lot of our valuable time. So here is the tool through which you can create unlimited phishing page in a short time. From now onwards you can make phishing page automatically with a use of software, its 100% free.

This is the screenshot of that software and below is the link for downloading. Just install it and type the name of the site and after that the phishing login page and login.php file will be automatically created.
Note: Net Frame Work Required 

Gmail Hacking Ebook


This Book Contain Tips Tricks some tutorials and hacking techs of Gmail.
Written by RAJ ChandeL Must Read.

DOWNLOAD NOW

OR

CLICK HERE

 

Madleets Keylogger Full Tutorial




Today i will Teach you  how a hacker set his key logger Build a Trojan file & then hack Your Pc , Accounts etc.
So you will learn hacking via keyloggers  & then you will b able to protect your self from hackers.
there are thousands of key loggers but here we will talk about Madleets keylogger its very easy to use but this tutorial is for normal users so lets start.
Download Madleets keylogger from here 


ok  here the half image of madleets keylogger i divide it in  2 parts. in section 1 we will type our Gmail ID.
Yahoo msn gmail any one you like.But gmail is Gud & there is SMTP & port is already available. so just put your gmail id and password.  in last blank it is Logs interval By default it is 15 Min. its mean you will recieve victim Pc Logs every 15 min.
Click On "Test Email" is it Valid or not. you will receive a Test email on your mail id.
in 2nd Section there are many features of keylogger Stealer, Clipboard logger,startup & many more. if i explain every one the tutorial will become too lengthy.
just follow the steps. Check the Stealer option it will steal some of passwords. Check the Clip board logger. if a user copy & paste his id + pass in browser then it will send it to hacker. check Startup
Usb spreader if you want to spread the trojan in more pc's. Block av sites so user cant open anti viruses companies sites. online virus scaning site etc. downloader will dwnload a specific file/trojan from your given url & will auto execute it. check it if you want execute any other file in victim pc.
"Delete Cookie" This Feature is very imported check it.  fake msg if u want enable it. when victim run this trojan this fake msg will appear. also check last options it will auto select recomended options.
Now lets see on Other part it have two features one Icon Change & another one is Binder. Change the icon of your server which you are building. and bind it with any other software just by clicking on Add and then select that software & click on bind.
this section has 2 more features one is fake msg as i said if you enable it then when some one run this server file he got the fake error. enable it if you want. & another one is downloader it will auto download & execute the program just put your link there.
When you done all these steps then Click on "Build Server" it will generate the server file. Now dont send it to any one its not legal. just remember this key logging technique & be alert be save from hackers.
Thanks 4 reading.
Madleets.com

Learn How to Hack Facebook Password 'Phishing'





Hacking Facebook Account Password: Facebook Phishing for Hacking Facebook



Facebook has evolved into one of the hottest social networking website in the world. Here is a simple tutorial that you can use to hack your friend's facebook password. Here i'm writting on hacking Facebbok password using Facebook Phisher.

In the field of computer security, phishing is the criminally fraudulent process of attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public.[Read more about phishing on Wikipedia]







Facebook Phisher



Please Note: Phishing is legally offensive. I am not responsible for any action done by you.




Hacking Facebook password:



Phishing is the most commonly used method to hack Facebook. The most widely used technique in phishing is the use of Fake Login Pages, also known as spoofed pages. These fake login pages resemble the original login pages of sites likeYahoo , Gmail, MySpace etc. The victim is fooled to believe the fake facebook page to be the real one and enter his/her password. But once the user attempts to login through these pages, his/her facebook login details are stolen away. I recommend the use of Phishing to hack facebook account since it is the easiest one.



1. First of all download Facebook Phisher



2. The downloaded file contains:

  • Index.html
  • write.php

3. Upload both files to any of these free webhost sites:



4. Now, send this phisher link (index.html link) to your victim and make him login to his Facebook account using your sent Phisher.



5. Once he logs in to his Facebook account using Phisher, all his typed Facebook id and password is stored in "passes.txt". This file is created in your webhost control panel as shown.

Tabnapping, Tabnabbing, Tutorial (A New Phishing Attack)




Requirements:



1. Phishing Pages by Hacking Loops.CLICK HERE TO DOWNLOAD

2. Register on my3gb website and upload these to them.

3. Send the link to victim.




How to hack Facebook account password using Tabnabbing:


I have explained this hack with complete video from very start till the end we receives the hacked passwords.

This technique hardly requires less than 5 minutes to hack the Facebook account password not like the last Facebook hack which requires 24hrs for approval. This is the first version of this hack. I will tell you the improvement in this technique in further tutorials. So watch the video and Enjoy it. The only thing i not included in this video is How to send Phishing emails. You all know the reason for this, we cannot discuss such things directly on internet because that can be misused by newbies and i don’t want that anybody should use my tutorials for wrong way. I make videos just to guide you how hackers do the things. My intention is to guide you latest things happening in security field and not to make you a cracker.


So Enjoy the Video and learn how tabnabbing is done…
I hope you all enjoyed it… For getting mail related things post your email address below.. Only Subscribers will get the Email matter…That email matter consists of html email that you have to sent to victim to hack his account…

How to create facebook fake login page "Phishing Tutorial"



Note: Hacking is a crime. Dont use this tutorial to hack innocent people. I am teaching it for educational purpose only. I will not be responsible for any damage done by you.


well, here we go for creating Fake page of Facebook...
Here we will need 3 types of files for facebook:
1. A php file with any name say login.php. This php file places main role to get the passwords of victim
2. index.html which is a fake html page similar to original Page of Facebook.
3. Photos, CSS, js files




Step 1. Creating a login.php file>
Open notepad and  paste the following lines there... as save it with name login.php




header ('Location: https://www.facebook.com/login.php');
$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;
?>




step 2. Create index.html Page:
2.1. first of all open login page of Facebook.com..... then right click there> save as/save page as> then save it....


check the downloaded file.... there will be
one htm file(Welcome to Facebook.htm)
A folder(Welcome to Facebook_files) containing some pics, css files and js files.(this folder contains 3rd type of files that i hv mentioned above.)


2.2. Now open the htm file with notepad(right click> open with> notepad)...


and then press ctrl +F and search for action... and you will find a line as shown in screenshot.
Note:in case of some other sites may be you find more then one action word... but you have to find out the exact  type of line as shown in screen shot.... near which you will find a
 tag and method="post" something like that.


2.3. Now replace the url written after action with the name of your php file created in step 1.


Now your fake page is ready....
Save it with name index.html


Step 3: Uploading on a Free Hosting Site:


Now you have to upload all the 3 mentioned files on a free hosting account. Here i m explaining file uploading onhttp://www.yourfreehosting.net/.
1.  first of all sign up for a free hosting Account.


Note: yourfreehosting.net  is now not available for free, you can create account on 
http://www.000webhost.com/525589.html
2. After creating Account, login there, then go to control pannel> File Manager.


3. Now remove the preexisting index.html file.
4. Now click on upload files and then upload there index.html and login.php




5. Now click on New directory to make a new folder there and name it "Welcome to Facebook_files"


6. Now open the directory
"Welcome to Facebook_files"
and then upload all the files(css,js, photos) of folder Welcome to Facebook_files,which was downloaded with facebook page in step 2.


Now your phishing page is ready to hack ;)
7. Now give url of ur index page to ur friends, as soon as they will login through ur created fake page,a new log.txt file will be created and  their password will be saved in that file.


How to Hack Gmail Account password usin Rin Logger


If you are searching for any article on how to hack Gmail account, I guess your search will end here.
Keylogging is most preferred method for hacking Gmail account password. For keylogging to work, the victim has to install a server file on his computer. This server file keeps on recording and sending all typed


keystrokes from victim computer. No doubt, these keystrokes contain the victim’s Gmail password. All such keystrokes are sent by server in your mailbox and thus, you can easily hack Gmail account of your friend using this method.


Follow the steps below to know how to hack Gmail account using keylogging:
1. Free Download Keylogger to hack Gmail account.
Password: techotoys.net
2. Run the keylogger file on your computer and hit on “Create new” to get this:

3. Now, enter the information as follows:
Email address: Email address where you want to receive all hacked passwords. Use Gmail address (recommended).
Account Password: Password of your Email address.
Keylogger Recepients: Enter your Email and hit On Add
Hit on Next.
4. Now, enter the time duration between two emails. If you set it to 2 minutes, you will receive emails after every 2 minutes. Hit on Next.

5. Now, change Install keylogger to “Enabled”. Name the file anything you want and select Installation path as “Startup”.

You can use all other options according to your needs. But, I am focusing on important aspects only. Hit on Next until you see this option:

6. Hit on “?” button besides every textbox to generate random product information. Hit on Next.
7. Now, hit on “Save As” and select the path where you want to save your keylogger server file. Click on “Compile”. Done!!!

That’s it. You have successfully created a keylogger server file. Now, simply send this file to your friend. You can use the Binder within this keylogger or can even opt for Iexpress binder to bind this keylogger server to any .exe file may be software or so. This will remove any chances of doubt on victim’s side.
Thus, the victim will run the file considering it as a normal software installation and during this process, our sent keylogger server will install itself silently in background without any victim’s knowledge.
After keylogger server installation, you will start receiving all victim passwords like this:
Hacked Gmail password
Thus, now you can easily hack Gmail account password of your friend. Cheers!!!

The Truth Behind Facebook Hacking Software “007 facebook hack v1.0″



Are you looking for this software called “007 facebook hack v1.0″ also known as “James bond’s facebook hack” that can hack your friends facebook password in minutes? If yes then you are at the right place. According to this Software, you just need to input your friends profile id and the email id he has used on his facebook profile. Once you feed these two things to this software, it will automatically reveal the password of your Friend..quite Unbelievable.Hacking FB Accounts using 007 facebook hack v1.0
First let me ask you something, Are you damn sure that you can cheat facebook’s login using this software? are you so confident that this stupid software called 007 facebook hack v1.0 will hack any facebook password within Minutes? ..if you feel so then how about hacking Lady Gaga’s Facebook account? ..You cant..believe it. see the video below, after watching it, am sure many of you will be tempted to try it.
-Who Created such fake Software’s ?

Let me make it clear that there is No software available that can hack facebook passwords exclusively. So who created such fake softwares? ofcourse hackers. By installing such Fake softwares you are exposing yourself to potentially high risks. These softwares are actually spyware, that once installed on your system, will rapidly upload any sensitive data of yours like credit card details or saved passwords to the creators server.
-Is it Possible to hack my friend’s facebook account?
Ofcourse it is. Let us discuss some known ways to hack facebook passwords. Below are some common ways a hacker uses to hack into anyone facebook account.
1. KeyStroke Capturing
This Method involves capturing Data (keystrokes) entered by your victim. The hacker simply installs a hardware or Software Keylogger on his victims PC. Once installed the Keylogger will automatically capture all the data entered by the user including passwords. Keyloggers are of Two types:

    Software Keylogger
    Hardware keylogger

If you have physical access to your victim’s PC then hardware keylogger is the best choice for you. And if your victim is at remote location for eg: if you want to hack your friends account then software keylogger is the best option for you.
2. Phishing
Phishing is the oldest way of hacking. Phishing is an example of social engineering techniques used to fool users. The common method used is “creating fake login page“. Phishing is typically carried out by e-mail and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. The disadvantage of this method is the face that everyone is aware of this and Smart people will always check the URL of the Page Before entering login details.

Hc Stealer Full Tutorial







Hc Stealer is one of  the best cookie stealer so here i'am going to share full tutorial with Php file uploading to ftp.
DOWNLOAD Hc Stealer
Create Account in 000webhost.com
Then Follow This Tutorial.



Image has been scaled down 6% (870x668). Click this bar to view original image (920x706). Click image to open in new window.
[Image: n50fu9.jpg]


After confirm your account with your email and login to your account and go to C panel
Image has been scaled down 11% (870x599). Click this bar to view original image (974x670). Click image to open in new window.
[Image: 168v6oj.jpg]


[Image: 352gld2.jpg]

[Image: x4qc0w.jpg]
After save that information to txt file we need that later.
[Image: 15rjic0.jpg]

Now go to the Hc Stealer folder and e extract that then you will find 4 files,open the index.php
Image has been scaled down 16% (870x458). Click this bar to view original image (1024x539). Click image to open in new window.
[Image: 14kw847.jpg]


Now go to control panel ,File Manager,Then Go to public_html and create new directorie im called that HcStealer . Now upload your index.php and style.css here.When uploading finish then go back to public_html folder You will find HcStealer folder check this folder then press chmod button located at left side on your screen.
Image has been scaled down 16% (870x428). Click this bar to view original image (1024x503). Click image to open in new window.
[Image: 2a6jsz6.jpg]

Now you have done all settings.
Now open up HC Stealer enter the link to your index.php file in the Url field.mine is "Guests cannot see links in the messages. Please register to forum by clicking HERE to the see links." and click test url
[Image: 10gci81.jpg]

Now type your url again in your web address. Put the username and password. Mine is admin and safe123 and yours if you not change from the index.php
Image has been scaled down 16% (870x569). Click this bar to view original image (1024x669). Click image to open in new window.
[Image: fusyf6.jpg]

Now click generate server.