Skip to content

Commit

Permalink
Update HTTP-Post.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
conway87 authored Aug 21, 2024
1 parent 96ae400 commit 7c963f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion HEG/Scripts/Exfiltration/HTTP-Post.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c963f8

Please sign in to comment.