Wednesday, 09 October 2024
Interesting Snippets from 2024-10-09
-
GitHub - neilotoole/sq: sq data wrangler
sq is a command line tool that provides jq-style access to structured data sources: SQL databases, or document formats like CSV or Excel. It is the lovechild of sql+jq.
-
GitHub - marwanhawari/stew: π₯ An independent package manager for compiled binaries.
An independent package manager for compiled binaries.
-
GitHub - pouriyajamshidi/tcping: Ping TCP ports using tcping. Inspired by Linux's ping utility. Written in Go
A cross-platform ping program for TCP ports inspired by the Linux's ping utility. This program will send TCP probes to an IP address or a hostname specified by you and prints the results. It supports both IPv4 and IPv6. TCPING uses different TCP sequence numbering for successful and unsuccessful probes, so that when you look at the results and spot a failed probe, inferring the total packet drops to that point would be easy.
Interesting Snippets from 2024-10-07
-
GitHub - ecrist/ssl-admin: Interactive x509 CA Manager
Interactive x509 CA Manager
-
GitHub - irnutsmurt/super_simple_ca: Super Simple Certificate Authority is made to be simple for the beginner tech enthusiast or slightly more advanced for the terminal wizard.
super_simple_ca.py is a Python script designed to simplify the process of managing a Certificate Authority (CA). It provides an easy-to-use interface for initializing a CA, creating certificates, revoking certificates, and how to install the root certificate on your system. The script supports both interactive menu-driven usage and command-line operations for power users.
Interesting Snippets from 2024-10-04
-
GitHub - orhun/binsider: Analyze ELF binaries like a boss πΌπ΅οΈββοΈ
Binsider can perform static and dynamic analysis, inspect strings, examine linked libraries, and perform hexdumps, all within a user-friendly terminal user interface!
Interesting Snippets from 2024-09-15
-
Hax0rbana - Signet
Signet is a free and open source software and open hardware USB password manager. Signet is fully encrypted, requiring your device password to be unlocked. It also adds physical security to your passwords by requiring a the device's button to be pressed in order to get any secret data. It then acts as a USB keyboard to type your data when you need it.
Interesting Snippets from 2024-09-12
-
GitHub - FerretDB/FerretDB: A truly Open Source MongoDB alternative
FerretDB was founded to become the de-facto open-source substitute to MongoDB. FerretDB is an open-source proxy, converting the MongoDB 5.0+ wire protocol queries to SQL - using PostgreSQL or SQLite as a database engine.