Penetration_Testing_POC/adduser添加用户.md
2020-01-07 20:32:56 +08:00

20 lines
686 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### adduser 单文件添加用户
>【内网渗透-创建Windows用户】
> Ps: net net1 等常见命令被过滤
![](./img/adduser1.png)
![](./img/adduser2.png)
> 简介adduser项目以编程方式创建“本地管理员” Windows用户。需要管理员权限。创建的用户被硬编码为以下内容
> 默认登录名audit 密码Test123456789!
![](./img/adduser3.png)
![](./img/adduser4.png)
> [你可以在源码中自定义修改账号密码](https://github.com/newsoft/adduser/blob/master/adduser.c#L39)
![](./img/adduser5.png)
> 内容来自 https://twitter.com/jas502n/status/1214413798330601472 此处仅作学习保留