Sysadmin Tools πŸ‡ΊπŸ‡¦
3.89K subscribers
692 photos
28 videos
302 files
5.11K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://xn--r1a.website/s/sysadmin_tools
Download Telegram
Novops

Cross-platform secret & config manager for development and CI environments 


https://github.com/PierreBeucher/novops

#devops #security #ci
Fearless SSH: short-lived certificates bring Zero Trust to infrastructure

https://blog.cloudflare.com/intro-access-for-infrastructure-ssh

#cloudflare #ssh #security
Exploring Google Cloud Default Service Accounts: Deep Dive and Real-World Adoption Trends

https://securitylabs.datadoghq.com/articles/google-cloud-default-service-accounts

#gke #google #security #cloud #k8s #kubernetes
πŸ–ΌοΈ docker-bench-security

The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. 


https://github.com/docker/docker-bench-security

#docker #security
Please open Telegram to view this post
VIEW IN TELEGRAM
WUD

WUD (aka What's up Docker?) gets you notified when a new version of your Docker Container is available. 


https://github.com/getwud/wud
https://getwud.github.io/wud/#/introduction/

#docker #semver #security
DarkFlare

DarkFlare Firewall Piercing (TCP over CDN) 

It has two parts: a client-side proxy (darkflare-client) that encodes TCP data into HTTPS requests and sends it to a Cloudflare-protected domain, and a server-side proxy (darkflare-server) that decodes the requests and forwards the data to a local service (like SSH on port 22). It’s protocol-agnostic, secure, and uses Cloudflare's encrypted infrastructure, making it stealthy and scalable for accessing internal resources or bypassing network restrictions.


https://github.com/doxx/darkflare

#security #vpn #firewall #cloudflare #proxy
Awesome Cloud Security Labs

Awesome free cloud native security learning labs. Includes CTF, self-hosted workshops, guided vulnerability labs, and research labs.

https://github.com/iknowjason/Awesome-CloudSec-Labs

#security #cloud #aws #azure #gcp #k8s #kubernetes #terraform
Hayabusa

sigma-based threat hunting and fast forensics timeline generator for Windows event logs

https://github.com/Yamato-Security/hayabusa

#security #windows #macos #linux #logs #forensic
Seccomp-Diff

Analyze binaries and containers to extract and disassemble seccomp-bpf profiles. This tools is designed to help you determine whether or not a given seccomp-bpf profile is more or less constrained than others as well as give you the ground truth for the filters applied to a process.


https://github.com/antitree/seccomp-diff

#container #docker #security #k8s #kubernetes
OSINT Toolkit

A full stack web application that combines many tools and services for security analysts into a single tool.


https://github.com/dev-lu/osint_toolkit

#security #osint #tool
Landrum

Run any Linux process in a secure, unprivileged sandbox using Landlock. Think firejail, but lightweight, user-friendly, and baked into the kernel.


https://github.com/Zouuup/landrun

#linux #security
angr

angr is an open-source binary analysis platform for Python. It combines both static and dynamic symbolic ("concolic") analysis, providing tools to solve a variety of tasks.


#python #security #analysis