|
You are here |
lucasfcosta.com | ||
| | | | |
rickardlindberg.me
|
|
| | | | | 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
|
|
| | | | | Example of inter-process comunication in C++ using STL-like streams. | |
| | | | |
www.sysdig.com
|
|
| | | | | 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
|
|
| | | With a couple of tweaks the WSL (Windows Subsystem for Linux, also known as Bash for Windows) can be used with Docker for Windows. | ||