Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedescripts/ad-spray.sh
Script para realizar password spraying en entornos de AD utilizando la herramienta SMBClient
https://github.com/fedescripts/ad-spray.sh
active-directory bash-script ethical-hacking hacking hacking-tools pentest-scripts pentest-tool pentesting pentesting-windows red-team-tools redteam
Last synced: 23 days ago
JSON representation
Script para realizar password spraying en entornos de AD utilizando la herramienta SMBClient
- Host: GitHub
- URL: https://github.com/fedescripts/ad-spray.sh
- Owner: fedeScripts
- License: gpl-3.0
- Created: 2024-12-09T15:02:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T17:21:48.000Z (23 days ago)
- Last Synced: 2024-12-30T18:28:57.908Z (23 days ago)
- Topics: active-directory, bash-script, ethical-hacking, hacking, hacking-tools, pentest-scripts, pentest-tool, pentesting, pentesting-windows, red-team-tools, redteam
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ad-spray.sh
Script bash que realiza ataques de password Sprying y fuerza bruta sobre servidores SMB en entornos de AD, utilizando la herramienta smbclient.## Uso
``` bash
./ad-spray.sh -U [archivo_usuarios] -p [contraseña] -s [servidor] -d [dominio]
```##### Opciones:
```
-U Archivo con la lista de usuarios (uno por línea)
-u Un único usuario
-P Archivo con la lista de contraseñas (una por línea)
-p Una única contraseña
-s Servidor SMB (por ejemplo, 192.168.1.10)
-d Dominio (opcional)
-t Velocidad (1: Paranoid, 2: Stealth (por defecto), 3: Fast, 4: More fast)
```## Instalación
Es necesario tener instalada la herramienta smbclient para utilizar este script.
```bash
sudo apt install smbclient
git pull https://github.com/fedeScripts/ad-spray.sh.git
cd ad-spray.sh && chmod +x ad-spray.sh
./ad-spray.sh
```## Autor
- Federico Galarza - [@fedeScripts](https://github.com/fedeScripts)[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/federico-galarza)