w12scan

? A simple asset discovery engine for cybersecurity. (网络资产发现引擎)

  • 所有者: w-digital-scanner/w12scan
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

w12scan

Chinese

W12scan is a network asset discovery engine that can automatically aggregate related assets for analysis and use. W12scan is also my graduation design. :)

Here is a web source program and the scanning end is at w12scan-client.

w12scan

Thinking

Based on python3 + django + elasticsearch + redis.

w12scan

Feature

Web

  • Search syntax
    • Search for cms, service, titles, country regions, etc., to quickly find relevant targets.
      • title=“abc” # Search from the title
      • header=“abc” # Search from http header
      • body=“123” # Search from body text
      • url = “*.baidu.com” # Search for subdomains of baidu.com
      • ip = ‘1.1.1.1’ # Search from IP,support '192.168.1.0/24' and '192.168.1.*'
      • port = ‘80’ # Search form port
      • app = ’nginx’ # Search application
      • country = ‘cn’ # Search from country
      • service = ‘mysql’ # Search from service
      • bug = 'xx' # Search from Vulnerability
  • Custom assert
    • By customizing a company-related domain name or ip asset, w12scan will automatically help you find the corresponding asset target. When you browse the target, there is a prominent logo to remind you of the target's ownership.
  • Automatic association
    • Enter the target details. If the target is ip, all domain names on the ip and the c class will be automatically associated. If the target is a domain name, the adjacent station, segment c and subdomain are automatically associated.
  • Multi-node management
    • WEB will check the status of the node every few minutes and you can see the number of node scans and the node scan log.
  • Task restful
    • W12Scan provides an interface to add tasks and you can add it on the WEB side or integrate it in any software.

Scanning end

  • Poc
    • Call the latest poc script online via airbug.
  • Built-in scan script
    • Common vulnerability verification service built into the scanner.
  • Scanning
    • Use masscan,nmap,wappalyzer,w11scan.
  • Easy to distribute
    • This is taken into account in the design of the program architecture. It is very easy to distribute and run the scan terminal directly on another machine. It also can be distributed based on docker, celery service.

Installation

Quickly build an environment with docker

git clone https://github.com/boy-hack/w12scan
cd w12scan
docker-compose up -d

Wait a moment to visit http://127.0.0.1:8000.
Default account boyhack:boyhack.

Some Issues

  1. For Windows, you need to pay attention to https://github.com/boy-hack/w12scan/issues/12 (thanks @Hotsunrize).
  2. Q:How to install distributed A:Deployment

This program is mainly used to collect network data for analysis and research. Please follow the relevant local laws before using this program.

主要指標

概覽
名稱與所有者w-digital-scanner/w12scan
主編程語言CSS
編程語言Python (語言數: 6)
平台
許可證MIT License
所有者活动
創建於2019-01-23 03:09:49
推送於2022-12-08 01:35:40
最后一次提交2020-04-26 10:11:47
發布數2
最新版本名稱v0.2 (發布於 )
第一版名稱0.1 (發布於 )
用户参与
星數1.3k
關注者數43
派生數354
提交數147
已啟用問題?
問題數82
打開的問題數26
拉請求數3
打開的拉請求數2
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?