Project 03 · Network Scanner
Redevis
Python local network inventory tool that detects active devices and organizes the collected information in a searchable HTML report.
PythonnmapScapyZeroconf
$ sudo python3 redevis.pyScanning 192.168.100.0/24 ...[+] 192.168.100.1 router ASUS[+] 192.168.100.5 server HP[+] 192.168.100.105 PC IntelDevices found: 8Report → reports/report.html
Overview
Redevis makes it easier to identify and organize devices on a local network, gathering the results in a report designed for quick consultation.
Main features
- Active device detection.
- Vendor, hostname and device-type identification.
- Dark HTML report with search and sorting.
- CSV result export.
Source code
The project is available on GitHub with its source code and usage instructions.