2018 - 2023 (Version 3.1 still under development)
A personal R.A.T. The main purpose of this project was to create my own "Remote Administration Toolkit" without the direct connection of Administration part and the client side. This was done with help of additional PHP server part which can be hosted on any domain.
Example of comunication from server to client: KRAKEN server » PHP server « KRAKEN klient Or with additional proxy like TOR: KRAKEN server » TOR » PHP server « KRAKEN klient
This sollution has many benefits: You dont have to open any TCP ports on any side, you dont need to configure any firewalls , routers. Your public IP address is unknown for the client part.
- The client part and its installation is undetected by any current antivirus.
- All data that are send from client or server are encrypted with polyalfabetic encryption method.
- The client side doesnt need any additional lybraries or dependencies (Its written in c++ VS 6.0 ).
- Supported OS: Windows NT family from XP to latest windows 11 ( x32 or x64 )
- The client is installed as DLL and is running under microsoft svchost process.
- The client DLL is signed with my own certifikate and its clonning and acts as a legal Microsoft Windows verified file even under Sysinternals autoruns detection tool.
- The administration part support multiple clients (users)
- File dump: File manager (Browse files, copy, download, upload, execute ... )
- Reg dump: Windows registry manager (Browse registry, delete nodes , create new ... )
- MP3 player: Play mp3 files ...
- Print screen: Take a snapshot of Desktop as jpg file (custom commpression,custom resollution, in loop (like video) ... )
- Shell: Open shell like windows CMD with SYSTEM rights
- Sound recorder: Records sound if microphone is attached to PC or laptop
- System spy: OS fingerprinting like running services ( with start , stop , disable support ), Installed software, Users on OS ...
- Webcam: Webcam snapshot if camera is attached to PC or laptop.
- Metasploit reverse TCP shell: Create reverse TCP connection to remote listenning metasploit handler (custom IP , custom port). The plugin is coded in pure c++ (no some separate exe or something created with msfvenom). WARNING: this is direct connection you can use some VPS. The metasploit operations on host are not detected with windows defender because of svchost process.
- I have discovered my own installation method to run DLL uder legal microsoft svchost process (No DLL injection or something like this). This method is still undetecable by any antivirus. You need only admin rights (UAC popup) when executting the installer.
- I have discovered how to sign any binary file with digital signature that is succefully verified as Microsoft publisher.
The source is compressed with password, send me a message and purpose of your usage and I will send you the password
Visual studio 6.0 + Microsoft platform SDK 2003 , Visual studio 2019
After intalled Visual studio 6.0 and psdk 2003 open the sollution (client/client.dsw) and you should be able to compile the x32 version. For the x64 version you will need to correct paths in build_x64.bat, then execute the bat file and the x64 version should be compiled.
Sellect your favorite webhosting with PHP support , place the "PHP/process.php" file to root directory on the webhosting domain.
Note: Dont forget to adjust the settings in "client\DCOMshs\headers\settings_new_client.h" with the correct domain (HTTP_SERVER and TEST_SERVER)
Open the sollution (server\KRAKEN 3.0.1\KRAKEN 3.0.1.sln) and compile it.
Note: The base form (UI) is under Forms/base_form.cs
2020 - 2023 (still under development)
Personal content asset manager and collection of own scripts and plugins used for fast searching, managing, rendering and sorting various CG assets like 3D models, textures, HDRI maps, IES lights, whole scenes, fonts, brushes, materials, tutorials and other resources needed for my CG projects.
I was inspired by existing solutions like Project Manager and others, but I wanted to implement my own methods for my workflow. I am using some libraries like assimp (for importing and live display of various 3D file formats), freeimage (for advanced image manipulations), and some 3rd party classes (PSD file parser, for example).
In the future when it's completed and fully tested, I will present this as open source with a donate system. So everyone can modify the code and implement their own functions and methods.
- Connection and support of 3DS Max 2018 - 2022
- V-Ray and Corona renderers support
- Rendering of various file formats like Substance Painter smart masks and materials
- Previews of PSD files
- Some important parts are multithreaded (e.g. fast ListView population)
- Automated Thumbnail renderer
I also included binaries — if you want to try it, you don’t have to compile it.
Visual Studio 2019
Open the solution under assetTOR\assetTOR.sln with Visual Studio 2019, compile ... Done.
2011 - 2013
As kid I was playing a game - RAIDEN II (arcade 2d shooter). The game was so amazing for me, that I wanted for long time to create my own version, or something like remake of the classic game. I started to remake the game in 2011 ... My programming skills were not so good and later when I decided to continue the development of XNA framework by Microsoft was aborted. In the future I will try to continue in Unity or UDK engines.This version contains two parts - editor (engine) and the game itself. In editor you can set the positions movements and animated sprites. The settings are saved as INI settings for the game.
Its not posible to compile this, because of missing 2d assets (that I am not giving public), but you can check the source if you want.
2016
A Tool for remote check of PC resources ( RAM usage, CPU usage ... ) over TCP/IP protocol with help of openhardware monitor library
I am ussing it for my mini renderfarm
Visual studio 2019
open the solution under admin or slave directory with visual studio 2019 , compile ... Done
2015
Script for 3DS max that reduce the density of mesch of 3D models after applying tessellations modifiers like meschsmooth or turbosmooth with the goal to not change the form or look of the mesch.
I am selling this on gumroad project page so the source code is closed. You can check it here [ Gumroad - tessellation cleaner ]
- Compatible with 3DS max 2008 - to latest version
- Quad mesh output
- Add new modifier (TC) on modifier stack
- Very easy to use (only 4 parameters)
2015
Its a utillity for audit wireless 802.11 networks. Its using another tools like aircrack-ng , macchanger , bully ...
I have tested it on Ubuntu 18, other OS environments like Windows are not supported ... but should not be difficult to port it to Windows.
At this time only 2.4 GHz networks are supported (I am planning to add 5 GHz networks support in the future).
Python 3 + additional packages ( you can use install_dependencies.sh in DEPENDENCIES folder ) , QT5
2006
University seminar based work. The aliens named "bobers" from planet X are atacking us - they want to destroy the electric power on earth! Your goal is to stop them!
We used own c++ + QT editor on the university which I dont own anymore so the source and binary is unavailable. I place it here only for fun and nostalgy :)