All Projects → zj1244 → beholder_scanner

zj1244 / beholder_scanner

Licence: other
一款监控端口变化的系统——beholder_scanner端

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to beholder scanner

beholder web
一款监控端口变化的系统——beholder_web端
Stars: ✭ 18 (-71.43%)
Mutual labels:  scanner, ports, portscanner
scanner
OpenCV document scanner
Stars: ✭ 36 (-42.86%)
Mutual labels:  scanner
aqua-helm
Helm Charts For Installing Aqua Security Components
Stars: ✭ 68 (+7.94%)
Mutual labels:  scanner
intercept
INTERCEPT / Policy as Code Static Analysis Auditing / SAST
Stars: ✭ 54 (-14.29%)
Mutual labels:  scanner
RFMap
RFMap - Radio Frequency Mapper
Stars: ✭ 23 (-63.49%)
Mutual labels:  scanner
AWVS-13-SCAN-PLUS
This is a companion software based on the Acunetix Web Vulnerability Scanner 12、13、14 (AWVS 12、AWVS 13、AWVS 14) scanning engine.
Stars: ✭ 232 (+268.25%)
Mutual labels:  scanner
Inventory Kamera
Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
Stars: ✭ 348 (+452.38%)
Mutual labels:  scanner
Firebase-HMS-ML-Kit-Scanner-Demo
Various scanner use cases using Firebase or HMS ML-Kit
Stars: ✭ 22 (-65.08%)
Mutual labels:  scanner
quick-scripts
A collection of my quick and dirty scripts for vulnerability POC and detections
Stars: ✭ 73 (+15.87%)
Mutual labels:  scanner
MassVulScan
Bash script which quickly identifies open network ports and any associated vulnerabilities / Script Bash qui permet d'identifier rapidement les ports réseaux ouverts et les éventuelles vulnérabilités associées.
Stars: ✭ 56 (-11.11%)
Mutual labels:  scanner
CloudHunter
Find unreferenced AWS S3 buckets which have CloudFront CNAME records pointing to them
Stars: ✭ 31 (-50.79%)
Mutual labels:  scanner
one-scan
多合一网站指纹扫描器,轻松获取网站的 IP / DNS 服务商 / 子域名 / HTTPS 证书 / WHOIS / 开发框架 / WAF 等信息
Stars: ✭ 44 (-30.16%)
Mutual labels:  scanner
vulners-agent
Agent scanner for vulners.com
Stars: ✭ 62 (-1.59%)
Mutual labels:  scanner
cassler
🕷️ 🕷️ 🕷️ Validate SSL Certificates around web
Stars: ✭ 55 (-12.7%)
Mutual labels:  scanner
stock scan1
Working Demo of Barcode/QR code scanner using VueJs+Quasaar+Cordova
Stars: ✭ 42 (-33.33%)
Mutual labels:  scanner
PXXTF
Framework For Exploring kernel vulnerabilities, network vulnerabilities ✨
Stars: ✭ 23 (-63.49%)
Mutual labels:  scanner
vuln-headers-extension
Firefox extension which parses the headers of all the requests which are being flowing through your firefox browser to detect for vulnerabilities.
Stars: ✭ 55 (-12.7%)
Mutual labels:  scanner
juumla
🦁 Juumla is a python tool created to identify Joomla version, scan for vulnerabilities and search for config or backup files.
Stars: ✭ 107 (+69.84%)
Mutual labels:  scanner
WSD-python
Web Services for Devices (WSD) tools and utilities for cross platform support
Stars: ✭ 22 (-65.08%)
Mutual labels:  scanner
PSnmap
Svendsen Tech's PowerShell nmap-like port scanner accepting IPv4 CIDR notation
Stars: ✭ 37 (-41.27%)
Mutual labels:  portscanner

beholder

beholder是一款简洁而小巧的系统,主要作用是通过监控端口变化来发现企业内部的信息孤岛。例如:运维或开发新部署了一台机器未通知安全。没有采用masscan+nmap的组合进行检测,原因是在实际的使用中发现,虽然masscan可以提高扫描速度,但是漏报的情况太严重了。最终还是只使用nmap来进行探测。

系统由 beholder_scannerbeholder_web 两个部分组成。这两个部分可以部署在一台机器上,也可以分开部署在不同的机器上。当前项目为 beholder_scanner部分beholder_web部分可以查看这里

  • beholder_scanner:对IP进行端口扫描、比较端口变化,可部署多个beholder_scanner来组成集群加快扫描速度。
  • beholder_web:提供前端界面展示。

支持任务

  • 常规扫描:一次性的普通端口扫描任务
  • 比较端口变化:用于比较两次扫描结果的端口变化
  • 监控端口开放情况:一般用于监控IP是否开放高危端口,如开放则告警

支持平台

  • Linux
  • Windows

安装指南

Python 2.7 Mongodb 3.x Redis 3.x

总共有三种安装方式,分别是:

  1. Demo版部署
  2. 源码部署
  3. 基于docker的分布式部署
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].