Skip to content
View Val-Resh's full-sized avatar
  • United Kindgom
Block or Report

Block or report Val-Resh

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

infosec

💻Hello World! 💻

  • LinkedIn Would you like to connect? 👔

TryHackMe HackTheBox

Pinned

  1. CVE-2021-29447-POC CVE-2021-29447-POC Public

    Proof of Concept for CVE-2021-29447 written in Python

    Python 1

  2. ProcessInjectionTechniques ProcessInjectionTechniques Public

    Process injection techniques written in C++ based on MITRE ATT&CK techniques. This project was created for learning purposes.

    C++

  3. Percolation-Simulation Percolation-Simulation Public

    Percolation simulation of a N sized network with multi-threading in C++

    C++

  4. TicTacToe_AI TicTacToe_AI Public

    An AI player for Tic-Tac-Toe using minimax algorithm with alpha-beta prunning.

    Python

  5. Minesweeper_AI Minesweeper_AI Public

    An AI that plays Minesweeper using a knowledge base and logical inferences to adapt to the changes in the board.

    Python

  6. AVLSet AVLSet Public

    Custom implementation of a Set as an AVL tree with set operations as method calls.

    Java