Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedie/device-scan
https://github.com/jedie/device-scan
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedie/device-scan
- Owner: jedie
- License: gpl-3.0
- Created: 2020-02-07T14:37:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T19:05:31.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T09:26:58.938Z (about 1 month ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# device-scan
Python lib for find devices in own network subnet.
```
~/device-scan$ poetry run device_scan -husage: device_scan [-h] {print-domain-names,http-scan,http-test-scan} ...
Device-Scan examples
optional arguments:
-h, --help show this help message and exitCommands:
{print-domain-names,http-scan,http-test-scan}
print-domain-names List all hosts with domain name from current subnet.
http-scan List all web servers (port=80 open) from current
subnet.
http-test-scan List all web servers from current subnet with raw
response.```