Package Details: kismon 1.0.3-1

Git Clone URL: https://aur.archlinux.org/kismon.git (read-only, click to copy)
Package Base: kismon
Description: GUI client for kismet (wireless scanner/sniffer/monitor)
Upstream URL: https://www.salecker.org/software/kismon.html
Keywords: kismet
Licenses: BSD
Submitter: dreadnought
Maintainer: dreadnought
Last Packager: dreadnought
Votes: 9
Popularity: 0.004829
First Submitted: 2016-07-03 18:50 (UTC)
Last Updated: 2022-11-05 19:08 (UTC)

Latest Comments

pino commented on 2024-04-05 21:31 (UTC)

Adding this function before the build funtion in the PKGBUILD will make networks section work again:

prepare() {
  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
  sed -i "s/            if data\['kismet.common.location.fix'\] == 0 or data\['kismet.common.location.geopoint'\] == \[0, 0\]:/            if data\['kismet.common.location.geopoint'\] == \[0, 0\]:/" core.py
  for file in core.py networks.py; do
    sed -i "s/'kismet.common.seenby.last_time'/'kismet_common_seenby.last_time'/g;
        s/'kismet.common.seenby.num_packets'/'kismet_common_seenby_num_packets'/g;
        s/'kismet.common.seenby.signal'/'kismet_common.seenby_signal'/g;
        s/'kismet.common.signal.type'/'kismet_common_signal_type'/g;
        s/'kismet.common.seenby.uuid'/'kismet_common_seenby_uuid'/g;
        s/'kismet.common.signal.last_signal'/'kismet_common_signal_last_signal'/g;
        s/'kismet.device.base.macaddr'/'kismet_device_base_macaddr'/g;
        s/'kismet.device.base.seenby'/'kismet_device_base_seenby'/g;
        s/'kismet.common.signal.last_signal'/'kismet_common_signal_last_signal'/g;
        s/'kismet.common.signal.max_signal'/'kismet_common_signal_max_signal'/g;
        s/'kismet.common.signal.min_signal'/'kismet_common_signal_min_signal'/g;
        s/'kismet.common.signal.type'/'kismet_common_signal_type'/g;
        s/'kismet.device.base.channel'/'kismet_device_base_channel'/g;
        s/'kismet.device.base.crypt'/'kismet_device_base_crypt'/g;
        s/'kismet.device.base.first_time'/'kismet_device_base_first_time'/g;
        s/'kismet.device.base.last_time'/'kismet_device_base_last_time'/g;
        s/'kismet.device.base.location'/'kismet_device_base_location'/g;
        s/'kismet.device.base.macaddr'/'kismet_device_base_macaddr'/g;
        s/'kismet.device.base.manuf'/'kismet_device_base_manuf'/g;
        s/'dot11.device.advertised_ssid_map'/'dot11_device_advertised_ssid_map'/g;
        s/'dot11.device'/'dot11_device'/g;
        s/'dot11.advertisedssid.ssid'/'dot11_advertisedssid_ssid'/g;
        s/'dot11.advertisedssid.crypt_set'/'dot11_advertisedssid_crypt_set'/g;
        s/'dot11.device.last_beaconed_ssid'/'dot11_device_last_beaconed_ssid'/g;
        s/'dot11.device.last_beaconed_ssid'/'dot11_device_last_beaconed_ssid'/g;
        s/'dot11.device.typeset'/'dot11_device_typeset'/g" $file
    done
}

xiretza commented on 2023-01-29 20:00 (UTC)

Requires makedepends=('python-setuptools').

GI_Jack commented on 2018-03-31 14:01 (UTC)

you should at least make kismet an optdepend

dreadnought commented on 2017-12-09 21:40 (UTC)

Thanks for the comment, the 403 errors should be gone now.

odysseywestra commented on 2017-12-07 20:07 (UTC)

Just letting you know, I'm getting a 403 error when it tries to download the source files. Maybe point it the source download to the github release page instead?

dreadnought commented on 2017-01-23 18:14 (UTC)

Thanks for the hint, I have corrected it in the PKGBUILD file.

jamesan commented on 2017-01-23 11:18 (UTC) (edited on 2017-01-23 11:25 (UTC) by jamesan)

The source file checksum appears to be incorrect. The current SHA256 checksum appears to be: 58315b56113c6916f6ccd78d4ff3e50b4cc4b6316b9814819b0df6a48b173ea7 With this correction, I can confirm the package builds and installs without any other issue.

dreadnought commented on 2016-08-08 04:45 (UTC)

Hi, where do you see this error message?

thx1138 commented on 2016-08-08 04:26 (UTC)

"403 Forbidden" "AccessDenied" Do you have a plan here?