Can not get PIN of my wifi router when start Handshake

Briefly describe your issue below:

What version of Parrot are you running? (include version (e.g. 4.6), edition(e.g. Home//KDE/OVA, etc.), and architecture (currently we only support amd64)

What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)

Configured to multiboot with other systems? (yes

List your networking hardware (make, model, firmware version):

If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:
“”""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
hi, when I try to get my wifi password with airgeddon or with any program, I descovered that my parrot os can not get pin numbers from my router, after I selected my target and want to capture handshake, it still showing line by line searche for pin with no result, still PIN : nothing>

I think that my parrot os needs a more strong network driver or some thing like that. now i use network driver b43.

please any idea>
“”"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
PRETTY_NAME=“Parrot GNU/Linux 4.8”
NAME=“Parrot GNU/Linux”
ID=parrot
ID_LIKE=debian
VERSION=“4.8”
VERSION_ID=“4.8”
HOME_URL=“https://www.parrotlinux.org/”
SUPPORT_URL=“https://community.parrotlinux.org/”
BUG_REPORT_URL=“https://nest.parrot.sh/”

Sometimes there are alternatives specific to model. What is the wifi card? Are you getting any firmware errors in dmesg?

Please send output of:

inxi -N

i use broadcom card

  • please use pastebin to upload long logs
  • this question belongs to “Hacking & more” section Please try there
2 Likes

I see wlan0: Broadcom BCM4315 802.11 Hybrid Wireless Controller

Next time you want to share pages and pages of output completely unfiltered, just use pastebin as mentioned. (readability). Only needed to see firmware errors if there were any. Thanks.

Moving to appropriate forum.

Manually make it

1- First configure monitor interface

sudo iw dev wlan0 interface add mon0 type monitor
sudo macchanger mon0 -r
sudo ifconfig mon0 up

2- Now config Bully

sudo bully mon0 -b xx:xx:xx:xx:xx:xx -c x -p xxxxxxx

in -b put the MAC of the router
in -c put the channel
in -p put the 7 first numbers, without the last one (checksum)

Network:
Device-1: Broadcom and subsidiaries BCM4312 802.11b/g LP-PHY
driver: b43-pci-bridge
Device-2: Realtek RTL810xE PCI Express Fast Ethernet driver: r8169
IF: fluxet0 state: down mac: 80:c1:6e:58:68:b8
IF-ID-1: wlan0mon state: up mac: f0:7b:cb:8e:2a:1b
root@android-AP4j971k:/home/rd#

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.