Byte Crawl
258 subscribers
325 photos
2 videos
329 links
Tech news, cool tools & projects, infosec and more. Everything is hand-picked and I try to post some new stuff every two days (depending on how much new stuff I found).

Operated by @d_Rickyy_b
Download 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
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
Please open Telegram to view this post
VIEW IN TELEGRAM
Phish Report

A free website to help you quickly report phishing sites to the hoster, registrar, Google Safe Browsing, Microsoft and many more. Also shows some extra metadata about the site.

🔗 https://phish.report

#phishing #security #web #tool #utility #service
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
DBeaver

Free multi-platform database tool for developers, SQL programmers, database administrators and analysts.
Supports any database which has JDBC driver (which basically means - ANY database). Commercial versions also support non-JDBC datasources such as MongoDB, Cassandra, Couchbase, Redis, BigTable, DynamoDB, etc.

🔗 https://dbeaver.io/
🌐 https://github.com/dbeaver/dbeaver

#opensource #database #tool #java
Please open Telegram to view this post
VIEW IN TELEGRAM
sherlock

A powerful command line tool provided by Sherlock Project, can be used to find usernames across many social networks. It requires Python 3.6 or higher and works on MacOS, Linux and Windows.

🔗 https://sherlock-project.github.io
🌐 https://github.com/sherlock-project/sherlock

#opensource #osint #socialmedia #soceng #security #python
Please open Telegram to view this post
VIEW IN TELEGRAM