# cat projects.log
Berberoka
The Wordlist Crafter (because crunching isn't enough) Berberoka is similar to and is inspired by Hashcat's maskprocessor. Both tools allows you to generate wordlists that can be configured per-charset It is extremely powerful for generating a wordlist from a known format and can be used in situations wherein default passwords follow a certain format. It can also be used to generate pins, and modify, integrate, and create even more specific wordlists from existing wordlists. [https://github.com/brylleee/berberoka](https://github.com/brylleee/berberoka)
Asciifx
A Golang library for image to ASCII arts. It works by reading an image and redrawing it using text characters by employing dithering algorithms to allow the text to 'mimic' a wider range of colours via different algorithms. [https://github.com/brylleee/asciifx](https://github.com/brylleee/asciifx)
Pikurusu - BLE HID Injector
**Pikurusu** is similar to USB rubber ducky's. Except it's made to be controlled by a mobile device (currently only Android), sending HID commands via Bluetooth Low Energy instead of WiFi or directly via USB. It supports DuckScript, your old rubber ducky script can be reused in here! [https://github.com/brylleee/pikurusu](https://github.com/brylleee/pikurusu)
CHIP8 Emulator
CHIP-8 is a virtual interpreted programming language used in COSMAC VIP and Telmac 1800 back in the 70s. It's more like an assembly language meant for a very weak CPU with minimal capabilities. Nonetheless you can play games like Pong or Tetris here. Built this using Raspberry Pi Pico and using the C SDK. [https://wokwi.com/projects/453325769567688705](https://wokwi.com/projects/453325769567688705)
ReCover - A low cost reconnaissance rover
ReCover is a DIY rover equipped with COTS (commercial off-the-shelf) sensors and actuators controlled by an ESP32-S3 with a camera. **IEEE Paper**: [https://akosibrylle.dev/static/misc/TRW-FutureProofIdea-ReCover-DisasterReconnaissanceRover.pdf](https://akosibrylle.dev/static/misc/TRW-FutureProofIdea-ReCover-DisasterReconnaissanceRover.pdf) **Code**: [https://github.com/brylleee/recover](https://github.com/brylleee/recover)