/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

chao-tic.github.io
| | blog.trailofbits.com
2.8 parsecs away

Travel
| | By Alan Cao If you love exploit mitigations, you may have heard of a new system call named mseal landing into the Linux kernel's 6.10 release, providing a protection called "memory sealing." Beyond notes from the authors, very little information about this mitigation exists. In this blog post, we'll explain what this syscall is, including...
| | naksyn.com
3.3 parsecs away

Travel
| | Red Teaming and offensive stuff
| | manybutfinite.com
3.2 parsecs away

Travel
| | After examining the virtual address layout of a process, we turn to the kernel and its mechanisms for managing user memory. Here is gonzo again: Linux processes are implemented in the kernel as insta
| | www.integralist.co.uk
21.0 parsecs away

Travel
| Introduction Prerequisites TCP and HTTP OSI Model Utilities top: check running processes for cpu and memory utilisation ps: see what processes are running strace: monitor interactions between processes lsof: list of open files netstat: monitoring network traffic ifconfig: configure or review your network interfaces iftop: monitors network traffic and displays table of bandwidth usage iptraf: monitoring network traffic (more visual than netstat, not as detailed) tcpdump: network packet sniffer wireshark: ...