miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-12-29 02:50:22 +01:00
docs: update Sécurité/Pentest/Process-Hollowing
Cette révision appartient à :
Parent
3f66be22b4
révision
dc68c90536
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -2,7 +2,7 @@
|
|||
title: Process Hollowing
|
||||
description: On mets Kaspersky en PLS
|
||||
published: true
|
||||
date: 2021-08-18T16:08:43.212Z
|
||||
date: 2021-08-18T16:11:30.302Z
|
||||
tags: sécurité, anti-virus, c#, powershell
|
||||
editor: markdown
|
||||
dateCreated: 2021-08-18T09:52:51.760Z
|
||||
|
@ -130,7 +130,7 @@ namespace Assembly
|
|||
public static void runner ()
|
||||
{
|
||||
|
||||
//petit timer pour check si il y a un AV.Les AV accèlerent les wait, donc si le temps est différent, avant/après le wait, on quite
|
||||
//Petit timer pour check si il y a un AV. Les AV accèlerent les wait, donc si le temps est différent, avant/après le wait, on quitte
|
||||
DateTime t1 = DateTime.Now;
|
||||
Sleep(2000);
|
||||
double t2 = DateTime.Now.Subtract(t1).TotalSeconds;
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket