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
grep.app

Search code from over a half million public repositories on GitHub.

It searches for the exact string you enter, including any punctuation or other characters. You can also search by regular expression, using the RE2 syntax.

https://grep.app

#tool #web #development #code #search
Sourcegraph

Sourcegraph is a code search and intelligence platform. Devs use it to search, understand, and fix code across large codebases.

πŸ”— https://sourcegraph.com/search
🌐 https://github.com/sourcegraph/sourcegraph

#opensource #code #search #development #tool #web
Please open Telegram to view this post
VIEW IN TELEGRAM
Caddy

Fast and extensible multi-platform web server with automatic HTTPS. Easily configurable and written in Go.

πŸ”— https://caddyserver.com/
🌐 https://github.com/caddyserver/caddy

#webserver #web #server #tool #proxy #go #sysadmin #opensource
Please open Telegram to view this post
VIEW IN TELEGRAM
Awesome Privacy

A curated list of privacy & security-focused software and services

πŸ”— https://awesome-privacy.xyz/#/
🌐 https://github.com/Lissy93/awesome-privacy

#security #collection #privacy #software
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1
sigstore

A new standard for signing, verifying and protecting software. It handles digital signing, verification and checks for provenance needed to make it safer to distribute and use open source software.

πŸ”— https://www.sigstore.dev/
🌐 https://github.com/sigstore

#opensource #software #signing #pki #security #transparency
Please open Telegram to view this post
VIEW IN TELEGRAM
Shadertoy

Create and share GLSL shaders online and run them on your GPU them directly in your browser thanks to WebGL.

https://www.shadertoy.com/

#web #graphics #shader #toy
Chisel

Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.

https://github.com/jpillora/chisel

#tool #go #network #security #opensource
Tailscale

Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world. Built on top of WireGuard in Go.

πŸ”— https://tailscale.com/
🌐 https://github.com/tailscale/tailscale

#opensource #vpn #go #tool #network
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
dbdiagram

A free, simple tool to draw ER diagrams by just writing code. Helps creating a database layout. Designed for developers and data analysts regularly working with databases.

https://dbdiagram.io/home

#tool #database #diagram #development
TruffleHog

TruffleHog is an open source secret-scanning engine that helps resolve exposed secrets across your company’s entire tech stack.

https://trufflesecurity.com/
https://github.com/trufflesecurity/trufflehog

#tool #go #development #opensource #credentials #security
Lexica

Search engine for stable diffusion results including their promts.

https://lexica.art/

#ai #art #stablediffusion
😱2
Linen

Linen is a Google-searchable community chat tool. Linen was built as an alternative to closed tools like Slack and Discord.

πŸ”— https://www.linen.dev
🌐 https://github.com/Linen-dev/linen.dev

#opensource #communication #chat #web
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
carbon

Create and share beautiful images of your source code. Perfect tool for putting short algorithms or files on display. Highly customizable. Comes with plugins for all major IDEs.

πŸ”— https://carbon.now.sh
🌐https://github.com/carbon-app/carbon

#opensource #development #tool #web
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1
httPlaceholder

A very flexible cross platform HTTP stub application. Helps eliminating external http dependencies while developing applications.

πŸ”— https://httplaceholder.org
🌐 https://github.com/dukeofharen/httplaceholder

#opensource #development #web #tool
Please open Telegram to view this post
VIEW IN TELEGRAM
VALL-E

Microsoft released a neural codec language model (called VALL-E) that uses a 3-second recording of an previously unseen speaker to synthesize high-quality, variable length personalized speech audio files from a text prompt.

πŸ”— Demo: https://lifeiteng.github.io/valle/index.html
πŸ”— Paper: https://arxiv.org/pdf/2301.02111.pdf
🌐 https://github.com/lifeiteng/vall-e

#ai #voice #tts
Please open Telegram to view this post
VIEW IN TELEGRAM
GoFile

Gofile is a free file sharing and storage platform. You can store and share your content without any limit. Store your data with the file manager, send your files to your friends, or distribute your content to thousands of people, Gofile can meet your needs.

https://gofile.io/welcome

#tool #filesharing #storage
Malware Analysis Series (MAS)

The goal is to produce a series of articles on malware analysis and explain since simple malware binaries up
to most complex ones, covering a large list of topics such as unpacking, API resolving, C2 extraction, C2
emulation and, of course, reverse engineering in addition to some dynamic analysis and, maybe, use few
de-obfuscation techniques.

β€’ Part 1 (PDF) β€’ Part 2 (PDF) β€’ Part 3 (PDF)
β€’ Part 4 (PDF) β€’ Part 5 (PDF) β€’ Part 6 (PDF)
β€’ Part 7 (PDF) β€’ Part 8 (PDF) β€’ Part 9 (PDF)

Exploit Reversing Series:
β€’ Part 1 (PDF) β€’ Part 2 (PDF)

#malware #reverseengineering #reversing #security #analysis