This repository has been archived on 2025-02-13 . You can view files and clone it, but cannot push or open issues or pull requests.
lanScan
Scan hosts with nmap and display results in webpage.
- Create a configuration yaml file in confs/ subdirectory (see example below).
It may be generated by scanning a network with
init.sh
. - Scan with
php scan_all.php
(use a cron task!). - Open index.php to see results.
Example
group1:
host1.local: [ssh, http]
host2.local: [ftp, https, 5432]
group2:
host3: [ssh, ftp, 8006]
Description
Languages
XSLT
44.7%
Lua
39.2%
PHP
11.6%
Shell
4.5%