A python based local network scanner
Project description
LANscape
A python based local network scanner.
PyPi Stats:
Latest release:
Health:
Installation
pip install lanscape
python -m lanscape
Flags
--port <port number>port of the flask app (default: automagic)--persistentdont shutdown server when browser tab is closed (default: false)--reloaderessentially flask debug mode- good for local development (default: false)--logfile <path>save log output to the given file path--loglevel <level>set the logger's log level (default: INFO)--flask-loggingturn on flask logging (default: false)
Examples:
python -m lanscape --reloader
python -m lanscape --port 5002
python -m lanscape --logfile /tmp/lanscape.log --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.
The accuracy of the devices found is low
I use a combination of ARP, ICMP & port testing to determine if a device is online. Sometimes the scan settings can use some tuning to maximize both speed and accuracy.
Recommendations:
- Adjust scan configuration
- Configure ARP lookup ARP lookup setup
- Create a bug
Something else
Feel free to submit a github issue detailing your experience.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lanscape-3.0.0a12.tar.gz.
File metadata
- Download URL: lanscape-3.0.0a12.tar.gz
- Upload date:
- Size: 984.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbce297ce7ee7e27719459e70be8958b501b70a99bfbe0b23e99dcf337b17b39
|
|
| MD5 |
2ce156d3d8128b9ffd6a44a3600c333a
|
|
| BLAKE2b-256 |
e0bd39dcb9dacb22dcd54a83ae13e3f364d4612da9effe80ec9c13de08e97700
|
File details
Details for the file lanscape-3.0.0a12-py3-none-any.whl.
File metadata
- Download URL: lanscape-3.0.0a12-py3-none-any.whl
- Upload date:
- Size: 979.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a859c1648cce6f6fc1b821ee393455bfca8f1e52c2d0211348fda2ba3f06dd8
|
|
| MD5 |
17e2100b6852ef56d54cffbeeb43fa97
|
|
| BLAKE2b-256 |
fd5e7ddb2464f3fdbf3082653da9f142df9d610fe25526ae24fc5231d9d49488
|