Jayofelony

Results 25 comments of Jayofelony

I thought I try your repo but I get the following error when building an image. ``` Pwnagotchi Torch 64bit.arm.opi-pwnagotchi: mounting binfmt_misc with: [mount -t binfmt_misc binfmt_misc /tmp/1445813868/proc/sys/fs/binfmt_misc] Pwnagotchi Torch...

I'm using WSL Ubuntu under Windows 11. Trying to build an image for Raspios Bullseye 64bit. When I use the main repo it works like it should.

Today I installed Ubuntu desktop on my laptop, and the same error is given there. But when I build packer-builder-arm from main repo and put the executable in builder folder...

Yes, I'm seeing this issue as well with 7_45_206 installed on RPi4 8GB. I tried reinstalling brcmfmac drivers which succeeded, but with aireplay-ng --test mon0, and wlan0mon I get no...

``` uname -a Linux jayofelony 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux ``` RaspiOS 64bit lite Bookworm, using nexmon 7.45.206 for bcm43455c0 from DrSchottky his repo. I am...

The command used to start monitor mode: ```bash start_monitor_interface() { rfkill unblock all ifconfig wlan0 up sleep 3 iw dev wlan0 set power_save off iw phy "$(iw phy | head...

`journalctl -k` ``` Feb 01 12:39:11 jayofelony kernel: brcmfmac: brcmf_vif_add_validate: Attempt to add a MONITOR interface... Feb 01 12:39:11 jayofelony kernel: brcmfmac: brcmf_mon_add_vif: brcmf_mon_add_vif called Feb 01 12:39:11 jayofelony kernel:...

@jlinktu Of course I also tried with your repository. I had to alter the installation a bit to use libmpfr-6.2.0 and libisl-23.2.0. ``` Feb 01 13:32:51 jayofelony bettercap-launcher[923]: [13:32:51] [sys.log]...

That could surely be, although it had done some deauthing already prior to that part. Here's the rest right before the snip. ``` Feb 01 13:31:08 jayofelony bettercap-launcher[923]: [13:31:08] [sys.log]...

How do I do that exactly? `sudo modprobe brcmfmac debug=0x100006`?