# Herramientas

## adidnsdump

* <https://github.com/dirkjanm/adidnsdump>

## ASREPRoast

* <https://github.com/HarmJ0y/ASREPRoast>

```powershell
Import-Module .\ASREPRoast.ps1
```

## BloodHound

* <https://github.com/BloodHoundAD/BloodHound>

### Ingestor/collector <a href="#bloodhound-ingestor-collector" id="bloodhound-ingestor-collector"></a>

* BloodHound.py (Linux/Unix)
  * <https://github.com/fox-it/BloodHound.py>
* SharpHound (Windows)
  * Ejecutable (.exe): <https://github.com/BloodHoundAD/SharpHound>
  * PowerShell: [SharpHound.ps1](https://github.com/BloodHoundAD/BloodHound/blob/master/Collectors/SharpHound.ps1)

## CrackMapExec

* <https://github.com/Porchetta-Industries/CrackMapExec>

## DomainPasswordSpray

* <https://github.com/dafthack/DomainPasswordSpray>

```powershell
Import-Module .\DomainPasswordSpray.ps1
```

## Evil-WinRM

* <https://github.com/Hackplayers/evil-winrm>

## Hashcat

* <https://hashcat.net/>

## HFS (HTTP File Server)

* <https://www.rejetto.com/hfs/>

## Inveigh

* <https://github.com/Kevin-Robertson/Inveigh>

```powershell
Import-Module .\Inveigh.ps1
```

## Impacket

* <https://github.com/SecureAuthCorp/impacket>

## Kerbrute

* <https://github.com/ropnop/kerbrute>

## LDAPDomainDump

* <https://github.com/dirkjanm/ldapdomaindump>

## ldapsearch

* <https://linux.die.net/man/1/ldapsearch>

## Mimikatz

* <https://github.com/ParrotSec/mimikatz>

### Invoke-Mimikatz

* <https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Invoke-Mimikatz.ps1>

```powershell
Import-Module .\Invoke-Mimikatz.ps1
```

## Módulo ActiveDirectory PowerShell

Importar módulo.

```powershell
Import-Module ActiveDirectory
```

Importar módulo desde DLL.

* <https://github.com/samratashok/ADModule>

```powershell
Import-Module .\Microsoft.ActiveDirectory.Management.dll
Import-Module .\ActiveDirectory\ActiveDirectory.psd1
```

## Powercat

* <https://github.com/besimorhino/powercat>

```powershell
Import-Module .\powercat.ps1
```

## PowerUp

* <https://github.com/PowerShellMafia/PowerSploit/blob/master/Privesc/PowerUp.ps1>

```powershell
Import-Module .\PowerUp.ps1
```

## PowerUpSQL

* <https://github.com/NetSPI/PowerUpSQL>

```powershell
Import-Module .\PowerUpSQL.ps1
```

## PowerView

* <https://github.com/PowerShellMafia/PowerSploit/tree/master/Recon>

```powershell
Import-Module .\PowerView.ps1
```

## Responder

* <https://github.com/lgandx/Responder>

## Rubeus

* <https://github.com/GhostPack/Rubeus>

## SharpView

* <https://github.com/tevora-threat/SharpView>

## Snaffler

* <https://github.com/SnaffCon/Snaffler>

## WADComs

* [https://wadcoms.github.io](https://wadcoms.github.io/)

## windapsearch

* <https://github.com/ropnop/windapsearch>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://activedirectory.mrw0l05zyn.cl/general/herramientas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
