Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with kismet using raspberry pi 4 (Raspbian OS 64-bit) #513

Open
Anoymus29 opened this issue Mar 18, 2024 · 0 comments
Open

Issues with kismet using raspberry pi 4 (Raspbian OS 64-bit) #513

Anoymus29 opened this issue Mar 18, 2024 · 0 comments

Comments

@Anoymus29
Copy link

Hi I am currently doing a project which requires me to use Kismet on my Raspberry Pi 4 (RasbianOS).
Currently I use a TP-Link AC600 (RTL8821AU, wlan1) to set up as monitor mode since raspberry pi 4 wifi module (wlan0) is unable to operate in monitor mode. I have attempted 3 different problems when setting up the kismet.

The goal of my project is to gather Wi-Fi Datasets to do some machine learning

Problem 1
when I set-up the monitor mode using
sudo ifconfig wlan1 down
sudo iwconfig wlan1 mode monitor
sudo ifconfig wlan1 up
my kismet will be getting this issue.

image

Problem 2
when I set-up the monitor mode using
sudo ifconfig wlan1 down
sudo airmon-ng start wlan1
my kismet will be getting this issue: hanged

image

Problem 3
when I set-up the monitor mode using
sudo airmon-ng check kill
sudo airmon-ng start wlan1
my kismet will be getting this issue: My wlan1 will be able to detect data source but i am unable to access kismet web browser

image

Your help would be much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant