Swissky's Lab
DLS 2024 - RedTeam Fails

DLS 2024 - RedTeam Fails - "Oops my bad I ruined the operation"

Recently I had the pleasure to give a rump during the "Drink Love Share" meet organized by TheLaluka. This blog post will delve deeper into the topic. This rump told the tale of a little Dino starting in the red team industries…
·
DLS 2024 - RedTeam Fails - "Oops my bad I ruined the operation"
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