exa
exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And itβs small, fast, and just one single binary.
π https://the.exa.website
π https://github.com/ogham/exa
#opensource #rust #sysadmin #tool #utility
exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And itβs small, fast, and just one single binary.
#opensource #rust #sysadmin #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
Dumb Password Rules
With all the current breaches and account compromises, there are still websites with horrible password policies. This site is a compiliation of sites with dumb password rules.
π https://dumbpasswordrules.com
π https://github.com/duffn/dumb-password-rules
#opensource #password #security #web
With all the current breaches and account compromises, there are still websites with horrible password policies. This site is a compiliation of sites with dumb password rules.
#opensource #password #security #web
Please open Telegram to view this post
VIEW IN TELEGRAM
MapChecking
Open source crowd counting tool for fact-checking the maximum number of people standing in a given area.
π https://www.mapchecking.com
π https://github.com/paraboul/mapchecking
#opensource #web #tool #research
Open source crowd counting tool for fact-checking the maximum number of people standing in a given area.
#opensource #web #tool #research
Please open Telegram to view this post
VIEW IN TELEGRAM
SadServers
Capture The Flag challenges for sysadmins. Currently offers 20 challenges in different difficulty levels and regarding a wide variety of topics. Great for testing your Linux troubleshooting skills.
π https://sadservers.com
π https://github.com/fduran/sadservers
#opensource #linux #ctf #sysadmin #devops #training
Capture The Flag challenges for sysadmins. Currently offers 20 challenges in different difficulty levels and regarding a wide variety of topics. Great for testing your Linux troubleshooting skills.
#opensource #linux #ctf #sysadmin #devops #training
Please open Telegram to view this post
VIEW IN TELEGRAM
Plausible
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
π https://plausible.io
π https://github.com/plausible/analytics
#web #analytics #privacy #statistics #opensource
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
#web #analytics #privacy #statistics #opensource
Please open Telegram to view this post
VIEW IN TELEGRAM
Firecracker
Firecracker is an open source virtualization technology that is purpose-built for creating and managing secure, multi-tenant container and function-based services that provide serverless operational models. Firecracker runs workloads in lightweight virtual machines, called microVMs, which combine the security and isolation properties provided by hardware virtualization technology with the speed and flexibility of containers.
https://firecracker-microvm.github.io/
https://github.com/firecracker-microvm/firecracker
#opensource #rust #aws #serverless #lambda #linux
Firecracker is an open source virtualization technology that is purpose-built for creating and managing secure, multi-tenant container and function-based services that provide serverless operational models. Firecracker runs workloads in lightweight virtual machines, called microVMs, which combine the security and isolation properties provided by hardware virtualization technology with the speed and flexibility of containers.
https://firecracker-microvm.github.io/
https://github.com/firecracker-microvm/firecracker
#opensource #rust #aws #serverless #lambda #linux
gitignore.io
gitignore.io is a web service designed to help you create .gitignore files for your Git repositories. The site has a graphical and command line method of creating a .gitignore for your operating system, programming language, or IDE.
π https://gitignore.io
π https://github.com/toptal/gitignore.io
#opensource #developers #git #tool #utility
gitignore.io is a web service designed to help you create .gitignore files for your Git repositories. The site has a graphical and command line method of creating a .gitignore for your operating system, programming language, or IDE.
#opensource #developers #git #tool #utility
Please open Telegram to view this post
VIEW IN TELEGRAM
filescan.io
A Next-Gen Sandbox and free malware analysis service. Operating at 10x speed compared to traditional sandboxes with 90% less resource usage, its unique adaptive threat analysis technology also enables zero-day malware detection and more Indicator of Compromise (IOCs) extraction.
π https://www.filescan.io/scan
#closedsource #malware #analysis #sandbox #security #api #web #tool
A Next-Gen Sandbox and free malware analysis service. Operating at 10x speed compared to traditional sandboxes with 90% less resource usage, its unique adaptive threat analysis technology also enables zero-day malware detection and more Indicator of Compromise (IOCs) extraction.
#closedsource #malware #analysis #sandbox #security #api #web #tool
Please open Telegram to view this post
VIEW IN TELEGRAM
dog
dog is a command-line DNS client, like dig. It has colourful output, understands normal command-line argument syntax, supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON.
π https://github.com/ogham/dog
#opensource #tool #utility #sysadmin #rust #cli #dns
dog is a command-line DNS client, like dig. It has colourful output, understands normal command-line argument syntax, supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON.
#opensource #tool #utility #sysadmin #rust #cli #dns
Please open Telegram to view this post
VIEW IN TELEGRAM
erdtree (et)
A modern, vibrant, and multi-threaded file-tree visualizer and disk usage analyzer that respects hidden files and .gitignore rules by default i.e. the secret love child of tree and du.
π https://github.com/solidiquis/erdtree
#opensource #rust #sysadmin #tool #utility #cli
A modern, vibrant, and multi-threaded file-tree visualizer and disk usage analyzer that respects hidden files and .gitignore rules by default i.e. the secret love child of tree and du.
#opensource #rust #sysadmin #tool #utility #cli
Please open Telegram to view this post
VIEW IN TELEGRAM
Cutter and rizin
Rizin is a fork of the radare2 reverse engineering framework with a focus on usability. It is a powerful multi-platform reverse engineering tool. Cutter is Rizin's official graphical user interface.
It comes with an awesome documentation and guided crackmes: https://book.rizin.re/
π https://rizin.re
π https://cutter.re
π https://github.com/rizinorg/rizin
π https://github.com/rizinorg/cutter
#opensource #reversing #debugger #security #radare2 #windows #linux #macos #multiplatform #gui
Rizin is a fork of the radare2 reverse engineering framework with a focus on usability. It is a powerful multi-platform reverse engineering tool. Cutter is Rizin's official graphical user interface.
It comes with an awesome documentation and guided crackmes: https://book.rizin.re/
#opensource #reversing #debugger #security #radare2 #windows #linux #macos #multiplatform #gui
Please open Telegram to view this post
VIEW IN TELEGRAM
globster
A tool to test and visualise glob pattern matching. Type your glob pattern in the input field above and all matched files will be highlighted in blue in the tree directory structure. Use it to debug when your glob does not work or to experiment and learn from the provided examples.
π https://globster.xyz
#closedsource #sysadmin #tool #web #dev
A tool to test and visualise glob pattern matching. Type your glob pattern in the input field above and all matched files will be highlighted in blue in the tree directory structure. Use it to debug when your glob does not work or to experiment and learn from the provided examples.
#closedsource #sysadmin #tool #web #dev
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
DetectDee
Hunt down social media accounts by username, email or phone across social networks.
π https://github.com/piaolin/DetectDee
#opensource #security #tool #Go #golang #osint #socialengineering
Hunt down social media accounts by username, email or phone across social networks.
#opensource #security #tool #Go #golang #osint #socialengineering
Please open Telegram to view this post
VIEW IN TELEGRAM
Language Modeling Course
Absolutely gorgous course on the topic of language modeling created by Lena Voita. If you ever wanted to understand how natural language processing and large language models (as used by ChatGPT) or machine learning in general works, this course is absolutely brilliant and free.
π https://lena-voita.github.io/nlp_course/language_modeling.html
#LLM #article #ml #ai #machinelearning
Absolutely gorgous course on the topic of language modeling created by Lena Voita. If you ever wanted to understand how natural language processing and large language models (as used by ChatGPT) or machine learning in general works, this course is absolutely brilliant and free.
#LLM #article #ml #ai #machinelearning
Please open Telegram to view this post
VIEW IN TELEGRAM
SQLite Viewer Web App
A free, web-based SQLite Explorer, inspired by DB Browser for SQLite and Airtable. Use this web-based SQLite Tool to quickly and easily inspect .sqlite files.
π https://sqliteviewer.app
π https://github.com/qwtel/sqlite-viewer-vscode
#opensource #web #tool #database #sqlite
A free, web-based SQLite Explorer, inspired by DB Browser for SQLite and Airtable. Use this web-based SQLite Tool to quickly and easily inspect .sqlite files.
#opensource #web #tool #database #sqlite
Please open Telegram to view this post
VIEW IN TELEGRAM
CyberChef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis. A simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
The tool is designed to enable both technical and non-technical analysts to manipulate data in complex ways without having to deal with complex tools or algorithms.
π https://gchq.github.io/CyberChef/
π https://github.com/gchq/CyberChef
#opensource #web #data_manipulation #analysis
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis. A simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
The tool is designed to enable both technical and non-technical analysts to manipulate data in complex ways without having to deal with complex tools or algorithms.
#opensource #web #data_manipulation #analysis
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯1
RustScan
The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). Run scripts through its scripting engine (Python, Lua, Shell supported).
π https://github.com/RustScan/RustScan
#opensource #rust #portscanner #network #security #tool
The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). Run scripts through its scripting engine (Python, Lua, Shell supported).
#opensource #rust #portscanner #network #security #tool
Please open Telegram to view this post
VIEW IN TELEGRAM
Modern CSS
A site that provides modern solutions to old CSS problems as in-depth tutorials
π https://moderncss.dev
π https://github.com/5t3ph/moderncss-dot-dev
#opensource #css #web #article
A site that provides modern solutions to old CSS problems as in-depth tutorials
#opensource #css #web #article
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1π1π₯1
Photopea
A web-based photo and graphics editor. It is used for image editing, making illustrations, web design or converting between different image formats. Great alternative for Photoshop in your webbrowser.
π https://www.photopea.com
#closedsource #web #photo #editing #photoshop #tool #image #design
A web-based photo and graphics editor. It is used for image editing, making illustrations, web design or converting between different image formats. Great alternative for Photoshop in your webbrowser.
#closedsource #web #photo #editing #photoshop #tool #image #design
Please open Telegram to view this post
VIEW IN TELEGRAM
π1
regex101
Useful tool to visualize and debug your regular expressions. It even comes with a step by step debugger to find where your regex gone wrong.
π https://regex101.com
#regex #web #tool #debugger
Useful tool to visualize and debug your regular expressions. It even comes with a step by step debugger to find where your regex gone wrong.
#regex #web #tool #debugger
Please open Telegram to view this post
VIEW IN TELEGRAM
π1