Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mdxjj/ByPassAVAddUser
https://github.com/Mdxjj/ByPassAVAddUser
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Mdxjj/ByPassAVAddUser
- Owner: wahaha1573
- Created: 2021-06-05T12:08:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T12:57:28.000Z (over 3 years ago)
- Last Synced: 2024-08-20T08:07:20.213Z (3 months ago)
- Language: Go
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-hacking-lists - Mdxjj/ByPassAVAddUser - (Go)
README
# 绕过杀软添加用户 By Golang
ByPassAVAddUser.exe会默认添加一个用户(testnb$/123@pass)
目前在火绒和360上进行测试,可以绕过
ByPassAVAddUserCli.exe支持自定义用户名和密码
用法:
ByPassAVAddUserCli.exe -u admin -p password
```
Usage of ByPassAVAddUserCli.exe:
-p string
密码
-u string
用户名
```![](./PictureFile/360.jpg)
![](./PictureFile/huorong.jpg)
![](./PictureFile/ByPass360.jpg)
![](./PictureFile/ByPassHuoRong.jpg)
## 参考:
https://docs.microsoft.com/zh-cn/windows/win32/api/lmaccess/nf-lmaccess-netuseradd/
https://github.com/CodyGuo/xcgui/blob/master/doc/cToGo.go
https://github.com/iamacarpet/go-win64api/blob/master/users.go
https://git.itch.ovh/itchio/ox/-/blob/ec75be15423d72ab9691a3318ecce3feee67b19b/syscallex/netapi32_windows.go
https://pkg.go.dev/github.com/itchio/ox/syscallex#NetUserAdd