Skip to content
View ozgurozkan01's full-sized avatar

Highlights

  • Pro

Block or report ozgurozkan01

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
ozgurozkan01/README.md
int main()
{
    std::string full_name     = "Özgür ÖZKAN";
    std::string title         = "Cyber Security Enthusiast";
    std::string information   = "I’m currently improving myself on -> ** Security and Linux **"
    return 0;
}



Coding

Languages and Tools:

cplusplus git go html5 css3 javascript linux

ozgurozkan01

ozgurozkan01

Pinned Loading

  1. metamorphic_malware_generator metamorphic_malware_generator Public

    it is an metamorphic malware generator made by python

    Python

  2. linux-system-profiler linux-system-profiler Public

    It is a comprehensive and modular bash script experiment that runs on Linux systems. It monitors the state of system resources, performs basic security checks and presents the user with potential r…

    Shell

  3. sha_oneZZ sha_oneZZ Public

    original SHA-1 hashing algorithm with C++

    C++

  4. linux-log-analyses-reporter linux-log-analyses-reporter Public

    Python

  5. Web_Server Web_Server Public

    Multithread Socket Programming with C++ to enjoy

    C++

  6. Chip-8_Emulator Chip-8_Emulator Public

    Chip-8 Emulator with C++ and SDL2 to understand software architecture deeply

    C++ 2