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-05-15 16:40:36 +02:00
-Pn
2023-05-12 17:52:17 +02:00
2023-05-11 11:13:28 +02:00
2023-05-15 16:17:18 +02:00
2023-04-10 21:02:42 +02:00
2023-05-15 16:17:18 +02:00
2023-04-03 22:43:26 +02:00
-Pn
2023-05-12 17:52:17 +02:00
2023-04-03 22:43:26 +02:00
2023-05-15 16:17:18 +02:00
2023-05-15 16:40:36 +02:00
2023-05-15 16:17:18 +02:00
2023-05-15 16:17:18 +02:00
2023-05-15 16:40:36 +02:00
2023-05-15 16:15:30 +02:00

lanScan

Scan hosts with nmap and display results in webpage.

  • Create a configuration yaml file in ./configs/ subdirectory (see example below). It may be generated by scanning a network with ./discover.sh <CIDR>.
  • Scan with ./scan_all.sh (use a cron task!).
  • Open .\index.php in web browser to see results.

Example

---
site: Nom du site

hosts:
  - name: Nom du premier groupe
    host:
      - address: host1.local
        services: [ssh, http]
      - address: 192.168.1.100
        services: [ftp, https, 5432]
  - name: Nom du 2ème groupe
    host:
      - adress: host3.local
        services: [ssh, ftp, 8006]
Description
Web supervision with nmap
Readme 286 KiB
Languages
XSLT 44.7%
Lua 39.2%
PHP 11.6%
Shell 4.5%