National Repository of Grey Literature 13 records found  1 - 10next  jump to record: Search took 0.00 seconds. 
Procedural City
Dolejška, Daniel ; Chlubna, Tomáš (referee) ; Milet, Tomáš (advisor)
The goal of this thesis is to implement configurable tool (program), which will be able to build a model of a city. The program uses OpenGL library and principles of procedural generation for model creation. The generation process itself has a number of customizable variables, which have direct impact on the visuals of the models, their complexity and size. Created models can be exported and further modified in almost any 3D graphics software.
Analysis of Hashcat Performance under Different Combinations of Attacks and Their Parameters
Pupakis, Sotirios ; Pluskal, Jan (referee) ; Dolejška, Daniel (advisor)
Hashcat je program, který je použit pro lámání hesel. Lámání probíhá za použití různých způsobů útoku, které se také můžou kombinovat. Kombinace některých vektorů útoků může vyústit v zhoršenou výkonnost lámání. Cílem této práce je změřit, jak moc kombinace různých útoků ovlivňuje výkonnost lámání hesel, najít nejhorší možné kombinace a porovnat jejich výkon vůči nejlepším kombinacím. Toto nám do budoucna umožní lépe pochopit, jak různé útoky ovlivňují výkonnost lámání a také kterým kombinacím se vyhnout.
Automated Processing of Websites Requiring JavaScript
Norek, Karel ; Pluskal, Jan (referee) ; Dolejška, Daniel (advisor)
Tato práce je zaměřena na automatizované zpracování dynamických webových stránek vyžadujících JavaScript. Pro tento záměr byl vytvořen scraper, který za pomocí konfiguračního souboru, obsahující sekvenci příkazů, ovládá webovou stránku použitím Selenia a extrahuje požadovaná data a ukládá je do databáze. Tento nástroj umožňuje sestavit komplexní sekvenci kroků simulující aktivitu uživatele na webových stránkách, především na stránkách využívajících JavaScript. Pro scraper byla také vytvořena webová aplikace umožňující vytváření konfiguračních souborů, spouštění scraperu a kontrolu dat v databázi. Výsledné řešení poskytuje správné výsledky při zpracování dat z dynamických stránek a jejich zobrazení ve webové aplikaci. Přínosem této práce je možnost zpracovat jakoukoliv webovou stránku a uchovat její data.
Automatic Webpage Content Categorisation and Extraction
Rein, Michal ; Koutenský, Michal (referee) ; Dolejška, Daniel (advisor)
Tato práce popisuje vývoj flexibilního systému pro automatickou kategorizaci a extrakci obsahu z webových stránek, se zaměřením na prostředí darknetu. Navrhli jsme vysoce přizpůsobitelný a škálovatelný systém, který dokáže zpracovávat různorodý typ obsahu, přičemž jsme dbali na kvalitu návrhu celkové architektury, struktury databáze a samotného algoritmu pro zpracování dat. Použitím nejmodernějšího jazykového modelu trénovaného na úkolu inference přirozeného jazyka demonstrujeme potenciál modelu efektivně kategorizovat obsah v zcela neznámém prostředí, přičemž jsme provedli analýzu výkonu daného modelu za použití různých hypotetických šablon. Dále jsme do systému integrovali model pro rozpoznávání pojmenovaných entit a metodologii šablonování pro extrakci obsahu, přičemž jsme navrhli automatizovaný přístup k segmentaci obsahu webových stránek za pomocí modelu ChatGPT od společnosti OpenAI. V neposlední řadě jsme vyvinuli uživatelsky přívětivou webovou aplikaci pro zlepšení dostupnosti a snadné použití systému, zhodnotili dosažené výsledky a navrhli možnosti pro další výzkum a vývoj v dané oblasti.
Network Forensic Data Visualization
Klofera, Marek ; Dolejška, Daniel (referee) ; Pluskal, Jan (advisor)
The aim of this work is to create a clear and user-friendly web application that will serve as a visualization tool for forensic network data, making it easier for investigators, administrators, and other experts in the field of information security to analyze captured communication. Thanks to extensive data filtering options, the user can display only relevant data and save time during analysis. Furthermore, the application offers options for data aggregation in the form of graphs, alerts for suspicious words contained in the body of individual captured messages and data aggregation by user identifier.
JavaScript Code Normalization During Detection of Vulnerabilities
Havlíček, Lukáš ; Dolejška, Daniel (referee) ; Polčák, Libor (advisor)
This thesis deals with the minification, obfuscation of JavaScript and normalization of abstract syntactic trees for browser extensions implemented in Mr. Randýsek’s thesis. The tools and techniques of both JavaScript minification and obfuscation have been studied. This information was used in the design and implementation of abstract syntactic tree normalization. The trees are used in a Chrome browser extension that detects and corrects JavaScript code. I tested the normalizations with unit and integration tests. I also tested the vulnerability detection extension, where I detected 125 vulnerabilities on 1000 websites.
.NET MAUI Multiplatform User Interface for Kimai
Špavor, Dávid ; Pluskal, Jan (referee) ; Dolejška, Daniel (advisor)
Hlavný cieľ tejto diplomovej práce je vytvoriť multiplatformnú aplikáciu na sledovanie času v .NET MAUI, ktorá bude využívať open-source nástroj Kimai. Táto aplikácia ma za účel zjednodušiť a zefektívniť používanie nástroja Kimai. Ďalším cieľom je poskytnúť súbor vývojových prístupov v rámci .NET MAUI, ktoré môžu byť aplikované na iné aplikácie vyvíjané na tomto frameworku. Na začiatku bola diskutovaná problematika multiplatformného vývoja, dizajnu užívateľských rozhraní a systému Kimai. Následne bol vytvorený interaktívny návrh aplikácie, ktorý bol testovaný a iteratívne vylepšovaný. Boli porovnané architektonické prístupy v rámci .NET MAUI a následne bola aplikácia implementovaná. Na konci bola aplikácia zverejnená a testovaná na reálnom publiku. Výsledkom je multiplatformná open-source aplikácia s názvom MAUI for Kimai, ktorá je plne podporovaná na Android a Windows platformách a experimentálne funkčná na Mac a iOS platformách. Implementačné prístupy tejto aplikácie môžu byť aplikované na iné aplikácie vyvijané v .NET MAUI. Táto aplikácia získala ohlas Kimai komunity, ktorá ocenila, že vďaka tejto aplikácii bude možné využívať nástroj Kimai jednoduchšie a efektívnejšie na desktopovej a mobilnej platforme.
Castle Defense Mobile Game
Rivola, Michal ; Dolejška, Daniel (referee) ; Pluskal, Jan (advisor)
The aim of the thesis is to design and develop a simple game for mobile devices. Game is developed in the Unity game engine. It is a game in which the player defends his castle and improves it, researches different types of units, and then upgrading them. The game will implement gameplay elements that are unique to this genre. There is also focuse on loca- lization into different languages for greater reach to potential players. The thesis describes the design of this game as well as its implementation. The method of testing the game and subsequent publication on the Play Store is also part of the work.
Information System for Slovak Exchanges
Dzurilla, Adam ; Dolejška, Daniel (referee) ; Pluskal, Jan (advisor)
The bachelor's thesis addresses the issue of foreign exchange activity in the Slovak Republic from the perspective of the design and development of a specific application that offers a new functional solution for the environment of the foreign exchange and exchange market. The application aims to speed up work and help employees in their daily routines. The bachelor's thesis primarily defines the framework of the legislative environment, analyzes the requirements of the foreign exchange trade, deals with the design and implementation of the system, and finally summarizes the tested parts of the program together with the feedback of the demonstration operation. The thesis utterly documents the development of the program and offers insight into its impacts. The topic is completed and has documentation against the background of current Slovak legislation and the requirements of active foreign exchange companies.
Motionless Presence Detection of Humans
Szabó, Tomáš ; Dolejška, Daniel (referee) ; Pluskal, Jan (advisor)
Tato práce má za účelem nalezení generického řešení pro implementaci detekce osob v chytré domácnosti. Jednoduchá implementace za pomoci PIR sensorů je sice efektivní, ale při delší nečinnosti v místnosti jako práce na počítači nebo sledování televize není šance detekce změny v prostoru. Díky radaru fungujícím na bázi milimetrových vln jsme schopni říct zda osoba v místnosti skutečně pořád je. Existující komerční řešení je drahé a pro některé kouty světa nedostupné, jelikož produkt v dané zemi nemusí být povolen k prodeji. Řešením je implementace radaru tak, aby mohl fungovat jako samostatná jednotka v propojení s vývojovou sestavou, tak jako jedinec v rámci množiny senzorů. Jako testovací prostředí je vybráno prostředí NES@FIT pro rozsvícení světel při detekci osoby v mistnosti, kde je realizace prozatím řešena PIR senzory.

National Repository of Grey Literature : 13 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.