Skip to content
View Toowan0x1's full-sized avatar
🇲🇦
🇲🇦

Block or report Toowan0x1

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
Toowan0x1/README.md

Pinned Loading

  1. CORSer CORSer Public

    A simple web tool designed to test and analyze APIs and web applications for CORS vulnerabilities locally, providing detailed insights into preflight responses, headers, and potential issues.

    TypeScript

  2. DC-Finder DC-Finder Public

    DC Finder is a tool designed to discover domain controllers during infrastructure or Active Directory penetration testing.

  3. crtp crtp Public

    my notes & methodology used

    1

  4. ft_irc ft_irc Public

    An IRC server in C++ 98 (rfc 2812).

    C++ 1 1

  5. CPP_MODULES CPP_MODULES Public

    CPP_MODULES / 42

    C++

  6. pipex pipex Public

    Create a program to pipe two (or more for bonus) UNIX commands. Basically to pass the first command’s output to the second command and display its output. using linux system calls like fork(), pipe…

    C