About

This is a personal blog with the main topic being IT security. This resource is intended for documenting and sharing the knowledge in as-short-as-possible and straight-to-the-point manner, mostly for quick reference/revision purposes.

Author's main areas of interest include fields/technologies such as / related to the following:

  1. Windows & AD
  2. GNU/Linux & K8s
  3. Web2
  4. Net
  5. MalDev

Interested & Passively learning:

  1. Web3
  2. Cellular, wireless
  3. Hardware & Embedded
  4. Cloud
  5. RE & BinExp
  6. ML
  7. Cryptography

I also used to have a telegram channel, but deleted it because I wanted to move to my own platform, that channel had a bunch of blog-like posts - the format that I moved on from shortly after. However I decided to still retain these publications here: Posts

Legal notice

The techniques described on this resource and the codebase on my repositories are provided for educational and informational purposes only, it should not be used for any illegal or malicious activities.

The author does not condone or support any illegal or unethical activities, and any use of the information contained here is at the user's own risk and discretion.

This website exists as my contribution to security community in order to help people fix security flaws. The more transparent security of hardware/software is - the more objectively secure it becomes.


RSS

Use your favorite RSS client to track changes, for example:

emerge -av net-news/newsboat
echo "https://u2usvc.xyz/rssfeed" >> ~/.newsboat/urls && newsboat

Contact

IRC:

### You can use any IRC client for that, for example:
emerge -av net-irc/irssi

### Write libera.chat connection data to your client's config (e.g. for ~/.irssi/config):
### You can change to autoconnect = "yes"
{
  address = "irc.libera.chat";
  chatnet = "liberachat";
  port = "6697";
  use_tls = "yes";
  tls_verify = "yes";
  autoconnect = "no";
},

### join #aisp
/connect irc.libera.chat
/join #aisp

Support

XMR: 861pfPe3areLUbbtQuchn7B8WJ1ByJx7VdbRxhkzgYNu8ZE5NLS1x6cSZGeM4LVB44K8URAhaVGioRwjo25gYbfDHdwpJRu

License

All materials provided on this resource are licensed under CC BY 4.0. The attribution requirement is only met when:

  1. The following message featuring a reference to an original post is displayed above the article:
This article has been originally published on <a href="https://u2usvc.xyz/post">U2USVC</a>