Git Product home page Git Product logo

goskylar's Introduction

goSkylar

简介

分布式资产扫描引擎,帮助企业实时扫描外网ip端口开放和banner信息。扫描内核基于masscan+nmap,调度模块基于改造版goworker,支持Agent在线升级,对任何异常有报警功能。

架构设计

avatar

Setup

1.配置Agent和Server端的conf文件,包括redis地址和Agent版本号获取地址等。

2.执行sh build_linux.sh获取最新Agent文件,上传到Agent服务器上。

3.Agent端执行(masscan和nmap分别搭建在不同机器)

./agent -queues="masscan" -interval=5.0 -connections=100 -concurrency=1

./agent -queues="nmap" -interval=5.0 -connections=100 -concurrency=1

4.部署Server

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build

上传Server二进制文件

./Server

5.本地可以通过Console查看当前机器个数,masscan和nmap任务数量。

致谢

感谢Dean2021大佬

goskylar's People

Contributors

dean2021 avatar bipabo1l avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.