Last active
May 2, 2025 08:24
-
-
Save Cyrhades/a6ce36a740268f4da35850365a9ab636 to your computer and use it in GitHub Desktop.
Analyse mémoire - Pour commencer (1/2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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