Skip to content

Instantly share code, notes, and snippets.

@denisde4ev
denisde4ev / Arch_Linux_Captcha.sh
Last active February 20, 2025 23:05
solving Arch Linux registration "Captcha" in pure shell script
#!/bin/bash
# only need bash for md5
set -eu
eval "curl(){ '$(which curl)' \"\$@\"; }" # only curl needed for md5 source;
# TODO/CONSIDER: https://stackoverflow.com/q/7765004 "TCP connection, bash only". also needs to resolve domain.
PATH='' # enshure we are pure shell