eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

193
active users

#tips

16 posts15 participants2 posts today

Is remembering complex pentest commands slowing you down?

Arsenal simplifies the process by letting you search and auto-fill pentest commands directly in your terminal—shell agnostic, with support for variables like `ip=10.10.10.10`. Perfect for fast, efficient workflows.

Project link on github.com/Orange-Cyberdefense


P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking

Here's a tip for you oslo.town'ers that want posts to reach a wider audience:

Review "Privacy and Reach" in the Settings and check the following for the ultimate discovery experience:

Feature profile and posts in discovery algorithms
Automatically accept new followers
Include public posts in search results
Include profile page in search engines

oslo.town/settings/privacy

This is particular useful if you are an organisation or small business who wants a very public profile.

Mastodon hosted on oslo.townoslo.townOslos uavhengige sosiale nettverk. For alle med en tilknytning til Oslo. Snakk med lokale og millioner verden over. Et etisk valg: Ingen algoritmer, ingen store-tech. 🇳🇴

Ever thought of tunneling traffic over Azure Blob Storage?

ProxyBlob lets you run a SOCKS5 proxy using Azure Storage as the communication channel. Useful in restrictive networks where only `*.blob.core.windows.net` is accessible.

---

Why does ProxyBlob need Azure Storage?

It creates a clever detour: Agents in target networks poll Azure Blob for tasks, while the proxy writes requests there. This avoids direct network connections for environments with strict rules.

---

Missing direct network access but have Azure? Try Azurite!

ProxyBlob's agent also supports testing with Azurite, an open-source Azure Storage emulator. Use Docker or a VS Code extension to simulate an Azure Blob environment locally.

---

How do SOCKS proxies over Azure even work? Let's simplify:

1. Proxy writes packets to Blob Storage.
2. Agent polls Blob, handles requests, and writes responses back.
3. Proxy retrieves responses, keeping the SOCKS5 flow alive. Smart and efficient.

---

Using ProxyBlob on-prem? Here's an essential setup note:

Test with `Azurite` before deploying on actual Azure. It emulates storage accounts with default credentials, helping validate configurations without cloud costs or risks.

Project link on github.com/quarkslab/proxyblob


P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking

Why do devs love zerolog for JSON logging?


Zerolog nails performance with zero allocations and sub-20ns for logging empty events. Plus, its chaining API simplifies structured logging without reflection overhead. Need pretty logs? There's `ConsoleWriter`, though it trades efficiency for viewability. Not just fast; it's thoughtful design.

Project link on github.com/rs/zerolog


P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking

Why does Privacy Badger matter?

Developed by the EFF, Privacy Badger is a browser extension that blocks hidden trackers. It learns as you browse, leveraging Global Privacy Control and Do Not Track signals to stop companies from invading your data privacy.

Project link on github.com/EFForg/privacybadger


P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking

Libervia CLI Tip 14:

You can edit a new or existing blog post with `li blog edit`.

This opens `$EDITOR`, and with supported editors (e.g., Vim or Emacs), it launches a split view: one pane shows the post body in your chosen syntax (e.g., Markdown), and the other displays the metadata.

Use `--no-publish` to avoid accidental publication.
Use `--last-item` to edit your latest published post (e.g., to quickly fix a typo).

libervia.org/__b/doc/backend/l

libervia.orgblog: (micro)blogging management — Libervia Backend documentation
#Libervia#CLI#li