DamoNeer@home:~$

  • HTB Cyber Apocalypse 2021 - Compromised | Hardware

    Compromised An embedded device in our serial network exploited a misconfiguration which resulted in the compromisation of several of our slave devices in it, leaving the base camp exposed to intruders. We must find what alterations the device did over the network in order to revert them before its too...

  • HTB Cyber Apocalypse 2021 - Serial Logs | Hardware

    Serial Logs We have gained physical access to the debugging interface of the Access Control System which is based on a Raspberry Pi-based IoT device. We believe that the log messages of this device contain valuable information of when our asset was abducted Downloadable: logicdata.sal file Solution As shown in...

  • HTB Cyber Apocalypse 2021 - RSA Jam | Crypto

    RSA Jam Even aliens have TLA agencies trying to apply rubber hose cryptanalysis. Given Script from Crypto.Util.number import getPrime, inverse import random def main(): print("They want my private key, but it has sentimental value to me. Please help me and send them something different.") p = getPrime(512) q = getPrime(512)...