Tags

#android

  • Android Malware Analysis Lab
    Sep 24, 2022 • 13 min read

    Some notes on how to set up an Android Malware Analysis Lab using state-of-the-art tools along with useful tips and tricks.

#cryptography

  • Visual Cryptography Explained
    Oct 21, 2022 • 15 min read

    An overview of Visual Cryptography and implementations of the main state-of-the-art techniques in the VCrytpure open-source project.

  • How TOTP Works
    Oct 7, 2022 • 8 min read

    A basic explanation about Time-based one-time password (TOTP) and a simple Python PoC.

#ctf

  • THM - Pickle Rick Writeup
    Sep 11, 2022 • 5 min read

    This Rick and Morty themed challenge requires you to exploit a webserver to find 3 ingredients that will help Rick make his potion to transform himself back into a human from a pickle.

  • THM - GamingServer Writeup
    Sep 11, 2022 • 6 min read

    The aim of this room is to gain access to a gaming server built by amateurs with no experience of web development and to take advantage of the deployment system.

  • THM - ConvertMyVideo Writeup
    Sep 11, 2022 • 7 min read

    You can convert your videos - Why don’t you check it out!

#dfir

  • A Primer on Cryptocurrency Investigation and Forensics
    Sep 2, 2023 • 25 min read

    An introductory exploration of Cryptocurrency Investigation and Forensics, including challenges posed by money laundering techniques and the role of blockchain intelligence and taint analysis in unveiling concealed financial activities, with a demo on a real-world RaaS case.

  • How to Capture a PCAP for your Hungry Wireshark
    Feb 8, 2023 • 3 min read

    Some notes on how to capture network packets in a .pcap format, so you can feed your hungry Wireshark.

  • Visual Cryptography Explained
    Oct 21, 2022 • 15 min read

    An overview of Visual Cryptography and implementations of the main state-of-the-art techniques in the VCrytpure open-source project.

#docker

#hardening

  • How TOTP Works
    Oct 7, 2022 • 8 min read

    A basic explanation about Time-based one-time password (TOTP) and a simple Python PoC.

  • WebSocket (in)Security and Authentication
    Sep 23, 2022 • 20 min read

    WebSocket security aspects and a simple PoC about adding a ticket-based authentication layer in a WebSocket server.

#malware-analysis

  • Android Malware Analysis Lab
    Sep 24, 2022 • 13 min read

    Some notes on how to set up an Android Malware Analysis Lab using state-of-the-art tools along with useful tips and tricks.

#offensive

#resources

  • Research Resources
    Feb 4, 2023 • 4 min read

    A collection of useful resources for (Cybersecurity) researchers.

#web