From 7c963f813f2ad959ca5fb3dfbd317dfbec26fbc1 Mon Sep 17 00:00:00 2001 From: Conway87 <70978365+conway87@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:05:27 +0100 Subject: [PATCH] Update HTTP-Post.ps1 --- HEG/Scripts/Exfiltration/HTTP-Post.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HEG/Scripts/Exfiltration/HTTP-Post.ps1 b/HEG/Scripts/Exfiltration/HTTP-Post.ps1 index 92e3acf..228dcbd 100644 --- a/HEG/Scripts/Exfiltration/HTTP-Post.ps1 +++ b/HEG/Scripts/Exfiltration/HTTP-Post.ps1 @@ -1,4 +1,7 @@ -$apiKey = "6nxrBm7UIJuaEuPOkH5Z8I7SvCLN3OP0" +# API key was generated soley for this project +# If abused by others, it could be revoked, in which case, please generate your own private api key and use that. + +$apiKey = "6nxrBm7UIJuaEuPOkH5Z8I7SvCLN3OP0" $filePath = ".\Tools\Random_Data.txt" $content = Get-Content $filePath -Raw