871 private links
Clipper is a network debugging tool that intercepts TLS traffic to allow the traffic to be viewed on Chrome Dev Tools. What interests me the most is how it decrypt TLS traffic.
There are several ways to do that that I know of: The first method is with environment variable SSLKEYLOGFILE
; tools that respect the environment can dump the keys to the specified file, which can picked up by tools like Wireshark. The problem is that many tools doesn't respect the variable out of box. The second is MITM the traffic with a self-signed certificate. This method doesn't work with TLS key pinning and does not truly reflect the traffic due to the proxy layer.
Clipper instead used the trick to LD_PRELOAD a library that uses Frida to hook library functions (e.g. OpenSSL) to extract the keys, and implement a universal SSLKEYLOGFILE
support.
Analyze the bytes in a SQL database.
Analyze various information about the website from an URL. IP, WHOIS, TLS, Cookie, etc. Similar to VirusTotal scan.
Detailed scan report for URL: domain/IP info, http transactions, links, javascript behavior analysis, etc.
VirusTotal has this public tool that shows detailed information about IP address/domain: historical Whois lookup and certificate log. Similar to crt.sh.
curl ifconfig.io
curl ifconfig.me
curl ifconfig.co
curl ip.sb
curl icanhazip.com
curl myip.wtf/text
curl geofind.me # has geolocation info
port reachability test:
ifconfig.co/port/22
Tool to draw/generate funnel diagram from textual input. "Came in a fluffer" style.
Chatbot Arena: blind test on the performance of LLM models to assign them a ELO rating. It also serves as a playground for various models.
A security search engine like https://shodan.io. Search open services on an IP, whois, protocol signature, etc.
The good'ol Google ngram explorer for tracking term uses across recent centuries.
Like godblot.org but for decompiling binaries into C code using various decompilers (Ghidra, etc).
An introduction to various graphical tracing and profiling tools.
A function graph plotter to explore complex functions by drawing on one complex plane and see the output on the other.
A web-based CSS animation editor.
A handy tool to play with Rust's regex/fancy-regex.
Find the source of screenshots of videos, etc.
Self-hostable client side PDF tool set.
Explore ffmpeg filters visually via a node editor.
A nice electronic circuit simulator tool.
Trim a piece of music to a specified length, or edit it by specifying the sections to avoid, prefer, or repeated. Let the tool find out how to make the cut and make transit natural.
It works algorithmically (i.e. not using an AI) and computation is done locally on the browser. However, the file you submitted will be uploaded to server and kept indefinitely, which is concerning - be aware.