Skip to content
View yukhyShell5's full-sized avatar

Block or report yukhyShell5

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
yukhyShell5/README.md

Typing SVG

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

import "@openzeppelin/contracts/access/Ownable.sol";

/**
 * @title Profile_yukhyShell5
 * @author yukhyShell5
 * @notice Web3 Vulnerability Researcher & Tool Builder
 */
contract YukhyShell5 is WhiteHat, ToolBuilder {

    string public constant FOCUS = "DeFi, EVM, Smart Contract Auditing";
    string public constant LOCATION = "Blockchain (Worldwide)";
    
    struct Skills {
        string[] languages;
        string[] tools;
        string[] interests;
    }

    constructor() {
        // Initializing Researcher Stats...
    }

    function getTechStack() public pure returns (Skills memory) {
        return Skills({
            languages: ["Solidity", "Yul", "Go", "Python", "TypeScript"],
            tools: ["Foundry", "Hardhat", "Slither", "Echidna", "Mythril"],
            interests: ["Price Manipulation", "Reentrancy", "Frontrunning", "Signature Malleability "]
        });
    }

    function currentFocus() public view returns (string memory) {
        return "Building Automated Fuzzing Tools & Auditing DAOs";
    }
    
    /* * @dev Contact me securely via PGP
     * Website: [https://github.com/yukhyShell5](https://yukhyshell5.github.io/)
     */
    function contact() external pure returns (string memory) {
        return "DM open for audits & collabs";
    }
}

Pinned Loading

  1. rEVMe rEVMe Public

    reverse tool for EVM

    HTML

  2. chess-learn chess-learn Public

    tool for learn and build your knowledge

    TypeScript

  3. commit-go commit-go Public

    AI wrote the code. Let it write the commit. No brain use !

    Go 1

  4. logs-anonymizer logs-anonymizer Public

    A tool to anonymize your logs for privacy reasons before passing them through LLM.

    TypeScript