hacking
-
There is no excerpt because this is a protected post.
-
There is no excerpt because this is a protected post.
-
What is an LLM An LLM is a model trained on a large amount of data to predict and generate text, as well as understand words and sentences in context. Some definitions of LLM lingo Transformer: A deep learning architecture based on the ‘attention’ mechanism that determines the importance of each component (e.g., words) in…
-
Back in September 2024, I went to Hexacon. This is a security conference organized by Synacktiv, mostly focused on reverse engineering and vulnerability researching.This year’s sponsors were, but not limited to: This is the time when major companies and independent security researchers present their discoveries, whether from this year or the previous one. Some highlight…
-
Privilege escalation on Windows through a card printer software CVE-2024-34329 Back in May, I was playing around with a card printer software I had previously installed on my laptop for a security workshop my company had organized to demonstrate how easy it is to clone another company’s employee badge. On Windows, it is possible to…
-
This tutorial requires knowledge using your computer’s command line interface (shell) and Burp Suite. There are various ways to pentest an mobile application. Usually, mobile applications will run on iOS or Android. Unless you have a jailbroken iPhone or a Correlium instance, you will most likely be debugging the app on Android. Now yes, you…
-
Depending on the technologies used on your web application, you could be vulnerable to multiple different types of injections. We will discuss 4 popular injection attacks and how to mitigate them. Most of the information from this blog comes directly from OWASP and PortSwigger. Small confession… I wrote this blogpost mostly for myself, to study…
-
Using Google Dorking on a man Google dorking (or Google hacking) is an advanced hacker technique that uses the Google search bar to find information that is not always available through standard search queries. Some common keywords would be : Try typing in the Google search bar ‘intitle:”hacked sports studio”‘ (you will find my web…
-
How I hacked my luxury local sports studio (and two others) One day I decided to take a look at the application that my sports club uses. They use a software for studio management, covering everything from bookings and payroll to marketing and more. I began looking at the application because my sports club website was…
