[S] Worked on nim.

This commit is contained in:
eline
2023-11-29 00:22:39 +01:00
parent 8e703198b8
commit e774316a70
10 changed files with 1089 additions and 2 deletions

View File

@@ -14,11 +14,18 @@ format:
# mic_reg.nim
[Broken]
Checks if Windows OSD is enabeld.
Checks if Windows OSD is enabled.
# encfile.nim
Has multiple functions to encrypt text and/or files (streams) with AES-256 derived using HMAC (SHA512_256). Max. password size 1024.
Has a fingerprint/is detectable.
# OFFENSIVEencfile.nim
Very stripped-down encryption tool. Takes a stream and encrypts it (AES256 with HMAC SHA512_256). No max. password size.
Has a fingerprint/is detectable.
# Packer.nim
Ideally a "packer"/loader for the main stage. Still very experimental and needs heavy rework.
# bsod.nim
Serves a BSOD to targets on Windows.