w-digital-scanner/w12scan:
2019-05-15 11:42:28 Author: github.com(查看原文) 阅读量:341 收藏

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up

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

Permalink

Type Name Latest commit message Commit time
Failed to load latest commit information.
Server 🚧用户设置界面 Apr 18, 2019
application 🐛前端样式小bug Apr 23, 2019
doc 🔖0.2 release Apr 21, 2019
dockerconf 🚧dockerfile自动添加用户 Apr 20, 2019
pipeline 🔧fix user_add path load faild Apr 21, 2019
static 💄减小背景图片大小 Apr 21, 2019
.gitignore update gitignore Feb 15, 2019
Dockerfile 精简js&&nginx部署转发 Feb 23, 2019
LICENSE Initial commit Jan 23, 2019
README-ZH.md 更新演示视频 Apr 24, 2019
README.md Merge branch 'master' of https://github.com/boy-hack/w12scan into login Apr 21, 2019
config.py 🔖0.2 release Apr 21, 2019
docker-compose.yml 📝 添加多机分布式部署文档 Apr 9, 2019
manage.py first blood Jan 23, 2019
requirements.txt 🚧搜索API Apr 21, 2019

Chinese

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

Here is a web source program,but the scanning end is at w12scan-client

w12scan

Thinking

Based on python3 + django + elasticsearch + redis and use the web restful api to add scan targets.

w12scan

Feature

Web

  • Powerful 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 all domain names on 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, you can see the number of node scans and the node scan log.
  • Task restful
    • Provides an interface to add tasks, 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 while to visit http://127.0.0.1:8000 Default account boyhack:boyhack

Telegram Group

Telegram Group:https://t.me/joinchat/MZ16xBd1HRD2Nq_o1T8XIQ

Some Issue

  1. The elasticsearch memory usage capacity is 512M by default, please adjust dynamically according to the machine configuration.
  2. For Windows, you need to pay attention to https://github.com/boy-hack/w12scan/issues/12 (thanks @Hotsunrize).
  3. Q:How to install distributed A:Deployment

Legal

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


文章来源: https://github.com/w-digital-scanner/w12scan
如有侵权请联系:admin#unsafe.sh