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 

Saturday 8 September 2012

Hide Any Drive In PC Without Using Registry

You can Hide any Drive in PC with out using registry editor by using Disk Partition ... So follow my steps ....

1) Go to Start > Run > type " diskpart " ... A DOS window will open & appears as  DISKPART>

2) Then type "list volume" ... So that you will get all the drives in your PC & can select any drive 

3)Now if  you want to hide drive D then type " select volume 2 " & message will display as (Volume 3 is the selected volume)...

4) Now if you want to hide the drive then type " remove letter D " & message will display as ( Diskpart Removed the Drive letter )


5) Now if you want to Unhide the drive then type " assign letter E " & message will display as ( Diskpart Assigned the Drive letter ) 



Saturday 1 September 2012

Android App To Steal Credit Card

An Andorid App was released at the Defcon hacker conference in Las Vegas Friday, Lee demonstrated an Android software tool called NFCProxy that’s capable of both " reading " & “ replaying ” data from contactless credit cards–any of the common payment cards with embedded RFID chips that allow payments at retail outlets’ wireless point-of-sale devices like these.

This app can give the info of the user name , password ,date of transaction and many more ........ the source code of the app is also given .... when you run the app it looks like this....



For the security minded among you, the good news is that the source code for the app is available here: 

https://github.com/thomasskora/android-nfc-paycardreader 

Caution : Never try to use this app illegally because you will be caught by the security agents ...