Skip to content

Instantly share code, notes, and snippets.

@Cyrhades
Last active May 2, 2025 08:24
Show Gist options
  • Save Cyrhades/a6ce36a740268f4da35850365a9ab636 to your computer and use it in GitHub Desktop.
Save Cyrhades/a6ce36a740268f4da35850365a9ab636 to your computer and use it in GitHub Desktop.
Analyse mémoire - Pour commencer (1/2)
# En utilisant Volatility 3
### **Obtenir le nom d’utilisateur et machine**
`vol -f /mnt/c/Users/cyrha/Desktop/demo/file.dmp windows.envars | grep -Ei '(USERNAME|COMPUTERNAME)'`
### **Obtenir l'adresse IP**
`vol -f /mnt/c/Users/cyrha/Desktop/demo/file.dmp windows.netscan`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment