"I strongly recommend that you read it" - C Unleashed

0001-01-01

In C Unleashed, the author recommends that the readers actually read the book. This sounds silly, but the book is over 1200 pages with an accompanying ...

Read More

sshuttle "No such file or directory"

0001-01-01

sshuttle may error on hosts lacking netstat:

Traceback (most recent call last): File “”, line 1, in File “assembler.py”, line ...

Read More

… hidden directory

0001-01-01

“…” is a common choice for a name of a hidden folder on Linux and Unix-like systems by malware and threat actors.

This is due to ...

Read More

.debug_* sections

0001-01-01

ELF files may contain sections with names beginning with “.debug_”

These sections contain debugging information in DWARF format, added ...

Read More

.debug_info section used for attribution

0001-01-01

The .debug_info section of an ELF file contains attributes that may yield clues useful for attribution:

DW_AT_producer - The version of compiler and ...

Read More

.NET

0001-01-01

.NET is a free, open-source platform for building applications developed by Microsoft.

https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet

Read More

.NET assembly

0001-01-01

A .NET assembly is a unit of development for .NET applications.

https://learn.microsoft.com/en-us/dotnet/standard/assembly/

Read More

.onion

0001-01-01

A .onion site is a website or service accessible through the Tor network.

.onion is a special-use TLD.

https://en.wikipedia.org/wiki/.onion

Read More

.profile

0001-01-01

the .profile file (may be .bash_profile for bash shells, or another similar name for other shells) runs commands intended to set up a user’s ...

Read More

.profile persistence

0001-01-01

.profile, .bash_profile, and similar files may be abused as a persistence mechanism.

Read More