Skip to content
View zer0dac's full-sized avatar

Block or report zer0dac

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
zer0dac/README.md

Hi mate 👽

WARNING & DISCLAIMER

This profile and linked repositories may include proof-of-concept code, exploits, brute-forcers and offensive security tools intended only for authorized lab use and security research. Do NOT run any tool against systems you do not own or do not have explicit written permission to test.

Whoami

 class Whoami {
 static nickname = "zer0dac";
 static password = "do_not_use_hardcoded_password_in_your_code_123!"
 static purpose = "pursue advanced red team operations, develop offensive tooling, and improve overall security by finding gaps and sharing fixes";
 static location = "Somewhere in the world (probably Turkey)";
 static ambitions = ["break", "bypass", "discover practical workarounds", "develop", "share"];
}

console.log(Whoami.nickname, "-", Whoami.purpose);
console.log("Location:", Whoami.location);
console.log("Ambitions:", Whoami.ambitions.join(", "));	

Pinned Loading

  1. Godfather-Virtual-App-Reborn-For-Hardening Godfather-Virtual-App-Reborn-For-Hardening Public

    Java

  2. .NET-Memory-Shellcode-Loader .NET-Memory-Shellcode-Loader Public

    C#

  3. smart-contract-auditing-codes smart-contract-auditing-codes Public

    Vulnerable codes and malicious contracts related to Smart Contract Auditing, as discussed in my presentation, intended for exploitation

    Solidity

  4. Linux-Process-Injector-PoC Linux-Process-Injector-PoC Public

    C

  5. DLL-Hijacking-PoC DLL-Hijacking-PoC Public

    C

  6. Simple-Reverse-Shell-Assembly Simple-Reverse-Shell-Assembly Public

    Assembly