Tips on how to automatically start hcxdumptool at boot #415
-
Hi again, i successfully added a led and a switch to the rpi, and i'm auto-logging in with the default user kali. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It is hard to answer this questions, because I don't know your basic knowledge. |
Beta Was this translation helpful? Give feedback.
-
A good starting point: cmdline.txt: config.txt:
bash_profile:
All services that take access to the interface have been disabled. This are the remaining ones:
RPI's internal watchdog has been enabled:
auto login has been enabled:
Hide kernel messages from terminal (to avoid spamming the temrinal with this messages):
The real time display of hcxdumptool has been disabled, because my RPI is too slow to handle it:
Internal Bluetooth and WLAN module have been disabled to avoid that they interfere with the attack device. OS is Rasbian Lite because my RPI is too slow to handle a GUI while running hcxdumptool. |
Beta Was this translation helpful? Give feedback.
-
Solution was using bash scripts like Zer suggested, but since kali uses Zsh instad of Bash, i had to create and edit ~/.zshenv. |
Beta Was this translation helpful? Give feedback.
Solution was using bash scripts like Zer suggested, but since kali uses Zsh instad of Bash, i had to create and edit ~/.zshenv.
If you are having an issue getting bash scripts to work like i had, do echo $0 and check if you are instead using Zsh