add adduser添加用户

This commit is contained in:
mr-xn 2020-01-07 20:32:56 +08:00
parent 8686ffd2ea
commit cd2b4e4ebc
7 changed files with 21 additions and 0 deletions

View File

@ -167,6 +167,7 @@
- [内网常见渗透工具包](https://github.com/yuxiaokui/Intranet-Penetration)
- [从内存中加载 SHELLCODE bypass AV查杀](https://github.com/brimstone/go-shellcode)|[twitter示例](https://twitter.com/jas502n/status/1213847002947051521)
- [流量转发工具-pingtunnel是把tcp/udp/sock5流量伪装成icmp流量进行转发的工具](https://github.com/esrrhs/pingtunnel)
- [内网渗透-创建Windows用户(当net net1 等常见命令被过滤时,一个文件执行直接添加一个管理员【需要shell具有管理员权限l】](https://github.com/newsoft/adduser)|[adduser使用方法](./adduser添加用户.md)
## 书籍相关

20
adduser添加用户.md Normal file
View File

@ -0,0 +1,20 @@
### 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 此处仅作学习保留

BIN
img/adduser1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
img/adduser2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
img/adduser3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
img/adduser4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
img/adduser5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB