execute http request without wget, curl, socat, nc ...
#!/bin/bash exec 5<> /dev/tcp/s3bx.de/80 cat <&5 & printf "GET / HTTP/1.0\r\n\r\n" >&5