Frost Tower Website Checkup

Getting the hints To get the hints, we need to win 8 levels of the Elf Python game. Level1 Level2 import elf, munchkins, levers, lollipops, yeeters, pits Level3 Level4 Level5 Level 6 Level 7 The following hints are now available: They actually provides links to the documentation of express-session and mysqljs that are apparently usedContinue reading “Frost Tower Website Checkup”

Kerberoasting on an Open Fire

Getting the hints In order to black the naughty IPs and get the hint, fail2ban needs to be configure as the following: /etc/fail2ban/filter.d/hohono.conf /etc/fail2ban/jail.d/hohono.conf /etc/fail2ban/action.d/hohono.conf The challenge Getting access to the machine To start the challenge, we need to escape this application: Click on CTRL+D to get Python console: Use os.system to get shell Let’sContinue reading “Kerberoasting on an Open Fire”

FPGA Programming

The Challenge In order to make this Verilog program, I adapted the one described at https://numato.com/kb/generating-square-wave-using-fpga/ to the clock frequency of the hardware used in this challenge which it 125Mhz. The counter is so decremented by CLOCK_FREQUENCY/(2*freq/100) converted to integer through $rtoi method. Here are the results of the different tests: At 500Hz At 1KHzContinue reading “FPGA Programming”