Skip to content
View rektile's full-sized avatar
🤖
beep boop
🤖
beep boop
  • Belgium
Block or Report

Block or report rektile

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

Hi 👋, I'm Angelo aka rektile

Welcome to my GitHub page! I am a cyber security student with a passion for learning about and understanding the constantly evolving world of information security. Here, you will find projects and experiments that I have worked on.

Goals 2024

⭐ ❌ Finish my MySec repository

⭐ ❌ Make a packet inspection tool

⭐ ❌ Learn c++

⭐ ✅ Make my own steganography tool using the lsb method

Stats

rektile

 rektile

Languages and Tools:

bash csharp css3 docker dotnet elasticsearch git html5 illustrator java javascript kubernetes laravel linux mongodb mysql nginx photoshop postgresql postman python scikit_learn selenium unity

Pinned

  1. AutoAVDSetup AutoAVDSetup Public

    This tool automates the process of rooting, installing frida-server and installing proxy tool on Android Virtual Devices (AVD), simplifying the setup for developers and security enthusiasts.

    Python

  2. Malware-Watcher Malware-Watcher Public

    This program takes snapshots before and after the execution of "malware." It displays newly added programs to the autorun list and any alterations to Windows Defender registry keys.

    Python 1

  3. GA-salesman GA-salesman Public

    A genetic algorithm implementation for solving the classic 'Traveling Salesman Problem' in Python is provided in this repository.

    Python

  4. Simple-Image-Classifier Simple-Image-Classifier Public

    A Python program that allows you to train a machine learning algorithm for image classification. The program utilizes a popular machine learning library named sklearn to build and train a model usi…

    Python

  5. Steganography Steganography Public

    This program allows for hiding text messages within image files. It makes use of the least significant bit technique to embed the message within the pixel data, thus keeping the message concealed w…

    Python

  6. Sudoku-Solver Sudoku-Solver Public

    This Java program is a Sudoku solver that utilizes recursion to find the solution to any given sudoku puzzle. It features a user-friendly graphical interface which allows you to input and solve you…

    Java