{ "info": { "author": "Christoph Bless", "author_email": "bitbucket@cbless.de", "bugtrack_url": null, "classifiers": [], "description": "This library can be used to analyze the results of the new Kismet version. To filter encryption types version \"f07735c\" (Aug 19, 2018) or later is required.\n\n\n\nThe following scripts will be installed:\n\n1. **kismet_analyzer_aplist:** This script can be used to extract access points from the SQLite database *.kismet* and export these results to *csv* and *kml*\n2. **kismet_analyzer_clientlist** This script can be used to create a list of connected clients for a given SSID. The list is printed to stdout with one client mac per row.\n\n## License\n\nThis script is licensed under the GNU General Public License in version 3. See http://www.gnu.org/licenses/ for further details.\n\n\n## Installation:\nThis library requires *simplekml* for exporting extracted information to *kml*. You can use *pip* to install the neccessary requirement.\n```\npip install -r requirements.txt\n```\n\nThe setup script can be used to install the library and requirements. It will create the above listed console commands.\n```\npython setup.py install\n```\n\n## Usage:\n\n```\n(venv)[kismet-analyzer]$ kismet_analyzer_aplist -h\nusage: kismet_analyzer_aplist [-h] --in INFILE [--out OUTFILE] [--title TITLE]\n [--ssid SSID] [--exclude-ssid EXCLUDESSID]\n [--strongest-point] [--encryption ENCRYPTION]\n [--csv] [--kml] [--verbose]\n\nKismet to KML Log Converter\n\noptional arguments:\n -h, --help Show this help message and exit\n --in INFILE Input file (.kismet) \n --out OUTFILE Output filename (optional)\n --title TITLE Title embedded in KML file\n --ssid SSID Only plot networks which match the SSID (or SSID\n regex)\n --exclude-ssid EXCLUDESSID\n Exclude networks which match the SSID (or SSID\n regex)\n --strongest-point Plot points based on strongest signal\n --encryption ENCRYPTION\n Show only networks with given encryption type\n --csv Export results to csv\n --kml Export results to kml\n --verbose Print MAC, SSID, encryption type to stdout\n\n```\n\nExport only access points with encryption type \"Open\" to csv and kml files:\n```\nkismet_analyzer_aplist --in input.kismet --out test --encryption \"Open\" --kml --csv \nExported 11 devices to test.csv\nExported 11 devices to test.kml\n```\n## Output example for kml exports\n\nThe script generates colored notes for exported access points. The color depends on the identified encryption type. WPA encrypted access points will be added with a green color, WEP encrypted networks will be displayed in orange and Open network are displayed in red. Networks were the encryption type could not be detected will be added as a yellow note. Each note contains detailed meta information about the access point (SSID, MAC address, frequency, channel, manufacturer, and a list of clients MAC addresses).\n![Kismet-Analyzer-img](images/kismet-analyzer-img.png)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cbless/kismetanalyzer", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "kismet-analyzer", "package_url": "https://pypi.org/project/kismet-analyzer/", "platform": "", "project_url": "https://pypi.org/project/kismet-analyzer/", "project_urls": { "Homepage": "https://bitbucket.org/cbless/kismetanalyzer" }, "release_url": "https://pypi.org/project/kismet-analyzer/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "Library for parsing kismet results from the .kismet database file.", "version": "0.2.1" }, "last_serial": 4664643, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "2b033df3d215ac030122e828ba3b8f76", "sha256": "f0d4f9dc8593e04c8b535db5e9f8db5d6b3dd4f5b0893126d21218f7f61f3738" }, "downloads": -1, "filename": "kismet-analyzer-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2b033df3d215ac030122e828ba3b8f76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6523, "upload_time": "2019-01-06T01:17:28", "url": "https://files.pythonhosted.org/packages/3d/15/4651330f1913aae14509a4c9ae75f5da8b15e2ed92bfc69ff6d586af785c/kismet-analyzer-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b033df3d215ac030122e828ba3b8f76", "sha256": "f0d4f9dc8593e04c8b535db5e9f8db5d6b3dd4f5b0893126d21218f7f61f3738" }, "downloads": -1, "filename": "kismet-analyzer-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2b033df3d215ac030122e828ba3b8f76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6523, "upload_time": "2019-01-06T01:17:28", "url": "https://files.pythonhosted.org/packages/3d/15/4651330f1913aae14509a4c9ae75f5da8b15e2ed92bfc69ff6d586af785c/kismet-analyzer-0.2.1.tar.gz" } ] }