akc7668 Posted September 7, 2022 Posted September 7, 2022 I'm having an issue with Kismet not saving logs. Below are my non-default settings in the kismet_logging.conf with the comments removed. enable_logging=true log_title=Kismet log_prefix=/root/kismet_logs log_types=kismet,wiglecsv I created the "/root/kismet_logs" directory as a test when the default setting "log_prefix=./" was not saving to the pineapple from the directory I was launching kismet from (Default: /root). I've tried to find some other documentation on this issue, but I could not the same issue reported. Any help or advice would be appreciated!
lholo Posted September 8, 2022 Posted September 8, 2022 Hi, have you tried the following; sudo nano /etc/kismet/kismet_site.conf Create logging directory: mkdir /home/pi/kismet_logs Change default logging directory in kismet: sudo nano /etc/kismet/kismet_logging.conf ###Modify the log_prefix entry to this to write the logs to the appropriate place log_prefix=/home/pi/kismet_logs/ source: Logging - Kismet (kismetwireless.net)
lholo Posted September 8, 2022 Posted September 8, 2022 the conf file is /etc/kismet/kismet.conf (only if you have specified overwrite of optional _site.conf) kismet_site.conf Optional configuration override; Kismet will load any options in the kismet_site.conf file last and they will take precedence over all other configs.Config Files - Kismet (kismetwireless.net) https://www.kismetwireless.net/docs/readme/config_files/#configuration-override-flavors
akc7668 Posted September 9, 2022 Author Posted September 9, 2022 17 hours ago, lholo said: Hi, have you tried the following; sudo nano /etc/kismet/kismet_site.conf Create logging directory: mkdir /home/pi/kismet_logs Change default logging directory in kismet: sudo nano /etc/kismet/kismet_logging.conf ###Modify the log_prefix entry to this to write the logs to the appropriate place log_prefix=/home/pi/kismet_logs/ source: Logging - Kismet (kismetwireless.net) As I said in the original post, I did create the directory and made the correct changes to the /etc/kismet/kismet_logging.conf file. The odd thing is that on the Pineapple, the /etc/kismet/kismet_site.conf file does not exist. Also, per the documentation on Logging - Kismet (kismetwireless.net), by default Kismet will save the log in the directory it was launched in. This also was not working. What I see in the /etc/kismet directory: root@mk7:/etc/kismet# ls -A http_data kismet_drone.conf kismet_package.conf kismet.conf kismet_filter.conf kismet_uav.conf kismet.conf-opkg kismet_httpd.conf kismet_wardrive.conf kismet_80211.conf kismet_logging.conf kismet_alerts.conf kismet_memory.conf root@mk7:/etc/kismet#
RoarkLaughed Posted September 29, 2022 Posted September 29, 2022 I am having this exact issue, Kismet does not save the log in the directory it was launched in, nor does the /etc/kismet/kismet_site.conf exist. I have made the exact same changes as the OP and also to no avail.
RoarkLaughed Posted September 29, 2022 Posted September 29, 2022 I just found the logs, they are stored in /var/. cd /var/ then ls. You'll see them.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.