LANscape
A python based local network scanner.
Local Run
pip install lanscape
python -m lanscape
Flags
--port <port number>port of the flask app (default: 5001)--noguirun in web mode (default: false)--debugverbose logging (default: false)--nocleandont cleanup the scan files on exit (default: false)--logfilesave log output to lanscape.log--loglevel <level>set the logger's log level (Default: INFO)
Examples:
python -m lanscape --debug
python -m lanscape --nogui --port 5002
python -m lanscape --logfile --loglevel DEBUG
Troubleshooting
MAC Address / Manufacturer is inaccurate/unknown
The program does an ARP lookup to determine the MAC address. This lookup can sometimes require admin-level permissions to retrieve accurate results. Try elevating your shell before execution.
Message "WARNING: No libpcap provider available ! pcap won't be used"
This is a missing dependency related to the ARP lookup. This is handled in the code, but you would get marginally faster/better results with this installed: npcap download
Unable to see results after initiating a scan
In order to keep this program lightweight and compatible, it leverages the filesystem to temporarily save the results of an active scan. Ensure that you have write permissions in the current working directory of your shell.
Unable to start webview client. Try --nogui (Linux)
Linux and QT (GUI package) dont seem to play well with each other very well. If you really want the gui (python -m lanscape --nogui is almost as good) I had success on ubuntu desktop by running these:
sudo apt install libcairo2-dev libxt-dev libgirepository1.0-dev
pip install pycairo PyGObject qtpy PyQt5 PyQtWebEngine
Something else
Feel free to submit a github issue detailing your experience.
Release files for lanscape 0.4.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lanscape-0.4.4.tar.gz | 1.9 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lanscape-0.4.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.9 MB
Release files / lanscape-0.4.4.tar.gz
| Download URL | lanscape-0.4.4.tar.gz |
|---|---|
| Size | 1.9 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6409e2f43ee38f21a5ac76d22e253cf39a64ddbb81850201f67961b843051b6d
|
|
BLAKE2b-256 checksum How to use checksums |
69e930f6eec971a3395baf7f123e5b80418265b59f00d16af95f544982675d2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.0
|
Release files / lanscape-0.4.4-py3-none-any.whl
| Download URL | lanscape-0.4.4-py3-none-any.whl |
|---|---|
| Size | 2.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4a6dbf4ff28dda36f2208d06d3ac4d24668742d0c0408d00efe74aa78fc7c333
|
|
BLAKE2b-256 checksum How to use checksums |
3631fed51939300afbbf1abd8889cd23698e987b3bf3a64a3001919020c5b69b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.0
|