/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

pwning.net
| | www.alfonsobeato.net
3.8 parsecs away

Travel
| |
| | rog3rsm1th.github.io
4.8 parsecs away

Travel
| | Some cool techniques you can use to create SROP exploits
| | pwning.systems
3.1 parsecs away

Travel
| | I'm writing this post because I often hear that kernel exploitation is intimidating or difficult to learn. As a result, I've decided to start a series of basic bugs and exercises to get you started! Prerequisites Knowledge of the Linux command line Knowing how to read and write basic C may be beneficial Being able to debug with the help of a virtual computer or another system Able to install the kernel module compilation build requirements A basic understanding of the difference between userland and kern...
| | brianreiter.org
13.6 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...