https://github.com/kkonradpl/mtscan
MikroTik RouterOS wireless scanner
https://github.com/kkonradpl/mtscan
80211 mikrotik scanner sniffer wi-fi wlan
Last synced: 42 minutes ago
JSON representation
MikroTik RouterOS wireless scanner
- Host: GitHub
- URL: https://github.com/kkonradpl/mtscan
- Owner: kkonradpl
- License: other
- Created: 2016-07-15T17:40:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T09:58:37.000Z (10 months ago)
- Last Synced: 2025-03-29T19:22:53.315Z (24 days ago)
- Topics: 80211, mikrotik, scanner, sniffer, wi-fi, wlan
- Language: C
- Homepage:
- Size: 1.39 MB
- Stars: 34
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MTscan
=======MikroTik RouterOS wireless scanner.

Copyright (C) 2015-2021 Konrad Kosmatka
https://fmdx.pl/mtscan/
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.# Build
In order to build MTscan you will need:
- CMake
- C compilerYou will also need several dependencies:
- GTK+ 2 & dependencies
- libssh (-lssh)
- yajl (-lyajl)
- zlib (-lz)
- openssl (-lcrypto)
- libcurl (-lcurl)Once you have all the necessary dependencies, you can use scripts available in the `build` directory.
# Installation
After a successful build, just use:
```sh
$ sudo make install
```
in the `build` directory.