Skip to content

使用Go语言开发的Linux权限审计工具

Notifications You must be signed in to change notification settings

Wjinlei/hwsaudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go语言开发的Linux下的权限审计工具,欢迎PR。

preview

前端页面效果图

Requirements

  • musl

Build

CC=/usr/local/musl/bin/musl-gcc go build -a -ldflags '-s -w -linkmode "external" -extldflags "-static"'

Command

如果某位不写,则为默认值

  • run
    -C 默认值 "file"
    -d 默认值 "./"
    -u 默认值 "*" 匹配所有
    -m 默认值 "*" 匹配所有
    -a 默认值 " " 默认为空代表不检查,**:* 代表匹配所有
    -s 默认值 false
    -t 默认值 false
  • webserver
  • version

FAQ

  • 项目前端
  • ./hwsaudit or ./hwsaudit help [command]
  • 你还可以将输出结果扔给fzf,以供选择

About

使用Go语言开发的Linux权限审计工具

Resources

Stars

Watchers

Forks

Packages

No packages published