mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2025-06-20 01:40:29 +00:00
add adduser添加用户
This commit is contained in:
parent
8686ffd2ea
commit
cd2b4e4ebc
@ -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
20
adduser添加用户.md
Normal file
@ -0,0 +1,20 @@
|
||||
### adduser 单文件添加用户
|
||||
|
||||
>【内网渗透-创建Windows用户】
|
||||
|
||||
> Ps: net net1 等常见命令被过滤
|
||||
|
||||

|
||||

|
||||
|
||||
> 简介:adduser项目以编程方式创建“本地管理员” Windows用户。需要管理员权限。创建的用户被硬编码为以下内容:
|
||||
|
||||
> 默认登录名:audit 密码:(Test123456789! )
|
||||

|
||||

|
||||
|
||||
> [你可以在源码中自定义修改账号密码](https://github.com/newsoft/adduser/blob/master/adduser.c#L39)
|
||||
|
||||

|
||||
|
||||
> 内容来自 https://twitter.com/jas502n/status/1214413798330601472 此处仅作学习保留
|
BIN
img/adduser1.png
Normal file
BIN
img/adduser1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
img/adduser2.png
Normal file
BIN
img/adduser2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
img/adduser3.png
Normal file
BIN
img/adduser3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
img/adduser4.png
Normal file
BIN
img/adduser4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
img/adduser5.png
Normal file
BIN
img/adduser5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Loading…
x
Reference in New Issue
Block a user