Explore >> Select a destination


You are here

lucasfcosta.com
| | rickardlindberg.me
8.2 parsecs away

Travel
| | I thought I knew how Bash redirects worked. If I wanted to redirect the output of a command to a file, I'd type this: program > /tmp/log.txt If I wanted to pipe both stdout and stderr to a text editor for further processing, I'd type this: program 2>&1 | vim - I knew that 2>&1 meant redirect stderr to stdout making it appear on stdout as well. I knew certain patterns for certain situations.
| | blog.eldruin.com
3.0 parsecs away

Travel
| | Example of inter-process comunication in C++ using STL-like streams.
| | www.sysdig.com
7.3 parsecs away

Travel
| | Explore how the Sysdig Threat Research Team (TRT) detects reverse shells - a common attacker technique - by analyzing syscalls, interprocess communication, and file descriptor manipulation. Learn how Sysdig and Falco continuously evolve detection rules to balance precision, reduce false positives, and stay ahead of modern threats.
| | nickjanetakis.com
38.6 parsecs away

Travel
| With a couple of tweaks the WSL (Windows Subsystem for Linux, also known as Bash for Windows) can be used with Docker for Windows.