This is your work, valued

Filip Rokita

Advanced
@FilipRokita

I'm a Software Engineer who loves turning ideas into code. 👨‍💻

minecraft-server-docker. Easily deploy and manage Minecraft servers with this Docker setup. This project streamlines the process of running Minecraft servers, including various modpacks, by leveraging Docker's benefits of isolation, portability, and consistency. Simplify your server management and ensure a consistent environment across different machines.

29

CRACKSHA256. This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist, encoding it, and hashing it using SHA256. If successful, it prints the word that was used to generate the hash.

4

minecraft-atm10-playitgg-docker. Run an "All the Mods 10" Minecraft server with Docker and integrate it with playit.gg for easy access. Includes setup instructions and Docker Compose configuration.

4

bcrack. BCrack is a basic tool designed to crack Bcrypt hashed passwords using brute-force methods. Written in C, it highlights the importance of strong passwords and the effectiveness of Bcrypt for password hashing. Ideal for educational purposes and ethical security testing with permission.

4

arduino-433mhz. Arduino project for receiving and transmitting 433 MHz RF signals using an AM ASK/OOK receiver and transmitter module.

3

AntiCCScam. AntiCCScam is a Python script that combats credit card fraud by sending fake data to scam websites, disrupting their malicious operations. This tool generates and automates the flooding of scam sites with random credit card information for educational and ethical purposes.

3

python-ai-quiz. A Flask-based quiz app that dynamically loads questions from a database, making it easy to customize. Users can take quizzes, track high scores, and manage sessions. By default, the quiz focuses on AI in Python, but can be easily adapted to any topic.

2

NETWORKSCANNER. NETWORKSCANNER is a simple Python network scanner that allows users to scan for devices on their network.

2

eth-block-inspector. A Python tool for analyzing Ethereum blocks using Web3.py.

1

chatterbox. Chatterbox is a simple web-based chat application designed for real-time messaging. It features user authentication, message handling, and a responsive user interface.

1

Text-Comparison-Tool. This is a web app that compares two texts. It has a text fields, and a result field. When the user clicks the "Compare" button, JavaScript checks if the texts are the same or different and displays the result in the result field in either green or red. CSS styles are used to format the app's interface.

1

CURSORINFO. Simple Python program that displays the current position of the cursor and the color of the pixel under the cursor.

1

pyPosition. pyPosition is a simple Python program that displays the current mouse cursor position on the screen in real-time using the pyautogui library and the Tkinter GUI toolkit. The user can start and stop the position tracking by clicking the Start button.

1

pyClicker. pyClicker is a Python program that automates mouse clicks. It utilizes the PyAutoGUI library to perform the clicking action and the keyboard library to start and stop the clicking process. Users can customize the start and stop buttons according to their preferences. With pyClicker, repetitive clicking tasks can be completed with ease.

1

QRREADER. The QRReader program is a Python script designed to read QR codes from an image file. It uses the OpenCV library to detect and decode QR codes.

1

COLORGRABBER. The "ColorGrabber" program written in C++ allows users to grab the RGB values of any pixel on the screen by pressing a specified key. It uses the Windows API to obtain the color information of the pixel under the cursor, and then displays the RGB values in the console window.

1

FCLICK. FCLICK is a Python script that automates mouse clicking by detecting a change in pixel color on the screen. The script waits for a specified start button press to begin monitoring the pixel color at the current mouse position. Once the pixel color changes, the script sends a left mouse click to that position.

1