Files
2021-02-03 04:14:01 +00:00

23 lines
431 B
C

/*-
*
* dns over http(s) persistence stager.
* grabs a binary payload over a txt
* record before going back to sleep
* for a specified time.
*
* before going to sleep, it will try
* to obfuscate itself in memory and
* hide its return address.
*
* Copyright (c) 2021 Austin Hudson
* Copyright (c) 2021 GuidePoint Security LLC
*
-*/
#ifndef _PEB_H_
#define _PEB_H_
D_SEC(B) PVOID PebGetModule( IN ULONG Hsh );
#endif