Giter Club home page Giter Club logo

tb_check's Introduction

壹 TB_check介绍

该工具是基于微步接口对本机恶意IP自检的工具,其中有三个参数:

-k:微步的key值,必须要有该参数 -u:对指定IP进行单次检测 -c:对本机的所有IP进行检测,格式建议用-c=xxxxxx,默认值:true,进行自检

创建一个文件夹:TB_check,新建四个文件:main.gocheck.gofunction.gotype.go,在TB_check文件夹打开cmd,运行go build .,即可生成文件。

贰 使用

# 编译
go build -ldflags="-s -w" -trimpath -o TB_check_darwin_amd64 .
go build -ldflags="-s -w" -trimpath -o TB_check_linux_amd64 .
go build -ldflags="-s -w" -trimpath -o TB_check_windows_amd64.exe . 

image-20230811211644745

image-20230811211551926

image-20230811211758110

叁 更新

  • v1.0.0 初始版本
  • v1.0.1 修复了bug

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.