Skip to content
View shaddy43's full-sized avatar
🙂
Alhamdulilah
🙂
Alhamdulilah
Block or Report

Block or report shaddy43

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. MalwareAnalysisSeries MalwareAnalysisSeries Public

    This repository contains the analysis reports, technical details or any tools created for analyzing a piece of malware sample. Additionally, the repo also contains interesting TTPs extracted and re…

    C++ 7

  2. AES_Shellcode_Encryptor AES_Shellcode_Encryptor Public

    This repository contains a tool that can encrypt all type of files and give the encrypted output in the form of an encrypted shellcode. Process of encrypting shellcode is very important for injecti…

    C# 12 6

  3. ReverseShell_NC ReverseShell_NC Public

    This repository contains a program that gives remote shell connection on the sockets back to the c2 server. This connection can be listened on Netcat as well. It is just a PoC for getting reverse s…

    C# 5 4

  4. Donut_Injector Donut_Injector Public

    This repo gives you an injector that bypasses static and dynamic analysis. The shellcodes that are injected must be encrypted with a key and decrypted at runtime to avoid detection.

    C# 2

  5. Position_Independent_Backdoor Position_Independent_Backdoor Public

    This project contains methodology of creating position independent code that is used to extract shellcode from the generated binary. Position independent shellcode could be injected in any process …

    Assembly 2

  6. PocketEncryptor PocketEncryptor Public

    My own personal pet project that i use for encrypting private files before saving them on hard drives or on cloud. This repo can encrypt and decrypt any type of file (videos, images, files, docs et…

    C#