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.
2023-04-24 18:31:51 +02:00
2023-04-13 21:14:27 +02:00
2023-04-10 22:03:32 +02:00
2023-04-14 17:06:19 +02:00
2023-04-10 21:02:42 +02:00
2023-04-13 15:46:47 +02:00
2023-04-03 22:43:26 +02:00
2023-04-03 22:43:26 +02:00
2023-04-13 15:46:47 +02:00
2023-04-24 18:31:51 +02:00
2023-04-14 15:11:28 +02:00
2023-04-13 15:46:47 +02:00
2023-04-13 15:46:47 +02:00

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 ./scan_all.sh (use a cron task!).
  • Open index.php to see results.

Example

site:
  group1:
    host1.local: [ssh, http]
    host2.local: [ftp, https, 5432]
  group2:
    host3: [ssh, ftp, 8006]
Description
Web supervision with nmap
Readme 286 KiB
Languages
XSLT 44.7%
Lua 39.2%
PHP 11.6%
Shell 4.5%