Aller au contenu

Post Exploitation Basics

olt{Lien du CTF.

Enumération

PowerView

https://github.com/darkoperator/Veil-PowerView/tree/master/PowerView https://book.hacktricks.xyz/windows-hardening/basic-powershell-for-pentesters/powerview

Liste de commande : - Invoke-ShareFinder : liste les partages réseaux Windows.

  • Get-NetComputer -fulldata | findstr operatingsystem : liste les system d'exploitation des PC sur le réseau.

Bloudhound

Installation

  1. Installer le paquet :
sudo apt install bloodhound
 ```

 2. Démarrer Neo4j :

```bash
sudo neo4j start
 ```

 3. Se connecter avec les users par défaut :

> Username: neo4j
Password: neo4j

4. Changer le mot de passe.
5. Se connecter en `bolt`.
6. Enfin lancer BloodHound

```bash
bloodhound