Skip to content

Instantly share code, notes, and snippets.

View chloricacid's full-sized avatar

Clov chloricacid

  • Equilibirum
  • 11:58 (UTC +03:00)
View GitHub Profile
@dolfies
dolfies / Get-ExecutableFingerprint.ps1
Created July 22, 2026 01:14
Discord's executable fingerprint
<#
In case you're wondering what exactly Discord's executable fingerprint contains, the following is collected:
- The executable file size
- The PE TimeDateStamp (compile timestamp)
- The PE SizeOfImage
- SHA256 of the PE headers before the section table
- SHA256 of the PE section table
- Whether the executable is signed
- For signed executables: SHA256 of the certificate subject name plus the certificate public key hash
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active August 24, 2026 15:21
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@NikanWasTaken
NikanWasTaken / logsWithForums.md
Last active July 26, 2026 15:18
Creating Github webhook logs with discord forums

1. Create a forums channel in your Discord server

Create a forums channel in your discord server, and deny create posts and send messages in posts permissions for @everyone

picture

picture

2. Create a webhook under the forums channel