Swissky's Lab
Offensive Nim - Auto Obfuscate Strings with Nim's Term-Rewriting Macros

Offensive Nim - Auto Obfuscate Strings with Nim's Term-Rewriting Macros

TLDR: Use nim-strenc, or read below to discover how to write your own Nim macro. ![NimMacro]({{ site.baseurl }}/images/OffensiveNim/nimlang.png) Lately I discovered the repository Yardanico/nim-strenc, you can use it very easily in your Nim code by importing strenc. Let's try it on this simple example. First you need to install the package using this command: nimble install strenc…
·
Offensive Nim - Auto Obfuscate Strings with Nim's Term-Rewriting Macros
STHACK2022 - Catch the bird, a trip from web to IRL

STHACK2022 - Catch the bird, a trip from web to IRL

Challenge author: ajani Category: web, physical The challenge started with the following Post Card ![Post Card]({{ site.baseurl }}/images/STHACK2022/sthack2022_post-card.png)…
·
STHACK2022 - Catch the bird, a trip from web to IRL
FCSC - CTF Writeup

FCSC - CTF Writeup

FCSC - FRANCE CYBERSECURITY CHALLENGE 2020 Some writeups of severals web challenges from the FCSC 2020…
·
FCSC - CTF Writeup
DVID - Damn Vulnerable IoT Device

DVID - Damn Vulnerable IoT Device

Who ever wanted to learn about Hardware Hacking ? I found this small opensource IoT hacking learning board while I was in a security event. It is designed by @vulcainreo and cost around 45€, more than 300 units were shipped around the world. Let's dig into this awesome project and clone the git : https://github.com/Vulcainreo/DVID.git !…
·
DVID - Damn Vulnerable IoT Device