Skip to content

A7cc/TB_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

壹 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages