> For the complete documentation index, see [llms.txt](https://activedirectory.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://activedirectory.mrw0l05zyn.cl/general/herramientas.md).

# 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>
