Connect With Us:

Knowledge sharing

Reverse
by Mathieu Renard/ on 07 Feb 2019

Getting a symbolized kernel !

Finding kernel symbols is essential for debugging such payloads because it provides valuable information about the internal state of the kernel and the execution of the system.

Python
by Mathieu Renard/ on 07 Feb 2019

Writing a scapy dissector

How to Implement a New Scapy Layer: Example HSRP Protocol v2 The Scapy library provides powerful capabilities for packet manipulation.