I am learning Kali Linux on raspberry pi4 without a monitor. I'm connecting via VNC. For pentests, I use an Alfa external WiFi adapter. For many WiFi pentests, for example autopwner, hcxdumptool and others like that, I need to disable wpa_supplicant and NetworkManager. Accordingly, I need to somehow control what is happening on the screen
Could the respected community suggest a script that constantly checks for the presence of NetworkManager and wpa_supplicant processes and if they are disabled, then launch a WiFi access point on raspberry pi? So that I can connect via VNC and/or SSH to the raspberry pi access point to manage and monitor what is happening on the device
Thank you all in advance!