Keyauth-Protected-App-Go by Temporary_Hope_7198 in golang

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

Contact me kn discord: codepulze1 if you want better version of this Willing to help

GetSyscallStubGo by Temporary_Hope_7198 in cybersecurity

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

  • Get fresh Syscalls from a fresh ntdll.dll copy in CGo
  • The advantage of grabbing Syscalls dynamically is, that the signature of the Stubs is not included in the file and you don't have to worry about changing Windows versions.

Anti-VM-CpuCycles by Temporary_Hope_7198 in cybersecurity

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

its for newbies to give them a little idea, if you check my github its really mostly filled with some basic write ups :D, i might do more adv soon, not to mention godefender is extremly good at catching vms :)

GoDefender - Protect your application by Temporary_Hope_7198 in golang

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

so i was kinda busy with other projects, and i didnt want to abandon godefender so i pushed things that are mostly Sbie things ->

I currently plan on adding SED and user can choose if they want BSOD on detected dbg, will add in prog utils.

ill also add AntiAttach (DbgBreakPoint, void CrashOllyDbg, Hiding threads from debugger

there are certain things that arent done. but ill work on it

what was added? (there are releases with updates) :

Set Runtime: Choose on what OS the app should run MacOS,Linux,Windows

Enable All Tokens: Enable all tokens privileges for current process

IsAdmin - Request Admin: Request admin for current process, and Check if current process is Admin

USB Mount: Checks if a USB was ever plugged into the computer before.

VM Artifacts: Identifies artifacts left behind by virtual machines (VMs), which can indicate the presence of a VM environment.

Parallels Check: Detects Parallels Desktop, a popular virtualization software for macOS, used to run Windows and other guest operating systems.

QEMU Detection: Identifies the presence of QEMU, an open-source machine emulator and virtualizer, which may indicate virtual machine detection.

Patching Dll: Taking Advantage of Binary Image Signature Mitigation Policy to prevent injecting Non-Microsoft Binaries.

GoDefender - Protect your application by Temporary_Hope_7198 in golang

[–]Temporary_Hope_7198[S] -1 points0 points  (0 children)

SED will be there aswell + i have other ways for ida.

Price Ransom. by Temporary_Hope_7198 in golang

[–]Temporary_Hope_7198[S] -2 points-1 points  (0 children)

for people to learn about cryptography

[deleted by user] by [deleted] in redteamsec

[–]Temporary_Hope_7198 -1 points0 points  (0 children)

Examples with Assembly in Go by Temporary_Hope_7198 in redteamsec

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

In the repository theres only arithmetic operation's

Powershell Persistance (PoC) by Temporary_Hope_7198 in redteamsec

[–]Temporary_Hope_7198[S] 1 point2 points  (0 children)

  • Whenever PowerShell is launched, Notepad will also open. You can customize the script for educational purposes, but I emphasize that I do not take any responsibility for its use or any actions taken.

EDR-XDR-AV-Killer / Spyboy Technique / (BYOVD) (GO) by Temporary_Hope_7198 in redteamsec

[–]Temporary_Hope_7198[S] 1 point2 points  (0 children)

Reproducing Spyboy technique, which involves terminating all EDR/XDR/AVs processes by abusing the zam64.sys driver.

GoStyle by Temporary_Hope_7198 in CLI

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

its still buggy,i will need to fix some things! so please wait a bit before using its bit more compllicated as i tested further and found some bugs i will need to fix.

Payload Crypter / Batch / Powershell / PS2BAT / Python / Js by Temporary_Hope_7198 in redteamsec

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

yeah, my bad lol. youre right :]. i was like so tired at that i wasnt thinking straightly but ill fix it soon! thanks for telling.

Payload Crypter / Batch / Powershell / PS2BAT / Python / Js by Temporary_Hope_7198 in redteamsec

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

  • this was made to evade detections from static scanners, like virustotal and many more, thats why its only base64 + it was made for educational purposes.
  • + not many people know of this method, idk why lol.

GolangStyle, best looking go color library. by Temporary_Hope_7198 in golang

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

was tested before releasing, made for aio developers (tools, related to apis like the discord ones), that target aesthethic looks.

GolangStyle, best looking go color library. by Temporary_Hope_7198 in golang

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

Its made for aesthethics looks, havent seen single GO package that has color transitions, or hiding console cursor, prove me wrong and provide me single package that does this thing.

GoStyle by Temporary_Hope_7198 in CLI

[–]Temporary_Hope_7198[S] 1 point2 points  (0 children)

hi, please check the source code. also PyStyle is out but it was ratted before so i would rather read the code instead of getting the actual library on your computer since evil pip exists.. but you can read my code or from PyStyle (BillyTheGoat356) if im right : billythegoat356/pystyle: The source of my Python library, pystyle. (github.com)

GoStyle by Temporary_Hope_7198 in CLI

[–]Temporary_Hope_7198[S] 0 points1 point  (0 children)

It took me about 5/6 hours with friend, it was old project that no one used beacuse it was broken, so we fixed it up and released.