freeBuf
主站

分类

云安全 AI安全 开发安全 终端安全 数据安全 Web安全 基础安全 企业安全 关基安全 移动安全 系统安全 其他安全

特色

热点 工具 漏洞 人物志 活动 安全招聘 攻防演练 政策法规

点我创作

试试在FreeBuf发布您的第一篇文章 让安全圈留下您的足迹
我知道了

官方公众号企业安全新浪微博

FreeBuf.COM网络安全行业门户,每日发布专业的安全资讯、技术剖析。

FreeBuf+小程序

FreeBuf+小程序

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

0

1

2

3

4

5

6

7

8

9

NetAlertX:一款WiFiLAN网络安全与入侵威胁检测工具
Alpha_h4ck 2024-10-29 16:14:27 97349
所属地 广西

关于NetAlertX

NetAlertX是一款WiFi/LAN网络安全与入侵威胁检测工具,该工具能够扫描连接到您网络的设备,如果发现新的和未知的设备,会向您发出警报。

该工具可以帮助我们了解 WIFI/LAN 网络上的动态。安排设备扫描、端口更改,并在发现未知设备或更改时收到警报。NetAlertX支持使用自动生成的 UI 和内置通知系统编写自己的插件,构建并轻松维护您的网络真实来源 (NSoT)。

功能介绍

1、该应用程序会扫描您的网络,以查找新设备、新连接(重新连接)、断开连接、“始终连接”设备关闭、设备IP 更改和Internet IP 地址更改。发现和扫描方法包括:arp 扫描、 Pi-hole - DB 导入、 Pi-hole - DHCP 租约导入、通用 DHCP 租约导入。UNIFI控制器导入、启用 SNMP 的路由器导入。

2、支持向 80 多种服务发送通知,包括通过Apprise 的Telegram ,或者使用Pushsafer、Pushover或NTFY。

3、可以将您的数据和设备更改输入Home Assistant,读取API 端点,或使用Webhooks设置自定义自动化流程。

4、支持使用插件系统构建您自己的扫描设备。

工具安装

由于该工具基于Python 3开发,因此我们首先需要在本地设备上安装并配置好最新版本的广大研究人员可以直接使用下列命令将该项目源码克隆至本地:

git clone https://github.com/jokob-sk/NetAlertX.git

Docker使用

docker run -d --rm --network=host \

  -v local/path/config:/app/config \

  -v local/path/db:/app/db \

  -e TZ=Europe/Berlin \

  -e PORT=20211 \

  jokobsk/netalertx:latest

工具运行演示

样例1

version: "3"

services:

  netalertx:

    container_name: netalertx

    # use the below line if you want to test the latest dev image

    # image: "jokobsk/netalertx-dev:latest"

    image: "jokobsk/netalertx:latest"      

    network_mode: "host"        

    restart: unless-stopped

    volumes:

      - local/path/config:/app/config

      - local/path/db:/app/db      

      # (optional) useful for debugging if you have issues setting up the container

      - local/path/logs:/app/front/log

    environment:

      - TZ=Europe/Berlin      

      - PORT=20211

运行容器:

sudo docker-compose up -d

样例2

netalertx:

    container_name: NetAlertX

    hostname: NetAlertX

    privileged: true

    # use the below line if you want to test the latest dev image

    # image: "jokobsk/netalertx-dev:latest"

    image: jokobsk/netalertx:latest

    environment:

      - TZ=Europe/Bratislava

    restart: always

    volumes:

      - ./netalertx/db:/app/db

      - ./netalertx/config:/app/config

    network_mode: host

运行容器:

sudo docker-compose up -d

样例3

docker-compose.yml文件:

version: "3"

services:

  netalertx:

    container_name: netalertx

    # use the below line if you want to test the latest dev image

    # image: "jokobsk/netalertx-dev:latest"

    image: "jokobsk/netalertx:latest"      

    network_mode: "host"        

    restart: unless-stopped

    volumes:

      - ${APP_DATA_LOCATION}/netalertx/config:/app/config

      - ${APP_DATA_LOCATION}/netalertx/db/:/app/db/      

      # (optional) useful for debugging if you have issues setting up the container

      - ${LOGS_LOCATION}:/app/front/log

    environment:

      - TZ=${TZ}      

      - PORT=${PORT}

.env文件:

#GLOBAL PATH VARIABLES

 

APP_DATA_LOCATION=/path/to/docker_appdata

APP_CONFIG_LOCATION=/path/to/docker_config

LOGS_LOCATION=/path/to/docker_logs

 

#ENVIRONMENT VARIABLES

 

TZ=Europe/Paris

PORT=20211

 

#DEVELOPMENT VARIABLES

 

DEV_LOCATION=/path/to/local/source/code

运行容器:

sudo docker-compose --env-file /path/to/.env up

样例4

netalertx:

    # use the below line if you want to test the latest dev image

    # image: "jokobsk/netalertx-dev:latest"

    image: jokobsk/netalertx

    ports:

      - "80:20211/tcp"

    environment:

      - TZ=Europe/Vienna

    networks:

      local:

        ipv4_address: 192.168.1.2

    restart: unless-stopped

    volumes:

      - netalertx_db:/app/db

      - ./netalertx/:/app/config/      

工具运行截图

许可证协议

本项目的开发与发布遵循GPL-3.0开源许可协议。

项目地址

NetAlertX:【GitHub传送门

参考资料

https://netalertx.com/

# 网络安全 # wifi安全 # 局域网 # 安全监控
免责声明
1.一般免责声明:本文所提供的技术信息仅供参考,不构成任何专业建议。读者应根据自身情况谨慎使用且应遵守《中华人民共和国网络安全法》,作者及发布平台不对因使用本文信息而导致的任何直接或间接责任或损失负责。
2. 适用性声明:文中技术内容可能不适用于所有情况或系统,在实际应用前请充分测试和评估。若因使用不当造成的任何问题,相关方不承担责任。
3. 更新声明:技术发展迅速,文章内容可能存在滞后性。读者需自行判断信息的时效性,因依据过时内容产生的后果,作者及发布平台不承担责任。
本文为 Alpha_h4ck 独立观点,未经授权禁止转载。
如需授权、对文章有疑问或需删除稿件,请联系 FreeBuf 客服小蜜蜂(微信:freebee1024)
被以下专辑收录,发现更多精彩内容
+ 收入我的专辑
+ 加入我的收藏
Alpha_h4ck LV.10
好好学习,天天向上
  • 2359 文章数
  • 1023 关注者
Tetragon:一款基于eBPF的运行时环境安全监控工具
2025-01-21
DroneXtract:一款针对无人机的网络安全数字取证工具
2025-01-21
CNAPPgoat:一款针对云环境的安全实践靶场
2025-01-21
文章目录