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
Canarytokens

A honeypot to detect access to files or critical data.

You'll be familiar with web bugs, the transparent images which track when someone opens an email. They work by embedding a unique URL in a page's image tag, and monitoring incoming GET requests.

Imagine doing that, but for file reads, database queries, process executions or patterns in log files. Canarytokens does all this and more, letting you implant traps in your production systems rather than setting up separate honeypots.

🔗 https://canarytokens.org
🌐 https://github.com/thinkst/canarytokens
🌐 https://github.com/thinkst/opencanary

#security #opensource #honeypot
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
uBlock

uBlock Origin (uBO) is a CPU and memory-efficient wide-spectrum content blocker for Chromium and Firefox. It blocks ads, trackers, coin miners, popups, annoying anti-blockers, malware sites, etc., by default using EasyList, EasyPrivacy, Peter Lowe's Blocklist, Online Malicious URL Blocklist, and uBO filter lists.

It is by far the best adblocker out there.

🌐 https://github.com/gorhill/uBlock

#opensource #web #browser #addon #security #ads #malware #adblock
Please open Telegram to view this post
VIEW IN TELEGRAM
3👍1🤯1
CrowdSec

CrowdSec is a free, modern & collaborative behavior detection engine (similar to fail2ban), coupled with a global IP reputation network. It stacks on fail2ban's philosophy but is IPV6 compatible and 60x faster (Go vs Python), it uses Grok patterns to parse logs and YAML scenarios to identify behaviors.

🔗 https://www.crowdsec.net
🌐https://github.com/crowdsecurity/crowdsec

#opensource #security #tool #IPS #fail2ban #firewall #networking #CTI #Go #golang
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Czkawka

A simple, fast and free app to remove unnecessary files from your computer. To name a few use cases: Find duplicates, find empty folders, find empty files, find similar images, find broken files.

https://github.com/qarmin/czkawka

#opensource #rust #tool #sysadmin #gui #cli
3👍1
urlscan

A sandbox for the web. Incredible tool to quickly scan and analyze any website. It's designed to investigate suspicious and malicious URLs and helps identifying phishing or scam pages or otherwise shady websites you wouldn't want to browse to.
Their search also enables you to find and track currently ongoing campaigns.

https://urlscan.io

#web #tool #sandbox #phishing #security #osint
PhotoPrism

AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud. Also features automatic backups of your media via the PhotoSync app.

https://www.photoprism.app/
https://github.com/photoprism/photoprism

#photo #media #organization #opensource #go #golang #web #ai
Everything

Extremely fast search tool for Windows that locates files and folders by filename instantly.

Unlike Windows search "Everything" initially displays every file and folder on your computer (hence the name "Everything").

You type in a search filter to limit what files and folders are displayed. It uses the NTFS USN Journal to obtain the incredible speed.

https://www.voidtools.com/

#search #file #windows #tool #sysadmin
👍5
hexyl

A simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).

https://github.com/sharkdp/hexyl

#rust #opensource #hex #tool #reversing #cli
👍3
typst

A new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use.

https://typst.app/
https://github.com/typst/typst

#rust #opensource #latex #pdf #typesetting
👍3🔥1
snips.sh

Free, anonymous, SSH-powered pastebin with a human-friendly TUI and web UI

https://snips.sh/
https://github.com/robherley/snips.sh

#opensource #go #golang #paste #dev #cli #tui #ssh
1
phind

The AI search engine for developers. Phind is a search engine that simply tells users what the answer is. Optimized for developers and technical questions, Phind instantly answers questions with detailed explanations and relevant code snippets from the web. Phind pulls information from the internet and is always up to date.

https://www.phind.com/

#search #web #gpt #llm #ai
👍42
One Commander

A modern file manager for Windows 10 and Windows 11. Features include tabs, dual-pane browsers, columns navigation, built-in preview, a theming system, color tags, and much more. It is free for home use and has no ads.

https://onecommander.com/

#windows #tool #util #filemanager #productivity
👍1🥱1
This media is not supported in your browser
VIEW IN TELEGRAM
espanso

Cross-platform Text Expander written in Rust. A text expander is a program that detects when you type a specific keyword and replaces it with something else. This is useful in many ways.

https://espanso.org/
https://github.com/espanso/espanso

#opensource #rust #tool #util #crossplatform #productivity
2👍1
This media is not supported in your browser
VIEW IN TELEGRAM
Windy

Extremely good weather app with live data about all things weather (rain, wind, thunder, temperatures, clouds, satellite pictures, air quality, and MUCH more). Shows live radar data for tracking clouds and rainfall. In my experience it gives way better weather forecasts than other weather apps. Also it offers great APIs. Initially it was created by a single person - the team now consists of about 10 employees.

https://windy.com

#web #weather #api
3👏21👍1
Compiler Explorer

An interactive compiler exploration website. Edit code in C, C++, C#, F#, Rust, Go, D, Haskell, Swift, Pascal, ispc, Python, Java, or any of the other 30+ supported languages, and see how that code looks after being compiled in real time. Multiple compilers are supported for each language, many different tools and visualizations are available, and the UI layout is configurable

https://godbolt.org/
https://github.com/compiler-explorer/compiler-explorer

#tool #web #opensource #compiler #reversing #debug
4👍1
AntiTwin

A small software application which compares files, i.e. it searches for duplicate or similar files on your hard disk drive. All similar or identical files that were found can either be sent to the recycle bin or directly deleted. This will increase the hard disk space on your computer.
Anti-Twin first appeared in 2003 and was maintained until 2012. However, the program still runs on current Windows versions such as Windows 10 or 11.

https://antitwin.org/en/

#windows #tool #duplicates #organization
ExplainMySQL

Helps understand the EXPLAIN output of MySQL. Hides the unimportant stuff and highlights the important ones.

https://explainmysql.com/
https://github.com/tpetry/laravel-mysql-explain

#web #tool #database #opensource #debug
Iconify

Modern unified SVG framework. One syntax for many icon sets: FontAwesome, Material Design Icons, Dashicons and many others. Over 150,000 icons, very easy to use. Great source for icons you can use in your projects

https://iconify.design/
https://github.com/iconify/iconify

#design #web #opensource #development #icon #logo
🔥5
Filestash

A Dropbox-like file manager that let you manage your data anywhere it is located: FTP • FTPS • SFTP • WebDAV • Git • S3 • NFS • Samba • Artifactory • LDAP • Mysql • Storj • CardDAV • CalDAV • Backblaze B2 • Minio • Dropbox • Google Drive

https://www.filestash.app/
https://github.com/mickael-kerjean/filestash

#sysadmin #opensource #web #go #golang
👍1