Tags
#android
-
Android Malware Analysis Lab
Sep 24, 2022 • 13 min readSome 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 readAn 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 readA basic explanation about Time-based one-time password (TOTP) and a simple Python PoC.
#ctf
-
THM - Pickle Rick Writeup
Sep 11, 2022 • 5 min readThis 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 readThe 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 readYou can convert your videos - Why don’t you check it out!
#dfir
-
How to Capture a PCAP for your Hungry Wireshark
Feb 8, 2023 • 3 min readSome 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 readAn overview of Visual Cryptography and implementations of the main state-of-the-art techniques in the VCrytpure open-source project.
#docker
-
Kali Linux on a Docker Container: the easiest way
Sep 17, 2022 • 3 min readA simple dockerfile which allows you to build a docker image starting from the latest official one of Kali Linux and including some useful tools.
#hardening
-
How TOTP Works
Oct 7, 2022 • 8 min readA basic explanation about Time-based one-time password (TOTP) and a simple Python PoC.
-
WebSocket (in)Security and Authentication
Sep 23, 2022 • 20 min readWebSocket 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 readSome notes on how to set up an Android Malware Analysis Lab using state-of-the-art tools along with useful tips and tricks.
#offensive
-
Kali Linux on a Docker Container: the easiest way
Sep 17, 2022 • 3 min readA simple dockerfile which allows you to build a docker image starting from the latest official one of Kali Linux and including some useful tools.
#resources
-
Research Resources
Feb 4, 2023 • 3 min readA collection of useful resources for (Cybersecurity) researchers.
#web
-
WebSocket (in)Security and Authentication
Sep 23, 2022 • 20 min readWebSocket security aspects and a simple PoC about adding a ticket-based authentication layer in a WebSocket server.