2023-04-29 08:25:51 +02:00
2023-04-28 16:55:18 +02:00
2023-04-29 08:25:51 +02:00
2023-04-14 17:06:19 +02:00
2023-04-10 21:02:42 +02:00
2023-04-29 08:25:51 +02:00
2023-04-03 22:43:26 +02:00
2023-04-29 08:25:51 +02:00
2023-04-03 22:43:26 +02:00
2023-04-29 08:25:51 +02:00
2023-04-28 16:55:18 +02:00
2023-04-29 08:25:51 +02:00
2023-04-29 08:25:51 +02:00
2023-04-28 11:15:09 +02:00
2023-04-29 08:25:51 +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 <CIDR>.
  • Scan with ./scan_all (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
Languages
PHP 49.3%
XSLT 40.1%
Lua 8.9%
CSS 1.3%
JavaScript 0.4%