-
Tworzenie maszyny wirtualnej w Hyper-V
Początki z Hyper-V Hyper-V jest wbudowanym w system Windows oprogramowaniem stosowanym do wirtualizacji, czyi tworzenia wirtualnych maszyn,komputerów z różnymi systemami operacyjnymi, funkcjonalnościami itp. bez konieczności ingerencji w fizyczny komputer i zainstalowany na nim system operacyjny. Do uruchomienia Hyper-V niezbędne jest: Windows 8 (preferowany raczej Windows 10) w wersji Pro, Enterprise...
-
WHATS_THE_DIFFERENCE (picoCTF2019)
Description Solution We have 2 jpg files - kitters.jpg and cattos.jpg. We know, that we need to find difference between them. First of all let’s check difference between those 2 files using: diff kitters.jpg cattos.jpg Now when we are sure that there is some difference between them let’s compare them....
-
FLAG_SHOP (picoCTF2019)
Description Solution We have simple program and its source code i C language. We can buy our flag here, but we don’t have enough money. When we analize source code we can see, that there is only one place when we can affect to “account_balance” (variable which contains our account...
-
BASED (picoCTF2019)
Description Solution In this task we need to convert data from different bases (binary, octal, hex) to proper word. Any time we connect to the server we get diffrent words. The easiest way to to this task is write a simple Python script which get data from console, convert it,...
-
LOGON (picoCTF2019)
Description Solution When we click the link we can see the simpla website. As they said in task description let’s try to login here as “logon” (I left password field empty, but we can write anything here and it works). We can read that it succeed but we can’t see...