Metadata-Version: 2.1
Name: simplelanscan
Version: 0.1.9
Summary: Python Script to scan the local lan, report back the clients currently connected, and push to ElasticSearch.
Home-page: https://github.com/blcarlson01/simplelanscan
License: MIT
Author: blcarlson01
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: elasticsearch (>=7.0.0,<8.0.0)
Requires-Dist: scapy (==2.4.3)
Project-URL: Documentation, https://github.com/blcarlson01/simplelanscan
Project-URL: Repository, https://github.com/blcarlson01/simplelanscan
Project-URL: issues, https://github.com/blcarlson01/simplelanscan/issues
Description-Content-Type: text/markdown

# simplelanscan

Run a simple arp scan of the network and push the results to ElasticSearch.


```
pip install simplelanscan
```



## Systemd Hack
cp /usr/local/lib/python3.7/dist-packages/scan_lan_clients.service /etc/systemd/system/.
cp /usr/local/lib/python3.7/dist-packages/simplelanscan/config.ini to /usr/local/bin/config.ini
cp /usr/local/lib/python3.7/dist-packages/simplelanscan/index.json to /usr/local/bin/index.json
