> For the complete documentation index, see [llms.txt](https://wiki.securiters.com/securiters-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.securiters.com/securiters-wiki/_tools.md).

# Tools & Scripts

## Distribuciones & VMs

* Kali Linux - <https://www.kali.org/get-kali/>
* Parrot OS - <https://www.parrotsec.org/download/>
* BlackArch - <https://blackarch.org/index.html>
* Tails - <https://tails.boum.org/install/index.en.html>
* Whonix - <https://www.whonix.org/wiki/Download>
* Qubes - <https://www.qubes-os.org/>
* Kodachi - <https://distrowatch.com/table.php?distribution=kodachi>
* TraceLabs - <https://www.tracelabs.org/initiatives/osint-vm>

## Detalle de herramientas

[BloodHound](/securiters-wiki/_tools/bloodhound.md)

[Burp Suite](/securiters-wiki/_tools/burpsuite.md#burp-suite)

[Frida](/securiters-wiki/_tools/analisisdinamicoios.md)

[Wireshark](/securiters-wiki/_tools/wireshark.md)

## Más herramientas

### Web

#### ZAP Proxy

Proxy gratuito desarrollado por OWASP

{% hint style="info" %}
Recurso:

<https://www.zaproxy.org/>
{% endhint %}

### Móviles

#### 1. MARA Framework

Repositorio - <https://github.com/xtiankisutsa/MARA\\_Framework>

Instalar:

```
git clone --recursive https://github.com/xtiankisutsa/MARA_Framework
cd MARA-Framework
./setup.sh
```

Analizar el apk:

```
 ./mara.sh -s appName.apk
```

El resultado del análisis se encuentra en /MARA\_Framework/data/

Es necesario analizar los ficheros para descartar falsos positivos

#### 2. MobSF

Repositorio - <https://github.com/MobSF/Mobile-Security-Framework-MobSF>

Instalar:

```
git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
cd Mobile-Security-Framework-MobSF
./setup.sh
```

Ejecutar:

```
./run.sh 127.0.0.1:8000
```

### Codificación & Cifrado

* [Name-that-hash](https://github.com/HashPals/Name-That-Hash)

### Navegadores que priorizan la seguridad

* <https://librewolf.net/>

## Otras herramientas

* <https://github.com/netblue30/firejail>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.securiters.com/securiters-wiki/_tools.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.
