(How to Sniff wi-fi)

Hacknology

Kıdemli Üye
25 Eki 2015
2,711
11
rm -rf /
Hello guys I'm Excellenthack today im gonna show you how to sniff wifi with ubuntu,linux.

So lets first install all the software that we need.

Kod:
sudo apt-get install aircrack-ng wireshark libcap2-bin
By default, capturing network packets needs root privileges. To enable capture for regular users, we will have to set the capability string for the dumpcap utility. Wireshark uses dumpcap to capture packet data from a live network.

Kod:
sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
Next we need to create the network interface cconfigured in monitor mode.


Kod:
sudo airmon-ng start wlan0
In the above step, you should replace wlan0 with the name of your wireless network interface.

Optionally, you could also specify which wireless channel to operate in.

Kod:
sudo airmon-ng start wlan0
In the above step is the channel number.

airmon-ng will create the network interface mon0.

Now fire up wireshark and start capturing using the mon0 interface.

You could use iwconfig to change channels.


Kod:
sudo iwconfig mon0 channel 6
You might notice that the channel you set using iwconfig doesn’t take effect. This might happen if you’re connected to the network using your wireless card. Network Manager will reconfigure your card to operate in same channel as the access point you are using. To stop that, stop network manager.

Kod:
sudo /etc/init.d/network-manager stop
You should restart the network manager when you’re done using the sniffer.

Kod:
sudo /etc/init.d/network-manager start
You can also destroy the mon0 interface you created earlier using the below command

Kod:
sudo airmon-ng stop mon0
Hope this helps.


 
Son düzenleme:

AsılsızAdam

Uzman üye
27 Haz 2015
1,404
2
Türkçesi eklenecektir. Millet gene çamur atmadan söyleyeyim

76164_0.jpg
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.