/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.infosectcbr.com.au
| | exploiter.dev
1.9 parsecs away

Travel
| | FUSE for Linux Exploitation 101
| | mutur4.github.io
1.8 parsecs away

Travel
| | This post covers yet another Binary Exploitation attack that is somewhat similar to return-oriented-programming (ROP) to understand how this works, we first need to understand Linux signals.
| | synacktiv.com
1.8 parsecs away

Travel
| | Exploiting a No-Name FreeBSD Kernel Vulnerability
| | blogs.igalia.com
21.4 parsecs away

Travel
| [AI summary] The article provides an introduction to XDP (eXpress Data Path) and eBPF (extended Berkeley Packet Filter), explaining their roles in improving packet processing performance in Linux. It discusses the limitations of kernel bypass techniques and how XDP addresses them by executing network functions within the kernel. The article also delves into the history and evolution of BPF, highlighting its transition from a packet filtering tool to a versatile virtual machine used for various kernel tasks. Examples of eBPF usage, such as the tracex4 program, are provided to illustrate its capabilities.